From 71cbaf57d85c05e63c12e94836a41979eda4b611 Mon Sep 17 00:00:00 2001 From: sokolovstanislav Date: Tue, 12 Mar 2024 16:30:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BB=D1=8F=20=D1=81=D0=BE=D0=B3=D0=BB?= =?UTF-8?q?=D0=B0=D1=81=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20=D0=BF=D1=80=D0=BE=D1=86?= =?UTF-8?q?=D0=B5=D1=81=D1=81=D0=BE=D1=80=D0=BE=D0=BC=20=D0=B1=D1=8B=D0=BB?= =?UTF-8?q?=D0=BE=20=D0=BF=D1=80=D0=B8=D0=BD=D1=8F=D1=82=D0=BE=20=D1=80?= =?UTF-8?q?=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B9=D1=82=D0=B8=20=D0=BD=D0=B0=20=D0=BF=D0=B8=D1=82=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=9F=D0=9B=D0=98=D0=A1=203.3=D0=92.=20?= =?UTF-8?q?=D0=92=D0=BD=D0=B5=D1=81=D0=BB=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainController/LedBlink.bsf | 43 + MainController/LedBlink.vhd | 31 + MainController/MainController.bdf | 263 +- MainController/MainController.qsf | 44 + MainController/RAM.bsf | 86 +- MainController/RAM.vhd | 6 +- MainController/greybox_tmp/cbx_args.txt | 66 + MainController/incremental_db/README | 11 + .../MainController.db_info | 3 + .../MainController.root_partition.cmp.ammdb | Bin 0 -> 449 bytes .../MainController.root_partition.cmp.cdb | Bin 0 -> 5983 bytes .../MainController.root_partition.cmp.dfp | Bin 0 -> 33 bytes .../MainController.root_partition.cmp.hdb | Bin 0 -> 13564 bytes .../MainController.root_partition.cmp.logdb | 1 + .../MainController.root_partition.cmp.rcfdb | Bin 0 -> 4888 bytes .../MainController.root_partition.map.cdb | Bin 0 -> 4765 bytes .../MainController.root_partition.map.dpi | Bin 0 -> 3865 bytes ...MainController.root_partition.map.hbdb.cdb | Bin 0 -> 1445 bytes ...Controller.root_partition.map.hbdb.hb_info | Bin 0 -> 46 bytes ...MainController.root_partition.map.hbdb.hdb | Bin 0 -> 13012 bytes ...MainController.root_partition.map.hbdb.sig | 1 + .../MainController.root_partition.map.hdb | Bin 0 -> 13694 bytes .../MainController.root_partition.map.kpt | Bin 0 -> 15240 bytes MainController/output_file.rbf | Bin 0 -> 205648 bytes .../output_files/MainController.asm.rpt | 116 + .../output_files/MainController.done | 1 + .../output_files/MainController.eda.rpt | 107 + .../output_files/MainController.fit.rpt | 1192 +++++++++ .../output_files/MainController.fit.smsg | 8 + .../output_files/MainController.fit.summary | 16 + .../output_files/MainController.flow.rpt | 132 + .../output_files/MainController.jdi | 8 + .../output_files/MainController.map.rpt | 2372 ++++++++++++++++- .../output_files/MainController.map.summary | 14 + .../output_files/MainController.pin | 310 +++ .../output_files/MainController.sof | Bin 0 -> 703969 bytes .../output_files/MainController.sta.rpt | 1558 +++++++++++ .../output_files/MainController.sta.summary | 41 + .../simulation/modelsim/MainController.sft | 6 + .../simulation/modelsim/MainController.vho | 1520 +++++++++-- .../MainController_8_1200mv_0c_slow.vho | 1526 +++++++++++ .../MainController_8_1200mv_0c_vhd_slow.sdo | 949 +++++++ .../MainController_8_1200mv_85c_slow.vho | 1526 +++++++++++ .../MainController_8_1200mv_85c_vhd_slow.sdo | 949 +++++++ .../MainController_min_1200mv_0c_fast.vho | 1526 +++++++++++ .../MainController_min_1200mv_0c_vhd_fast.sdo | 949 +++++++ .../modelsim/MainController_modelsim.xrf | 108 + .../modelsim/MainController_vhd.sdo | 949 +++++++ 48 files changed, 16014 insertions(+), 424 deletions(-) create mode 100644 MainController/LedBlink.bsf create mode 100644 MainController/LedBlink.vhd create mode 100644 MainController/greybox_tmp/cbx_args.txt create mode 100644 MainController/incremental_db/README create mode 100644 MainController/incremental_db/compiled_partitions/MainController.db_info create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.ammdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.cdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.dfp create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.hdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.logdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.rcfdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.cdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.dpi create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.cdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.hb_info create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.hdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.sig create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hdb create mode 100644 MainController/incremental_db/compiled_partitions/MainController.root_partition.map.kpt create mode 100644 MainController/output_file.rbf create mode 100644 MainController/output_files/MainController.asm.rpt create mode 100644 MainController/output_files/MainController.done create mode 100644 MainController/output_files/MainController.eda.rpt create mode 100644 MainController/output_files/MainController.fit.rpt create mode 100644 MainController/output_files/MainController.fit.smsg create mode 100644 MainController/output_files/MainController.fit.summary create mode 100644 MainController/output_files/MainController.flow.rpt create mode 100644 MainController/output_files/MainController.jdi create mode 100644 MainController/output_files/MainController.map.summary create mode 100644 MainController/output_files/MainController.pin create mode 100644 MainController/output_files/MainController.sof create mode 100644 MainController/output_files/MainController.sta.rpt create mode 100644 MainController/output_files/MainController.sta.summary create mode 100644 MainController/simulation/modelsim/MainController.sft create mode 100644 MainController/simulation/modelsim/MainController_8_1200mv_0c_slow.vho create mode 100644 MainController/simulation/modelsim/MainController_8_1200mv_0c_vhd_slow.sdo create mode 100644 MainController/simulation/modelsim/MainController_8_1200mv_85c_slow.vho create mode 100644 MainController/simulation/modelsim/MainController_8_1200mv_85c_vhd_slow.sdo create mode 100644 MainController/simulation/modelsim/MainController_min_1200mv_0c_fast.vho create mode 100644 MainController/simulation/modelsim/MainController_min_1200mv_0c_vhd_fast.sdo create mode 100644 MainController/simulation/modelsim/MainController_modelsim.xrf create mode 100644 MainController/simulation/modelsim/MainController_vhd.sdo diff --git a/MainController/LedBlink.bsf b/MainController/LedBlink.bsf new file mode 100644 index 0000000..3ebfff5 --- /dev/null +++ b/MainController/LedBlink.bsf @@ -0,0 +1,43 @@ +/* +WARNING: Do NOT edit the input and output ports in this file in a text +editor if you plan to continue editing the block that represents it in +the Block Editor! File corruption is VERY likely to occur. +*/ +/* +Copyright (C) 1991-2013 Altera Corporation +Your use of Altera Corporation's design tools, logic functions +and other software and tools, and its AMPP partner logic +functions, and any output files from any of the foregoing +(including device programming or simulation files), and any +associated documentation or information are expressly subject +to the terms and conditions of the Altera Program License +Subscription Agreement, Altera MegaCore Function License +Agreement, or other applicable license agreement, including, +without limitation, that your use is for the sole purpose of +programming logic devices manufactured by Altera and sold by +Altera or its authorized distributors. Please refer to the +applicable agreement for further details. +*/ +(header "symbol" (version "1.1")) +(symbol + (rect 16 16 136 96) + (text "LedBlink" (rect 5 0 38 12)(font "Arial" )) + (text "inst" (rect 8 64 20 76)(font "Arial" )) + (port + (pt 0 32) + (input) + (text "clk" (rect 0 0 10 12)(font "Arial" )) + (text "clk" (rect 21 27 31 39)(font "Arial" )) + (line (pt 0 32)(pt 16 32)(line_width 1)) + ) + (port + (pt 120 32) + (output) + (text "led" (rect 0 0 10 12)(font "Arial" )) + (text "led" (rect 89 27 99 39)(font "Arial" )) + (line (pt 120 32)(pt 104 32)(line_width 1)) + ) + (drawing + (rectangle (rect 16 16 104 64)(line_width 1)) + ) +) diff --git a/MainController/LedBlink.vhd b/MainController/LedBlink.vhd new file mode 100644 index 0000000..9aae7aa --- /dev/null +++ b/MainController/LedBlink.vhd @@ -0,0 +1,31 @@ +library IEEE; +use IEEE.STD_LOGIC_1164.ALL; + +entity LedBlink is + +Port ( + clk : in STD_LOGIC; + led : out STD_LOGIC + ); +end LedBlink; + +architecture Behavioral of LedBlink is + signal counter : natural range 0 to 16666667 := 0; + signal ledBuf : STD_LOGIC := '1'; +begin + + process(clk) + begin + if rising_edge(clk) then + if counter < 16666667 then + counter <= counter + 1; + else + counter <= 0; + ledBuf <= not ledBuf; + end if; + end if; + end process; + + led <= ledBuf; + +end Behavioral; \ No newline at end of file diff --git a/MainController/MainController.bdf b/MainController/MainController.bdf index 8974e2b..246509c 100644 --- a/MainController/MainController.bdf +++ b/MainController/MainController.bdf @@ -19,43 +19,11 @@ Altera or its authorized distributors. Please refer to the applicable agreement for further details. */ (header "graphic" (version "1.4")) -(pin - (input) - (rect 376 248 544 264) - (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) - (text "WR" (rect 5 0 23 12)(font "Arial" )) - (pt 168 8) - (drawing - (line (pt 84 12)(pt 109 12)) - (line (pt 84 4)(pt 109 4)) - (line (pt 113 8)(pt 168 8)) - (line (pt 84 12)(pt 84 4)) - (line (pt 109 4)(pt 113 8)) - (line (pt 109 12)(pt 113 8)) - ) - (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) -) (pin (input) (rect 376 216 544 232) (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) - (text "Address[7..0]" (rect 5 0 72 12)(font "Arial" )) - (pt 168 8) - (drawing - (line (pt 84 12)(pt 109 12)) - (line (pt 84 4)(pt 109 4)) - (line (pt 113 8)(pt 168 8)) - (line (pt 84 12)(pt 84 4)) - (line (pt 109 4)(pt 113 8)) - (line (pt 109 12)(pt 113 8)) - ) - (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) -) -(pin - (input) - (rect 376 264 544 280) - (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) - (text "Clk" (rect 5 0 22 12)(font "Arial" )) + (text "Address[7..0]" (rect 5 0 71 12)(font "Arial" )) (pt 168 8) (drawing (line (pt 84 12)(pt 109 12)) @@ -66,12 +34,13 @@ applicable agreement for further details. (line (pt 109 12)(pt 113 8)) ) (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) + (annotation_block (location)(rect 264 104 320 216)) ) (pin (input) (rect 376 144 544 160) (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) - (text "Clk50MHh" (rect 5 0 56 12)(font "Arial" )) + (text "FPGA_CLK" (rect 5 0 61 12)(font "Arial" )) (pt 168 8) (drawing (line (pt 84 12)(pt 109 12)) @@ -82,12 +51,81 @@ applicable agreement for further details. (line (pt 109 12)(pt 113 8)) ) (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) + (annotation_block (location)(rect 328 144 376 160)) +) +(pin + (input) + (rect 376 248 544 264) + (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) + (text "nOE" (rect 5 0 26 12)(font "Arial" )) + (pt 168 8) + (drawing + (line (pt 84 12)(pt 109 12)) + (line (pt 84 4)(pt 109 4)) + (line (pt 113 8)(pt 168 8)) + (line (pt 84 12)(pt 84 4)) + (line (pt 109 4)(pt 113 8)) + (line (pt 109 12)(pt 113 8)) + ) + (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) + (annotation_block (location)(rect 320 248 376 264)) +) +(pin + (input) + (rect 376 264 544 280) + (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) + (text "nWE" (rect 5 0 28 12)(font "Arial" )) + (pt 168 8) + (drawing + (line (pt 84 12)(pt 109 12)) + (line (pt 84 4)(pt 109 4)) + (line (pt 113 8)(pt 168 8)) + (line (pt 84 12)(pt 84 4)) + (line (pt 109 4)(pt 113 8)) + (line (pt 109 12)(pt 113 8)) + ) + (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) + (annotation_block (location)(rect 320 264 376 280)) +) +(pin + (input) + (rect 376 280 544 296) + (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) + (text "nCE" (rect 5 0 26 12)(font "Arial" )) + (pt 168 8) + (drawing + (line (pt 84 12)(pt 109 12)) + (line (pt 84 4)(pt 109 4)) + (line (pt 113 8)(pt 168 8)) + (line (pt 84 12)(pt 84 4)) + (line (pt 109 4)(pt 113 8)) + (line (pt 109 12)(pt 113 8)) + ) + (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) + (annotation_block (location)(rect 320 280 376 296)) +) +(pin + (output) + (rect 1144 40 1320 56) + (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6))) + (text "FPGA_LED_1" (rect 90 0 158 12)(font "Arial" )) + (pt 0 8) + (drawing + (line (pt 0 8)(pt 52 8)) + (line (pt 52 4)(pt 78 4)) + (line (pt 52 12)(pt 78 12)) + (line (pt 52 12)(pt 52 4)) + (line (pt 78 4)(pt 82 8)) + (line (pt 82 8)(pt 78 12)) + (line (pt 78 12)(pt 82 8)) + ) + (annotation_block (location)(rect 1320 40 1376 56)) ) (pin (bidir) (rect 368 232 544 248) (text "BIDIR" (rect 151 0 175 10)(font "Arial" (font_size 6))) - (text "Data[15..0]" (rect 5 0 61 12)(font "Arial" )) + (text "Data[7..0]" (rect 5 0 54 12)(font "Arial" )) (pt 176 8) (drawing (line (pt 120 4)(pt 98 4)) @@ -100,6 +138,7 @@ applicable agreement for further details. ) (flipy) (text "VCC" (rect 152 7 172 17)(font "Arial" (font_size 6))) + (annotation_block (location)(rect 200 120 256 232)) ) (symbol (rect 632 104 784 216) @@ -145,9 +184,9 @@ applicable agreement for further details. ) ) (symbol - (rect 848 160 1048 304) - (text "RAM" (rect 5 0 28 12)(font "Arial" )) - (text "inst1" (rect 24 128 47 140)(font "Arial" )) + (rect 632 16 752 96) + (text "LedBlink" (rect 5 0 46 12)(font "Arial" )) + (text "inst2" (rect 8 64 31 76)(font "Arial" )) (port (pt 0 32) (input) @@ -156,63 +195,85 @@ applicable agreement for further details. (line (pt 0 32)(pt 16 32)) ) (port - (pt 0 64) + (pt 120 32) + (output) + (text "led" (rect 0 0 14 12)(font "Arial" )) + (text "led" (rect 88 27 102 39)(font "Arial" )) + (line (pt 120 32)(pt 104 32)) + ) + (drawing + (rectangle (rect 16 16 104 64)) + ) +) +(symbol + (rect 952 176 1152 352) + (text "RAM" (rect 5 0 28 12)(font "Arial" )) + (text "inst1" (rect 8 160 31 172)(font "Arial" )) + (port + (pt 0 32) + (input) + (text "clk" (rect 0 0 14 12)(font "Arial" )) + (text "clk" (rect 21 27 35 39)(font "Arial" )) + (line (pt 0 32)(pt 16 32)) + ) + (port + (pt 0 48) (input) (text "address0[7..0]" (rect 0 0 70 12)(font "Arial" )) - (text "address0[7..0]" (rect 24 56 94 68)(font "Arial" )) - (line (pt 0 64)(pt 16 64)(line_width 3)) + (text "address0[7..0]" (rect 21 43 91 55)(font "Arial" )) + (line (pt 0 48)(pt 16 48)(line_width 3)) + ) + (port + (pt 0 64) + (input) + (text "wr0" (rect 0 0 16 12)(font "Arial" )) + (text "wr0" (rect 21 59 37 71)(font "Arial" )) + (line (pt 0 64)(pt 16 64)) + ) + (port + (pt 0 80) + (input) + (text "clk0" (rect 0 0 20 12)(font "Arial" )) + (text "clk0" (rect 21 75 41 87)(font "Arial" )) + (line (pt 0 80)(pt 16 80)) ) (port (pt 0 96) (input) - (text "wr0" (rect 0 0 16 12)(font "Arial" )) - (text "wr0" (rect 24 88 40 100)(font "Arial" )) - (line (pt 0 96)(pt 16 96)) + (text "address1[7..0]" (rect 0 0 70 12)(font "Arial" )) + (text "address1[7..0]" (rect 21 91 91 103)(font "Arial" )) + (line (pt 0 96)(pt 16 96)(line_width 3)) ) (port (pt 0 112) (input) - (text "clk0" (rect 0 0 20 12)(font "Arial" )) - (text "clk0" (rect 24 104 44 116)(font "Arial" )) + (text "wr1" (rect 0 0 16 12)(font "Arial" )) + (text "wr1" (rect 21 107 37 119)(font "Arial" )) (line (pt 0 112)(pt 16 112)) ) (port - (pt 200 64) - (input) - (text "address1[7..0]" (rect 0 0 70 12)(font "Arial" )) - (text "address1[7..0]" (rect 120 56 190 68)(font "Arial" )) - (line (pt 184 64)(pt 200 64)(line_width 3)) - ) - (port - (pt 200 96) - (input) - (text "wr1" (rect 0 0 16 12)(font "Arial" )) - (text "wr1" (rect 160 88 176 100)(font "Arial" )) - (line (pt 184 96)(pt 200 96)) - ) - (port - (pt 200 112) + (pt 0 128) (input) (text "clk1" (rect 0 0 20 12)(font "Arial" )) - (text "clk1" (rect 160 104 180 116)(font "Arial" )) - (line (pt 184 112)(pt 200 112)) + (text "clk1" (rect 21 123 41 135)(font "Arial" )) + (line (pt 0 128)(pt 16 128)) ) (port - (pt 0 80) + (pt 200 32) (bidir) - (text "data0[15..0]" (rect 0 0 59 12)(font "Arial" )) - (text "data0[15..0]" (rect 24 72 83 84)(font "Arial" )) - (line (pt 16 80)(pt 0 80)(line_width 3)) + (text "data0[7..0]" (rect 0 0 53 12)(font "Arial" )) + (text "data0[7..0]" (rect 138 27 191 39)(font "Arial" )) + (line (pt 200 32)(pt 184 32)(line_width 3)) ) (port - (pt 200 80) + (pt 200 48) (bidir) - (text "data1[15..0]" (rect 0 0 59 12)(font "Arial" )) - (text "data1[15..0]" (rect 128 72 187 84)(font "Arial" )) - (line (pt 200 80)(pt 184 80)(line_width 3)) + (text "data1[7..0]" (rect 0 0 53 12)(font "Arial" )) + (text "data1[7..0]" (rect 139 43 192 55)(font "Arial" )) + (line (pt 200 48)(pt 184 48)(line_width 3)) ) (drawing - (rectangle (rect 16 16 184 128)) + (rectangle (rect 16 16 184 160)) ) ) (connector @@ -229,10 +290,6 @@ applicable agreement for further details. (pt 592 624) (bus) ) -(connector - (pt 608 152) - (pt 608 624) -) (connector (pt 544 152) (pt 608 152) @@ -257,6 +314,30 @@ applicable agreement for further details. (pt 544 272) (pt 848 272) ) +(connector + (pt 544 256) + (pt 560 256) +) +(connector + (pt 560 256) + (pt 848 256) +) +(connector + (pt 608 48) + (pt 608 152) +) +(connector + (pt 608 152) + (pt 608 624) +) +(connector + (pt 608 48) + (pt 632 48) +) +(connector + (pt 752 48) + (pt 1144 48) +) (connector (pt 544 224) (pt 592 224) @@ -264,7 +345,12 @@ applicable agreement for further details. ) (connector (pt 592 224) - (pt 848 224) + (pt 952 224) + (bus) +) +(connector + (pt 936 240) + (pt 936 160) (bus) ) (connector @@ -274,18 +360,29 @@ applicable agreement for further details. ) (connector (pt 576 240) - (pt 848 240) + (pt 936 240) (bus) ) (connector - (pt 544 256) - (pt 560 256) + (pt 936 160) + (pt 1168 160) + (bus) ) (connector - (pt 560 256) - (pt 848 256) + (pt 1168 160) + (pt 1168 208) + (bus) +) +(connector + (pt 1168 208) + (pt 1152 208) + (bus) +) +(connector + (pt 544 288) + (pt 848 288) ) (junction (pt 608 152)) (junction (pt 592 224)) -(junction (pt 576 240)) (junction (pt 560 256)) +(junction (pt 576 240)) diff --git a/MainController/MainController.qsf b/MainController/MainController.qsf index 7b7d19f..6613a1b 100644 --- a/MainController/MainController.qsf +++ b/MainController/MainController.qsf @@ -55,4 +55,48 @@ set_global_assignment -name VHDL_FILE RAM.vhd set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top +set_global_assignment -name VHDL_FILE LedBlink.vhd +set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "2.5 V" +set_location_assignment PIN_166 -to FPGA_LED_1 +set_location_assignment PIN_224 -to Data[5] +set_location_assignment PIN_223 -to Data[6] +set_location_assignment PIN_226 -to Data[4] +set_location_assignment PIN_230 -to Address[6] +set_location_assignment PIN_231 -to Address[1] +set_location_assignment PIN_232 -to Address[4] +set_location_assignment PIN_233 -to Address[3] +set_location_assignment PIN_234 -to Address[2] +set_location_assignment PIN_235 -to Address[5] +set_location_assignment PIN_221 -to Data[7] +set_location_assignment PIN_196 -to Address[0] +set_location_assignment PIN_195 -to Address[7] +set_location_assignment PIN_194 -to Data[0] +set_location_assignment PIN_189 -to Data[1] +set_location_assignment PIN_188 -to Data[2] +set_location_assignment PIN_187 -to Data[3] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[7] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[6] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[5] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[4] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[3] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[2] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[1] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[7] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Address[0] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[6] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[5] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[4] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[3] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[2] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[1] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to Data[0] +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to FPGA_CLK +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to FPGA_LED_1 +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to nCE +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to nOE +set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to nWE +set_location_assignment PIN_217 -to nOE +set_location_assignment PIN_218 -to nWE +set_location_assignment PIN_219 -to nCE +set_location_assignment PIN_31 -to FPGA_CLK set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file diff --git a/MainController/RAM.bsf b/MainController/RAM.bsf index c4b9206..4a53d03 100644 --- a/MainController/RAM.bsf +++ b/MainController/RAM.bsf @@ -18,75 +18,75 @@ programming logic devices manufactured by Altera and sold by Altera or its authorized distributors. Please refer to the applicable agreement for further details. */ -(header "symbol" (version "1.2")) +(header "symbol" (version "1.1")) (symbol - (rect 64 64 264 208) - (text "RAM" (rect 5 0 28 12)(font "Arial" )) - (text "inst" (rect 24 128 41 140)(font "Arial" )) + (rect 16 16 216 192) + (text "RAM" (rect 5 0 29 12)(font "Arial" )) + (text "inst" (rect 8 160 20 172)(font "Arial" )) (port (pt 0 32) (input) - (text "clk" (rect 0 0 14 12)(font "Arial" )) - (text "clk" (rect 21 27 35 39)(font "Arial" )) - (line (pt 0 32)(pt 16 32)) + (text "clk" (rect 0 0 10 12)(font "Arial" )) + (text "clk" (rect 21 27 31 39)(font "Arial" )) + (line (pt 0 32)(pt 16 32)(line_width 1)) + ) + (port + (pt 0 48) + (input) + (text "address0[7..0]" (rect 0 0 56 12)(font "Arial" )) + (text "address0[7..0]" (rect 21 43 77 55)(font "Arial" )) + (line (pt 0 48)(pt 16 48)(line_width 3)) ) (port (pt 0 64) (input) - (text "address0[7..0]" (rect 0 0 70 12)(font "Arial" )) - (text "address0[7..0]" (rect 24 56 94 68)(font "Arial" )) - (line (pt 0 64)(pt 16 64)(line_width 3)) + (text "wr0" (rect 0 0 14 12)(font "Arial" )) + (text "wr0" (rect 21 59 35 71)(font "Arial" )) + (line (pt 0 64)(pt 16 64)(line_width 1)) + ) + (port + (pt 0 80) + (input) + (text "clk0" (rect 0 0 15 12)(font "Arial" )) + (text "clk0" (rect 21 75 36 87)(font "Arial" )) + (line (pt 0 80)(pt 16 80)(line_width 1)) ) (port (pt 0 96) (input) - (text "wr0" (rect 0 0 16 12)(font "Arial" )) - (text "wr0" (rect 24 88 40 100)(font "Arial" )) - (line (pt 0 96)(pt 16 96)) + (text "address1[7..0]" (rect 0 0 55 12)(font "Arial" )) + (text "address1[7..0]" (rect 21 91 76 103)(font "Arial" )) + (line (pt 0 96)(pt 16 96)(line_width 3)) ) (port (pt 0 112) (input) - (text "clk0" (rect 0 0 20 12)(font "Arial" )) - (text "clk0" (rect 24 104 44 116)(font "Arial" )) - (line (pt 0 112)(pt 16 112)) + (text "wr1" (rect 0 0 12 12)(font "Arial" )) + (text "wr1" (rect 21 107 33 119)(font "Arial" )) + (line (pt 0 112)(pt 16 112)(line_width 1)) ) (port - (pt 200 64) + (pt 0 128) (input) - (text "address1[7..0]" (rect 0 0 70 12)(font "Arial" )) - (text "address1[7..0]" (rect 120 56 190 68)(font "Arial" )) - (line (pt 184 64)(pt 200 64)(line_width 3)) + (text "clk1" (rect 0 0 14 12)(font "Arial" )) + (text "clk1" (rect 21 123 35 135)(font "Arial" )) + (line (pt 0 128)(pt 16 128)(line_width 1)) ) (port - (pt 200 96) - (input) - (text "wr1" (rect 0 0 16 12)(font "Arial" )) - (text "wr1" (rect 160 88 176 100)(font "Arial" )) - (line (pt 184 96)(pt 200 96)) - ) - (port - (pt 200 112) - (input) - (text "clk1" (rect 0 0 20 12)(font "Arial" )) - (text "clk1" (rect 160 104 180 116)(font "Arial" )) - (line (pt 184 112)(pt 200 112)) - ) - (port - (pt 0 80) + (pt 200 32) (bidir) - (text "data0[15..0]" (rect 0 0 59 12)(font "Arial" )) - (text "data0[15..0]" (rect 24 72 83 84)(font "Arial" )) - (line (pt 16 80)(pt 0 80)(line_width 3)) + (text "data0[7..0]" (rect 0 0 41 12)(font "Arial" )) + (text "data0[7..0]" (rect 138 27 179 39)(font "Arial" )) + (line (pt 200 32)(pt 184 32)(line_width 3)) ) (port - (pt 200 80) + (pt 200 48) (bidir) - (text "data1[15..0]" (rect 0 0 59 12)(font "Arial" )) - (text "data1[15..0]" (rect 128 72 187 84)(font "Arial" )) - (line (pt 200 80)(pt 184 80)(line_width 3)) + (text "data1[7..0]" (rect 0 0 40 12)(font "Arial" )) + (text "data1[7..0]" (rect 139 43 179 55)(font "Arial" )) + (line (pt 200 48)(pt 184 48)(line_width 3)) ) (drawing - (rectangle (rect 16 16 184 128)) + (rectangle (rect 16 16 184 160)(line_width 1)) ) ) diff --git a/MainController/RAM.vhd b/MainController/RAM.vhd index 6a354c6..24832e1 100644 --- a/MainController/RAM.vhd +++ b/MainController/RAM.vhd @@ -8,12 +8,12 @@ entity RAM is port( clk : in std_logic; - data0 : inout std_logic_vector(15 downto 0); + data0 : inout std_logic_vector(7 downto 0); address0 : in std_logic_vector(7 downto 0); wr0 : in std_logic; clk0 : in std_logic; - data1 : inout std_logic_vector(15 downto 0); + data1 : inout std_logic_vector(7 downto 0); address1 : in std_logic_vector(7 downto 0); wr1 : in std_logic; clk1 : in std_logic @@ -22,7 +22,7 @@ end entity; architecture behavorial of RAM is -type mem is array (255 downto 0) of std_logic_vector(15 downto 0); +type mem is array (255 downto 0) of std_logic_vector(7 downto 0); signal memory : mem; signal clk0Prev : std_logic := '0'; diff --git a/MainController/greybox_tmp/cbx_args.txt b/MainController/greybox_tmp/cbx_args.txt new file mode 100644 index 0000000..b6c9585 --- /dev/null +++ b/MainController/greybox_tmp/cbx_args.txt @@ -0,0 +1,66 @@ +BANDWIDTH_TYPE=AUTO +CLK0_DIVIDE_BY=1 +CLK0_DUTY_CYCLE=50 +CLK0_MULTIPLY_BY=4 +CLK0_PHASE_SHIFT=0 +CLK1_DIVIDE_BY=1 +CLK1_DUTY_CYCLE=50 +CLK1_MULTIPLY_BY=8 +CLK1_PHASE_SHIFT=0 +COMPENSATE_CLOCK=CLK0 +INCLK0_INPUT_FREQUENCY=40000 +INTENDED_DEVICE_FAMILY="Cyclone III" +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_USED +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 III" +CBX_AUTO_BLACKBOX=ALL +areset +inclk +inclk +clk +clk +locked diff --git a/MainController/incremental_db/README b/MainController/incremental_db/README new file mode 100644 index 0000000..9f62dcd --- /dev/null +++ b/MainController/incremental_db/README @@ -0,0 +1,11 @@ +This folder contains data for incremental compilation. + +The compiled_partitions sub-folder contains previous compilation results for each partition. +As long as this folder is preserved, incremental compilation results from earlier compiles +can be re-used. To perform a clean compilation from source files for all partitions, both +the db and incremental_db folder should be removed. + +The imported_partitions sub-folder contains the last imported QXP for each imported partition. +As long as this folder is preserved, imported partitions will be automatically re-imported +when the db or incremental_db/compiled_partitions folders are removed. + diff --git a/MainController/incremental_db/compiled_partitions/MainController.db_info b/MainController/incremental_db/compiled_partitions/MainController.db_info new file mode 100644 index 0000000..64aa382 --- /dev/null +++ b/MainController/incremental_db/compiled_partitions/MainController.db_info @@ -0,0 +1,3 @@ +Quartus_Version = Version 13.1.0 Build 162 10/23/2013 SJ Full Version +Version_Index = 318808576 +Creation_Time = Mon Mar 04 15:47:51 2024 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.ammdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.ammdb new file mode 100644 index 0000000000000000000000000000000000000000..74bcb7285f6d14639bcbe1f1e6e6a25206730f02 GIT binary patch literal 449 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 literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.dfp b/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.dfp new file mode 100644 index 0000000000000000000000000000000000000000..b1c67d625638bb473b681fa4acb00be38889ece3 GIT binary patch literal 33 mcmZ3(&&U7*6?3%pJax1>&--+q_tkmeb=JGlkg@C*Cl3Idx(b*8 literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.hdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.hdb new file mode 100644 index 0000000000000000000000000000000000000000..5370598ddbf764fa74be205e44d3781d8842a9ef GIT binary patch literal 13564 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 literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.logdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.logdb new file mode 100644 index 0000000..626799f --- /dev/null +++ b/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.logdb @@ -0,0 +1 @@ +v1 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.rcfdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.cmp.rcfdb new file mode 100644 index 0000000000000000000000000000000000000000..4a036e27d086fd3594238b3e8d2a0cb6d005eb8e GIT binary patch literal 4888 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 literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.cdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.cdb new file mode 100644 index 0000000000000000000000000000000000000000..9b00d66c3253ea496c3c01a9c196ae8972325b5d GIT binary patch literal 4765 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 bHu!!p**YSHe^L5$-QRY8(BS_AUDT_BnY4v_ literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.cdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.cdb new file mode 100644 index 0000000000000000000000000000000000000000..577fdb805905a733f141f192c17b31c902ca64f2 GIT binary patch literal 1445 zcmWe(U|?9w%?KnJ7_x!T1W1Ra78Pga=P4K(>lx}9C^(g7=Al+yu z8Y={QDY%v9AdvRxfB1H=FS6^xJ46H+E5BqYo*I(=)tpocNzMgalq-4;i!t1H-!FlUDEpRm9~ ztxfn056`Z2vAgY>!pE2C+`DXkpnYZ|vxazVZYpc=>b}^u@g3O{<}dc&Gkfv+<^Cx( zGnQvta7W}nc{|tr!|T%C16NL;I>5AL`T4w~EHmO{*L+L5%w1+7eS;x7KDY7@TSZc# z#SMnC4X>xK*V@7u#lz>5H-Y<(?Bl<4_r%O~wvdox_<5>SI@D3DVS|D|Gt+IuBlpek zoi{yl+}NUJ@<9fTT_;nsS$st8LqaEL`|yfK_;RoIVh-TSnWQm+ujKp2O+}yii+K4q zo;;&{kuk|SkBxspkL>4Nax*f69PCbhk(EQ^&bh>CkXi4f3NVjH?Nmt<6U6F z)3C*bp>U6PT3lIXUQMBA*VNFUq{1|#36WD~PS2Y>XJW*XW+h&sPJK&--XT^E&H&P>qM-_Bvrj0EsUW AW&i*H literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.hdb b/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.hbdb.hdb new file mode 100644 index 0000000000000000000000000000000000000000..9fc9c608d770268240ee688d82fd93e766dfd7f9 GIT binary patch literal 13012 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 literal 0 HcmV?d00001 diff --git a/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.kpt b/MainController/incremental_db/compiled_partitions/MainController.root_partition.map.kpt new file mode 100644 index 0000000000000000000000000000000000000000..6859430fab0c85572f28da9c0e4a926f2c499a10 GIT binary patch literal 15240 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%0DL&(= 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 S%2|~#(-7;`CnrB-qyGoy+*joQ literal 0 HcmV?d00001 diff --git a/MainController/output_files/MainController.asm.rpt b/MainController/output_files/MainController.asm.rpt new file mode 100644 index 0000000..35241b8 --- /dev/null +++ b/MainController/output_files/MainController.asm.rpt @@ -0,0 +1,116 @@ +Assembler report for MainController +Tue Mar 12 16:24:24 2024 +Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version + + +--------------------- +; Table of Contents ; +--------------------- + 1. Legal Notice + 2. Assembler Summary + 3. Assembler Settings + 4. Assembler Generated Files + 5. Assembler Device Options: D:/GITEA/altera/MainController/output_files/MainController.sof + 6. Assembler Messages + + + +---------------- +; Legal Notice ; +---------------- +Copyright (C) 1991-2013 Altera Corporation +Your use of Altera Corporation's design tools, logic functions +and other software and tools, and its AMPP partner logic +functions, and any output files from any of the foregoing +(including device programming or simulation files), and any +associated documentation or information are expressly subject +to the terms and conditions of the Altera Program License +Subscription Agreement, Altera MegaCore Function License +Agreement, or other applicable license agreement, including, +without limitation, that your use is for the sole purpose of +programming logic devices manufactured by Altera and sold by +Altera or its authorized distributors. Please refer to the +applicable agreement for further details. + + + ++---------------------------------------------------------------+ +; Assembler Summary ; ++-----------------------+---------------------------------------+ +; Assembler Status ; Successful - Tue Mar 12 16:24:24 2024 ; +; Revision Name ; MainController ; +; Top-level Entity Name ; MainController ; +; Family ; Cyclone III ; +; Device ; EP3C25Q240C8 ; ++-----------------------+---------------------------------------+ + + ++--------------------------------------------------------------------------------------------------------+ +; Assembler Settings ; ++-----------------------------------------------------------------------------+----------+---------------+ +; Option ; Setting ; Default Value ; ++-----------------------------------------------------------------------------+----------+---------------+ +; Use smart compilation ; Off ; Off ; +; Enable parallel Assembler and TimeQuest Timing Analyzer during compilation ; On ; On ; +; Enable compact report table ; Off ; Off ; +; Generate compressed bitstreams ; On ; On ; +; Compression mode ; Off ; Off ; +; Clock source for configuration device ; Internal ; Internal ; +; Clock frequency of the configuration device ; 10 MHZ ; 10 MHz ; +; Divide clock frequency by ; 1 ; 1 ; +; Auto user code ; On ; On ; +; Use configuration device ; Off ; Off ; +; Configuration device ; Auto ; Auto ; +; Configuration device auto user code ; Off ; Off ; +; Generate Tabular Text File (.ttf) For Target Device ; Off ; Off ; +; Generate Raw Binary File (.rbf) For Target Device ; Off ; Off ; +; Generate Hexadecimal (Intel-Format) Output File (.hexout) for Target Device ; Off ; Off ; +; Hexadecimal Output File start address ; 0 ; 0 ; +; Hexadecimal Output File count direction ; Up ; Up ; +; Release clears before tri-states ; Off ; Off ; +; Auto-restart configuration after error ; On ; On ; +; Enable OCT_DONE ; Off ; Off ; +; Generate Serial Vector Format File (.svf) for Target Device ; Off ; Off ; +; Generate a JEDEC STAPL Format File (.jam) for Target Device ; Off ; Off ; +; Generate a compressed Jam STAPL Byte Code 2.0 File (.jbc) for Target Device ; Off ; Off ; +; Generate a compressed Jam STAPL Byte Code 2.0 File (.jbc) for Target Device ; On ; On ; ++-----------------------------------------------------------------------------+----------+---------------+ + + ++----------------------------------------------------------------+ +; Assembler Generated Files ; ++----------------------------------------------------------------+ +; File Name ; ++----------------------------------------------------------------+ +; D:/GITEA/altera/MainController/output_files/MainController.sof ; ++----------------------------------------------------------------+ + + ++------------------------------------------------------------------------------------------+ +; Assembler Device Options: D:/GITEA/altera/MainController/output_files/MainController.sof ; ++----------------+-------------------------------------------------------------------------+ +; Option ; Setting ; ++----------------+-------------------------------------------------------------------------+ +; Device ; EP3C25Q240C8 ; +; JTAG usercode ; 0x0013959E ; +; Checksum ; 0x0013959E ; ++----------------+-------------------------------------------------------------------------+ + + ++--------------------+ +; Assembler Messages ; ++--------------------+ +Info: ******************************************************************* +Info: Running Quartus II 64-Bit Assembler + Info: Version 13.1.0 Build 162 10/23/2013 SJ Full Version + Info: Processing started: Tue Mar 12 16:24:23 2024 +Info: Command: quartus_asm --read_settings_files=off --write_settings_files=off MainController -c MainController +Info (115031): Writing out detailed assembly data for power analysis +Info (115030): Assembler is generating device programming files +Info: Quartus II 64-Bit Assembler was successful. 0 errors, 0 warnings + Info: Peak virtual memory: 4610 megabytes + Info: Processing ended: Tue Mar 12 16:24:24 2024 + Info: Elapsed time: 00:00:01 + Info: Total CPU time (on all processors): 00:00:01 + + diff --git a/MainController/output_files/MainController.done b/MainController/output_files/MainController.done new file mode 100644 index 0000000..63617f0 --- /dev/null +++ b/MainController/output_files/MainController.done @@ -0,0 +1 @@ +Tue Mar 12 16:24:29 2024 diff --git a/MainController/output_files/MainController.eda.rpt b/MainController/output_files/MainController.eda.rpt new file mode 100644 index 0000000..39ab5c2 --- /dev/null +++ b/MainController/output_files/MainController.eda.rpt @@ -0,0 +1,107 @@ +EDA Netlist Writer report for MainController +Tue Mar 12 16:24:29 2024 +Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version + + +--------------------- +; Table of Contents ; +--------------------- + 1. Legal Notice + 2. EDA Netlist Writer Summary + 3. Simulation Settings + 4. Simulation Generated Files + 5. EDA Netlist Writer Messages + + + +---------------- +; Legal Notice ; +---------------- +Copyright (C) 1991-2013 Altera Corporation +Your use of Altera Corporation's design tools, logic functions +and other software and tools, and its AMPP partner logic +functions, and any output files from any of the foregoing +(including device programming or simulation files), and any +associated documentation or information are expressly subject +to the terms and conditions of the Altera Program License +Subscription Agreement, Altera MegaCore Function License +Agreement, or other applicable license agreement, including, +without limitation, that your use is for the sole purpose of +programming logic devices manufactured by Altera and sold by +Altera or its authorized distributors. Please refer to the +applicable agreement for further details. + + + ++-------------------------------------------------------------------+ +; EDA Netlist Writer Summary ; ++---------------------------+---------------------------------------+ +; EDA Netlist Writer Status ; Successful - Tue Mar 12 16:24:29 2024 ; +; Revision Name ; MainController ; +; Top-level Entity Name ; MainController ; +; Family ; Cyclone III ; +; Simulation Files Creation ; Successful ; ++---------------------------+---------------------------------------+ + + ++----------------------------------------------------------------------------------------------------------------------------+ +; Simulation Settings ; ++---------------------------------------------------------------------------------------------------+------------------------+ +; Option ; Setting ; ++---------------------------------------------------------------------------------------------------+------------------------+ +; Tool Name ; ModelSim-Altera (VHDL) ; +; Generate netlist for functional simulation only ; Off ; +; Time scale ; 1 ps ; +; Truncate long hierarchy paths ; Off ; +; Map illegal HDL characters ; Off ; +; Flatten buses into individual nodes ; Off ; +; Maintain hierarchy ; Off ; +; Bring out device-wide set/reset signals as ports ; Off ; +; Enable glitch filtering ; Off ; +; Do not write top level VHDL entity ; Off ; +; Disable detection of setup and hold time violations in the input registers of bi-directional pins ; Off ; +; Architecture name in VHDL output netlist ; structure ; +; Generate third-party EDA tool command script for RTL functional simulation ; Off ; +; Generate third-party EDA tool command script for gate-level simulation ; Off ; ++---------------------------------------------------------------------------------------------------+------------------------+ + + ++----------------------------------------------------------------------------------------------+ +; Simulation Generated Files ; ++----------------------------------------------------------------------------------------------+ +; Generated Files ; ++----------------------------------------------------------------------------------------------+ +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_8_1200mv_85c_slow.vho ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_8_1200mv_0c_slow.vho ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_min_1200mv_0c_fast.vho ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController.vho ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_8_1200mv_85c_vhd_slow.sdo ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_8_1200mv_0c_vhd_slow.sdo ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_min_1200mv_0c_vhd_fast.sdo ; +; D:/GITEA/altera/MainController/simulation/modelsim/MainController_vhd.sdo ; ++----------------------------------------------------------------------------------------------+ + + ++-----------------------------+ +; EDA Netlist Writer Messages ; ++-----------------------------+ +Info: ******************************************************************* +Info: Running Quartus II 64-Bit EDA Netlist Writer + Info: Version 13.1.0 Build 162 10/23/2013 SJ Full Version + Info: Processing started: Tue Mar 12 16:24:28 2024 +Info: Command: quartus_eda --read_settings_files=off --write_settings_files=off MainController -c MainController +Info (204019): Generated file MainController_8_1200mv_85c_slow.vho in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController_8_1200mv_0c_slow.vho in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController_min_1200mv_0c_fast.vho in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController.vho in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController_8_1200mv_85c_vhd_slow.sdo in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController_8_1200mv_0c_vhd_slow.sdo in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController_min_1200mv_0c_vhd_fast.sdo in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info (204019): Generated file MainController_vhd.sdo in folder "D:/GITEA/altera/MainController/simulation/modelsim/" for EDA simulation tool +Info: Quartus II 64-Bit EDA Netlist Writer was successful. 0 errors, 0 warnings + Info: Peak virtual memory: 4567 megabytes + Info: Processing ended: Tue Mar 12 16:24:29 2024 + Info: Elapsed time: 00:00:01 + Info: Total CPU time (on all processors): 00:00:01 + + diff --git a/MainController/output_files/MainController.fit.rpt b/MainController/output_files/MainController.fit.rpt new file mode 100644 index 0000000..7f87d40 --- /dev/null +++ b/MainController/output_files/MainController.fit.rpt @@ -0,0 +1,1192 @@ +Fitter report for MainController +Tue Mar 12 16:24:22 2024 +Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version + + +--------------------- +; Table of Contents ; +--------------------- + 1. Legal Notice + 2. Fitter Summary + 3. Fitter Settings + 4. Parallel Compilation + 5. I/O Assignment Warnings + 6. Incremental Compilation Preservation Summary + 7. Incremental Compilation Partition Settings + 8. Incremental Compilation Placement Preservation + 9. Pin-Out File + 10. Fitter Resource Usage Summary + 11. Fitter Partition Statistics + 12. Input Pins + 13. Output Pins + 14. Bidir Pins + 15. Dual Purpose and Dedicated Pins + 16. I/O Bank Usage + 17. All Package Pins + 18. Fitter Resource Utilization by Entity + 19. Delay Chain Summary + 20. Pad To Core Delay Chain Fanout + 21. Control Signals + 22. Global & Other Fast Signals + 23. Non-Global High Fan-Out Signals + 24. Routing Usage Summary + 25. LAB Logic Elements + 26. LAB-wide Signals + 27. LAB Signals Sourced + 28. LAB Signals Sourced Out + 29. LAB Distinct Inputs + 30. I/O Rules Summary + 31. I/O Rules Details + 32. I/O Rules Matrix + 33. Fitter Device Options + 34. Operating Settings and Conditions + 35. Fitter Messages + 36. Fitter Suppressed Messages + + + +---------------- +; Legal Notice ; +---------------- +Copyright (C) 1991-2013 Altera Corporation +Your use of Altera Corporation's design tools, logic functions +and other software and tools, and its AMPP partner logic +functions, and any output files from any of the foregoing +(including device programming or simulation files), and any +associated documentation or information are expressly subject +to the terms and conditions of the Altera Program License +Subscription Agreement, Altera MegaCore Function License +Agreement, or other applicable license agreement, including, +without limitation, that your use is for the sole purpose of +programming logic devices manufactured by Altera and sold by +Altera or its authorized distributors. Please refer to the +applicable agreement for further details. + + + ++----------------------------------------------------------------------------------+ +; Fitter Summary ; ++------------------------------------+---------------------------------------------+ +; Fitter Status ; Successful - Tue Mar 12 16:24:21 2024 ; +; Quartus II 64-Bit Version ; 13.1.0 Build 162 10/23/2013 SJ Full Version ; +; Revision Name ; MainController ; +; Top-level Entity Name ; MainController ; +; Family ; Cyclone III ; +; Device ; EP3C25Q240C8 ; +; Timing Models ; Final ; +; Total logic elements ; 34 / 24,624 ( < 1 % ) ; +; Total combinational functions ; 34 / 24,624 ( < 1 % ) ; +; Dedicated logic registers ; 25 / 24,624 ( < 1 % ) ; +; Total registers ; 25 ; +; Total pins ; 21 / 149 ( 14 % ) ; +; Total virtual pins ; 0 ; +; Total memory bits ; 0 / 608,256 ( 0 % ) ; +; Embedded Multiplier 9-bit elements ; 0 / 132 ( 0 % ) ; +; Total PLLs ; 0 / 4 ( 0 % ) ; ++------------------------------------+---------------------------------------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Fitter Settings ; ++----------------------------------------------------------------------------+---------------------------------------+---------------------------------------+ +; Option ; Setting ; Default Value ; ++----------------------------------------------------------------------------+---------------------------------------+---------------------------------------+ +; Device ; EP3C25Q240C8 ; ; +; Nominal Core Supply Voltage ; 1.2V ; ; +; Minimum Core Junction Temperature ; 0 ; ; +; Maximum Core Junction Temperature ; 85 ; ; +; Fit Attempts to Skip ; 0 ; 0.0 ; +; Device I/O Standard ; 2.5 V ; ; +; Use smart compilation ; Off ; Off ; +; Enable parallel Assembler and TimeQuest Timing Analyzer during compilation ; On ; On ; +; Enable compact report table ; Off ; Off ; +; Auto Merge PLLs ; On ; On ; +; Router Timing Optimization Level ; Normal ; Normal ; +; Perform Clocking Topology Analysis During Routing ; Off ; Off ; +; Placement Effort Multiplier ; 1.0 ; 1.0 ; +; Router Effort Multiplier ; 1.0 ; 1.0 ; +; Optimize Hold Timing ; All Paths ; All Paths ; +; Optimize Multi-Corner Timing ; On ; On ; +; PowerPlay Power Optimization ; Normal compilation ; Normal compilation ; +; SSN Optimization ; Off ; Off ; +; Optimize Timing ; Normal compilation ; Normal compilation ; +; Optimize Timing for ECOs ; Off ; Off ; +; Regenerate full fit report during ECO compiles ; Off ; Off ; +; Optimize IOC Register Placement for Timing ; Normal ; Normal ; +; Limit to One Fitting Attempt ; Off ; Off ; +; Final Placement Optimizations ; Automatically ; Automatically ; +; Fitter Aggressive Routability Optimizations ; Automatically ; Automatically ; +; Fitter Initial Placement Seed ; 1 ; 1 ; +; PCI I/O ; Off ; Off ; +; Weak Pull-Up Resistor ; Off ; Off ; +; Enable Bus-Hold Circuitry ; Off ; Off ; +; Auto Packed Registers ; Auto ; Auto ; +; Auto Delay Chains ; On ; On ; +; Auto Delay Chains for High Fanout Input Pins ; Off ; Off ; +; Allow Single-ended Buffer for Differential-XSTL Input ; Off ; Off ; +; Treat Bidirectional Pin as Output Pin ; Off ; Off ; +; Perform Physical Synthesis for Combinational Logic for Fitting ; Off ; Off ; +; Perform Physical Synthesis for Combinational Logic for Performance ; Off ; Off ; +; Perform Register Duplication for Performance ; Off ; Off ; +; Perform Logic to Memory Mapping for Fitting ; Off ; Off ; +; Perform Register Retiming for Performance ; Off ; Off ; +; Perform Asynchronous Signal Pipelining ; Off ; Off ; +; Fitter Effort ; Auto Fit ; Auto Fit ; +; Physical Synthesis Effort Level ; Normal ; Normal ; +; Logic Cell Insertion - Logic Duplication ; Auto ; Auto ; +; Auto Register Duplication ; Auto ; Auto ; +; Auto Global Clock ; On ; On ; +; Auto Global Register Control Signals ; On ; On ; +; Reserve all unused pins ; As input tri-stated with weak pull-up ; As input tri-stated with weak pull-up ; +; Synchronizer Identification ; Off ; Off ; +; Enable Beneficial Skew Optimization ; On ; On ; +; Optimize Design for Metastability ; On ; On ; +; Force Fitter to Avoid Periphery Placement Warnings ; Off ; Off ; +; RAM Bit Reservation (Cyclone III) ; Off ; Off ; +; Enable input tri-state on active configuration pins in user mode ; Off ; Off ; ++----------------------------------------------------------------------------+---------------------------------------+---------------------------------------+ + + ++------------------------------------------+ +; Parallel Compilation ; ++----------------------------+-------------+ +; Processors ; Number ; ++----------------------------+-------------+ +; Number detected on machine ; 8 ; +; Maximum allowed ; 4 ; +; ; ; +; Average used ; 1.00 ; +; Maximum used ; 4 ; +; ; ; +; Usage by Processor ; % Time Used ; +; Processor 1 ; 100.0% ; +; Processors 2-4 ; < 0.1% ; +; Processors 5-8 ; 0.0% ; ++----------------------------+-------------+ + + ++-------------------------------------+ +; I/O Assignment Warnings ; ++------------+------------------------+ +; Pin Name ; Reason ; ++------------+------------------------+ +; FPGA_LED_1 ; Missing drive strength ; +; Data[7] ; Missing drive strength ; +; Data[6] ; Missing drive strength ; +; Data[5] ; Missing drive strength ; +; Data[4] ; Missing drive strength ; +; Data[3] ; Missing drive strength ; +; Data[2] ; Missing drive strength ; +; Data[1] ; Missing drive strength ; +; Data[0] ; Missing drive strength ; ++------------+------------------------+ + + ++--------------------------------------------------------------------------------------------------+ +; Incremental Compilation Preservation Summary ; ++---------------------+--------------------+----------------------------+--------------------------+ +; Type ; Total [A + B] ; From Design Partitions [A] ; From Rapid Recompile [B] ; ++---------------------+--------------------+----------------------------+--------------------------+ +; Placement (by node) ; ; ; ; +; -- Requested ; 0.00 % ( 0 / 121 ) ; 0.00 % ( 0 / 121 ) ; 0.00 % ( 0 / 121 ) ; +; -- Achieved ; 0.00 % ( 0 / 121 ) ; 0.00 % ( 0 / 121 ) ; 0.00 % ( 0 / 121 ) ; +; ; ; ; ; +; 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 Partition Settings ; ++--------------------------------+----------------+-------------------+-------------------------+------------------------+------------------------------+--------------------------------+ +; Partition Name ; Partition Type ; Netlist Type Used ; Preservation Level Used ; Netlist Type Requested ; Preservation Level Requested ; Contents ; ++--------------------------------+----------------+-------------------+-------------------------+------------------------+------------------------------+--------------------------------+ +; Top ; User-created ; Source File ; N/A ; Source File ; N/A ; ; +; hard_block:auto_generated_inst ; Auto-generated ; Source File ; N/A ; Source File ; N/A ; hard_block:auto_generated_inst ; ++--------------------------------+----------------+-------------------+-------------------------+------------------------+------------------------------+--------------------------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------+ +; Incremental Compilation Placement Preservation ; ++--------------------------------+-----------------------+-------------------------+-------------------+---------------------+-------+ +; Partition Name ; Preservation Achieved ; Preservation Level Used ; Netlist Type Used ; Preservation Method ; Notes ; ++--------------------------------+-----------------------+-------------------------+-------------------+---------------------+-------+ +; Top ; 0.00 % ( 0 / 111 ) ; N/A ; Source File ; N/A ; ; +; hard_block:auto_generated_inst ; 0.00 % ( 0 / 10 ) ; N/A ; Source File ; N/A ; ; ++--------------------------------+-----------------------+-------------------------+-------------------+---------------------+-------+ + + ++--------------+ +; Pin-Out File ; ++--------------+ +The pin-out file can be found in D:/GITEA/altera/MainController/output_files/MainController.pin. + + ++---------------------------------------------------------------------+ +; Fitter Resource Usage Summary ; ++---------------------------------------------+-----------------------+ +; Resource ; Usage ; ++---------------------------------------------+-----------------------+ +; Total logic elements ; 34 / 24,624 ( < 1 % ) ; +; -- Combinational with no register ; 9 ; +; -- Register only ; 0 ; +; -- Combinational with a register ; 25 ; +; ; ; +; Logic element usage by number of LUT inputs ; ; +; -- 4 input functions ; 8 ; +; -- 3 input functions ; 1 ; +; -- <=2 input functions ; 25 ; +; -- Register only ; 0 ; +; ; ; +; Logic elements by mode ; ; +; -- normal mode ; 11 ; +; -- arithmetic mode ; 23 ; +; ; ; +; Total registers* ; 25 / 25,294 ( < 1 % ) ; +; -- Dedicated logic registers ; 25 / 24,624 ( < 1 % ) ; +; -- I/O registers ; 0 / 670 ( 0 % ) ; +; ; ; +; Total LABs: partially or completely used ; 4 / 1,539 ( < 1 % ) ; +; Virtual pins ; 0 ; +; I/O pins ; 21 / 149 ( 14 % ) ; +; -- Clock pins ; 1 / 8 ( 13 % ) ; +; -- Dedicated input pins ; 0 / 9 ( 0 % ) ; +; ; ; +; Global signals ; 1 ; +; M9Ks ; 0 / 66 ( 0 % ) ; +; Total block memory bits ; 0 / 608,256 ( 0 % ) ; +; Total block memory implementation bits ; 0 / 608,256 ( 0 % ) ; +; Embedded Multiplier 9-bit elements ; 0 / 132 ( 0 % ) ; +; PLLs ; 0 / 4 ( 0 % ) ; +; Global clocks ; 1 / 20 ( 5 % ) ; +; JTAGs ; 0 / 1 ( 0 % ) ; +; CRC blocks ; 0 / 1 ( 0 % ) ; +; ASMI blocks ; 0 / 1 ( 0 % ) ; +; Impedance control blocks ; 0 / 4 ( 0 % ) ; +; Average interconnect usage (total/H/V) ; 0% / 0% / 0% ; +; Peak interconnect usage (total/H/V) ; 0% / 0% / 0% ; +; Maximum fan-out ; 25 ; +; Highest non-global fan-out ; 25 ; +; Total fan-out ; 194 ; +; Average fan-out ; 1.62 ; ++---------------------------------------------+-----------------------+ +* 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 ; 34 / 24624 ( < 1 % ) ; 0 / 24624 ( 0 % ) ; +; -- Combinational with no register ; 9 ; 0 ; +; -- Register only ; 0 ; 0 ; +; -- Combinational with a register ; 25 ; 0 ; +; ; ; ; +; Logic element usage by number of LUT inputs ; ; ; +; -- 4 input functions ; 8 ; 0 ; +; -- 3 input functions ; 1 ; 0 ; +; -- <=2 input functions ; 25 ; 0 ; +; -- Register only ; 0 ; 0 ; +; ; ; ; +; Logic elements by mode ; ; ; +; -- normal mode ; 11 ; 0 ; +; -- arithmetic mode ; 23 ; 0 ; +; ; ; ; +; Total registers ; 25 ; 0 ; +; -- Dedicated logic registers ; 25 / 24624 ( < 1 % ) ; 0 / 24624 ( 0 % ) ; +; -- I/O registers ; 0 ; 0 ; +; ; ; ; +; Total LABs: partially or completely used ; 4 / 1539 ( < 1 % ) ; 0 / 1539 ( 0 % ) ; +; ; ; ; +; Virtual pins ; 0 ; 0 ; +; I/O pins ; 21 ; 0 ; +; Embedded Multiplier 9-bit elements ; 0 / 132 ( 0 % ) ; 0 / 132 ( 0 % ) ; +; Total memory bits ; 0 ; 0 ; +; Total RAM block bits ; 0 ; 0 ; +; Clock control block ; 1 / 24 ( 4 % ) ; 0 / 24 ( 0 % ) ; +; ; ; ; +; Connections ; ; ; +; -- Input Connections ; 8 ; 0 ; +; -- Registered Input Connections ; 0 ; 0 ; +; -- Output Connections ; 8 ; 0 ; +; -- Registered Output Connections ; 0 ; 0 ; +; ; ; ; +; Internal Connections ; ; ; +; -- Total Connections ; 189 ; 5 ; +; -- Registered Connections ; 53 ; 0 ; +; ; ; ; +; External Connections ; ; ; +; -- Top ; 16 ; 0 ; +; -- hard_block:auto_generated_inst ; 0 ; 0 ; +; ; ; ; +; Partition Interface ; ; ; +; -- Input Ports ; 12 ; 0 ; +; -- Output Ports ; 1 ; 0 ; +; -- Bidir Ports ; 8 ; 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 ; ++---------------------------------------------+----------------------+--------------------------------+ + + ++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Input Pins ; ++------------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+---------------+-----------------+----------+--------------+--------------+---------------------------+----------------------+ +; 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 Control Block ; Location assigned by ; ++------------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+---------------+-----------------+----------+--------------+--------------+---------------------------+----------------------+ +; Address[0] ; 196 ; 7 ; 38 ; 34 ; 14 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[1] ; 231 ; 8 ; 14 ; 34 ; 14 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[2] ; 234 ; 8 ; 7 ; 34 ; 7 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[3] ; 233 ; 8 ; 7 ; 34 ; 0 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[4] ; 232 ; 8 ; 14 ; 34 ; 21 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[5] ; 235 ; 8 ; 7 ; 34 ; 14 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[6] ; 230 ; 8 ; 14 ; 34 ; 7 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; Address[7] ; 195 ; 7 ; 38 ; 34 ; 0 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; FPGA_CLK ; 31 ; 1 ; 0 ; 16 ; 0 ; 25 ; 0 ; yes ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; nCE ; 219 ; 8 ; 20 ; 34 ; 14 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; nOE ; 217 ; 8 ; 20 ; 34 ; 0 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; +; nWE ; 218 ; 8 ; 20 ; 34 ; 7 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 3.3-V LVTTL ; -- ; User ; ++------------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+---------------+-----------------+----------+--------------+--------------+---------------------------+----------------------+ + + ++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Output Pins ; ++------------+-------+----------+--------------+--------------+--------------+-----------------+------------------------+---------------+-----------+-----------------+------------+---------------+----------+--------------+--------------+------------------+-------------+---------------------------+----------------------------+-----------------------------+----------------------+----------------------+---------------------+ +; Name ; Pin # ; I/O Bank ; X coordinate ; Y coordinate ; Z coordinate ; Output Register ; Output Enable Register ; Power Up High ; Slew Rate ; PCI I/O Enabled ; Open Drain ; TRI Primitive ; Bus Hold ; Weak Pull Up ; I/O Standard ; Current Strength ; Termination ; Termination Control Block ; Output Buffer Pre-emphasis ; Voltage Output Differential ; Location assigned by ; Output Enable Source ; Output Enable Group ; ++------------+-------+----------+--------------+--------------+--------------+-----------------+------------------------+---------------+-----------+-----------------+------------+---------------+----------+--------------+--------------+------------------+-------------+---------------------------+----------------------------+-----------------------------+----------------------+----------------------+---------------------+ +; FPGA_LED_1 ; 166 ; 6 ; 53 ; 22 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; no ; no ; User ; - ; - ; ++------------+-------+----------+--------------+--------------+--------------+-----------------+------------------------+---------------+-----------+-----------------+------------+---------------+----------+--------------+--------------+------------------+-------------+---------------------------+----------------------------+-----------------------------+----------------------+----------------------+---------------------+ + + ++----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Bidir Pins ; ++---------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+-----------------+------------------------+---------------+-----------+-----------------+------------+----------+--------------+--------------+------------------+--------------------+---------------------------+----------------------+------+----------------------+---------------------+ +; Name ; Pin # ; I/O Bank ; X coordinate ; Y coordinate ; Z coordinate ; Combinational Fan-Out ; Registered Fan-Out ; Global ; Input Register ; Output Register ; Output Enable Register ; Power Up High ; Slew Rate ; PCI I/O Enabled ; Open Drain ; Bus Hold ; Weak Pull Up ; I/O Standard ; Current Strength ; Output Termination ; Termination Control Block ; Location assigned by ; Load ; Output Enable Source ; Output Enable Group ; ++---------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+-----------------+------------------------+---------------+-----------+-----------------+------------+----------+--------------+--------------+------------------+--------------------+---------------------------+----------------------+------+----------------------+---------------------+ +; Data[0] ; 194 ; 7 ; 40 ; 34 ; 7 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[1] ; 189 ; 7 ; 45 ; 34 ; 21 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[2] ; 188 ; 7 ; 45 ; 34 ; 14 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[3] ; 187 ; 7 ; 45 ; 34 ; 7 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[4] ; 226 ; 8 ; 16 ; 34 ; 14 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[5] ; 224 ; 8 ; 16 ; 34 ; 0 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[6] ; 223 ; 8 ; 18 ; 34 ; 21 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; +; Data[7] ; 221 ; 8 ; 18 ; 34 ; 0 ; 0 ; 0 ; no ; no ; no ; no ; no ; 2 ; yes ; yes ; no ; Off ; 3.3-V LVTTL ; 8mA ; Off ; -- ; User ; 0 pF ; - ; - ; ++---------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+-----------------+------------------------+---------------+-----------+-----------------+------------+----------+--------------+--------------+------------------+--------------------+---------------------------+----------------------+------+----------------------+---------------------+ + + ++-------------------------------------------------------------------------------------------------------------------------------------+ +; Dual Purpose and Dedicated Pins ; ++----------+-----------------------------------------+--------------------------+-------------------------+---------------------------+ +; Location ; Pin Name ; Reserved As ; User Signal Name ; Pin Type ; ++----------+-----------------------------------------+--------------------------+-------------------------+---------------------------+ +; 12 ; DIFFIO_L3n, DATA1, ASDO ; As input tri-stated ; ~ALTERA_ASDO_DATA1~ ; Dual Purpose Pin ; +; 14 ; DIFFIO_L4p, FLASH_nCE, nCSO ; As input tri-stated ; ~ALTERA_FLASH_nCE_nCSO~ ; Dual Purpose Pin ; +; 17 ; nSTATUS ; - ; - ; Dedicated Programming Pin ; +; 23 ; DCLK ; As output driving ground ; ~ALTERA_DCLK~ ; Dual Purpose Pin ; +; 24 ; DATA0 ; As input tri-stated ; ~ALTERA_DATA0~ ; Dual Purpose Pin ; +; 25 ; nCONFIG ; - ; - ; Dedicated Programming Pin ; +; 30 ; nCE ; - ; - ; Dedicated Programming Pin ; +; 153 ; CONF_DONE ; - ; - ; Dedicated Programming Pin ; +; 155 ; MSEL0 ; - ; - ; Dedicated Programming Pin ; +; 157 ; MSEL1 ; - ; - ; Dedicated Programming Pin ; +; 158 ; MSEL2 ; - ; - ; Dedicated Programming Pin ; +; 158 ; MSEL3 ; - ; - ; Dedicated Programming Pin ; +; 162 ; DIFFIO_R4n, nCEO ; Use as programming pin ; ~ALTERA_nCEO~ ; Dual Purpose Pin ; +; 194 ; DIFFIO_T20p, PADD0 ; Use as regular IO ; Data[0] ; Dual Purpose Pin ; +; 196 ; DIFFIO_T19n, PADD1 ; Use as regular IO ; Address[0] ; Dual Purpose Pin ; +; 218 ; DIFFIO_T10n, DATA2 ; Use as regular IO ; nWE ; Dual Purpose Pin ; +; 219 ; DIFFIO_T10p, DATA3 ; Use as regular IO ; nCE ; Dual Purpose Pin ; +; 221 ; DIFFIO_T9p, DATA4 ; Use as regular IO ; Data[7] ; Dual Purpose Pin ; +; 224 ; DIFFIO_T7n, DATA14, DQS3T/CQ3T#,DPCLK11 ; Use as regular IO ; Data[5] ; Dual Purpose Pin ; +; 226 ; DATA5 ; Use as regular IO ; Data[4] ; Dual Purpose Pin ; +; 231 ; DIFFIO_T6p, DATA6 ; Use as regular IO ; Address[1] ; Dual Purpose Pin ; +; 232 ; DIFFIO_T5n, DATA7 ; Use as regular IO ; Address[4] ; Dual Purpose Pin ; +; 233 ; DIFFIO_T3p, DATA11 ; Use as regular IO ; Address[3] ; Dual Purpose Pin ; ++----------+-----------------------------------------+--------------------------+-------------------------+---------------------------+ + + ++------------------------------------------------------------+ +; I/O Bank Usage ; ++----------+------------------+---------------+--------------+ +; I/O Bank ; Usage ; VCCIO Voltage ; VREF Voltage ; ++----------+------------------+---------------+--------------+ +; 1 ; 5 / 14 ( 36 % ) ; 3.3V ; -- ; +; 2 ; 0 / 17 ( 0 % ) ; 2.5V ; -- ; +; 3 ; 0 / 20 ( 0 % ) ; 2.5V ; -- ; +; 4 ; 0 / 22 ( 0 % ) ; 2.5V ; -- ; +; 5 ; 0 / 19 ( 0 % ) ; 2.5V ; -- ; +; 6 ; 2 / 15 ( 13 % ) ; 3.3V ; -- ; +; 7 ; 6 / 20 ( 30 % ) ; 3.3V ; -- ; +; 8 ; 13 / 22 ( 59 % ) ; 3.3V ; -- ; ++----------+------------------+---------------+--------------+ + + ++-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; All Package Pins ; ++----------+------------+----------+-----------------------------------------------------------+--------+--------------+---------+------------+-----------------+----------+--------------+ +; Location ; Pad Number ; I/O Bank ; Pin Name/Usage ; Dir. ; I/O Standard ; Voltage ; I/O Type ; User Assignment ; Bus Hold ; Weak Pull Up ; ++----------+------------+----------+-----------------------------------------------------------+--------+--------------+---------+------------+-----------------+----------+--------------+ +; 1 ; ; ; VCCD_PLL3 ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 2 ; ; ; GNDA3 ; gnd ; ; ; -- ; ; -- ; -- ; +; 3 ; ; -- ; VCCA3 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 4 ; 0 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 5 ; 1 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 6 ; 2 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 7 ; ; 1 ; VCCIO1 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 8 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 9 ; 5 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 10 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 11 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 12 ; 7 ; 1 ; ~ALTERA_ASDO_DATA1~ / RESERVED_INPUT_WITH_WEAK_PULLUP ; input ; 3.3-V LVTTL ; ; Row I/O ; N ; no ; On ; +; 13 ; 8 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; -- ; -- ; +; 14 ; 9 ; 1 ; ~ALTERA_FLASH_nCE_nCSO~ / RESERVED_INPUT_WITH_WEAK_PULLUP ; input ; 3.3-V LVTTL ; ; Row I/O ; N ; no ; On ; +; 15 ; ; 1 ; VCCIO1 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 16 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 17 ; 11 ; 1 ; ^nSTATUS ; ; ; ; -- ; ; -- ; -- ; +; 18 ; 12 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 19 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 20 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 21 ; 15 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 22 ; 16 ; 1 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 23 ; 17 ; 1 ; ~ALTERA_DCLK~ ; output ; 3.3-V LVTTL ; ; Row I/O ; N ; no ; On ; +; 24 ; 18 ; 1 ; ~ALTERA_DATA0~ / RESERVED_INPUT_WITH_WEAK_PULLUP ; input ; 3.3-V LVTTL ; ; Row I/O ; N ; no ; On ; +; 25 ; 19 ; 1 ; ^nCONFIG ; ; ; ; -- ; ; -- ; -- ; +; 26 ; 20 ; 1 ; #TDI ; input ; ; ; -- ; ; -- ; -- ; +; 27 ; 21 ; 1 ; #TCK ; input ; ; ; -- ; ; -- ; -- ; +; 28 ; 22 ; 1 ; #TMS ; input ; ; ; -- ; ; -- ; -- ; +; 29 ; 23 ; 1 ; #TDO ; output ; ; ; -- ; ; -- ; -- ; +; 30 ; 24 ; 1 ; ^nCE ; ; ; ; -- ; ; -- ; -- ; +; 31 ; 25 ; 1 ; FPGA_CLK ; input ; 3.3-V LVTTL ; ; Row I/O ; Y ; no ; Off ; +; 32 ; 26 ; 1 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 33 ; 27 ; 2 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 34 ; 28 ; 2 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 35 ; ; 2 ; VCCIO2 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 36 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 37 ; 31 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 38 ; 32 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 39 ; 35 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 40 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 41 ; 36 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 42 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 43 ; 37 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 44 ; 38 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 45 ; 39 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 46 ; 40 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; -- ; -- ; +; 47 ; ; 2 ; VCCIO2 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 48 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 49 ; 43 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 50 ; 44 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 51 ; 45 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 52 ; 46 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 53 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 54 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 55 ; 49 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 56 ; 50 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 57 ; 51 ; 2 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 58 ; ; -- ; VCCA1 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 59 ; ; ; GNDA1 ; gnd ; ; ; -- ; ; -- ; -- ; +; 60 ; ; ; VCCD_PLL1 ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 61 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 62 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 63 ; 54 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 64 ; 55 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 65 ; 56 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 66 ; ; 3 ; VCCIO3 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 67 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 68 ; 59 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 69 ; 60 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 70 ; 61 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 71 ; 62 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 72 ; 63 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 73 ; 64 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 74 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 75 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 76 ; 67 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; -- ; -- ; +; 77 ; ; 3 ; VCCIO3 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 78 ; 68 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 79 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 80 ; 72 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 81 ; 73 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 82 ; 74 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 83 ; 77 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 84 ; 79 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 85 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 86 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 87 ; 81 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 88 ; 82 ; 3 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 89 ; 86 ; 3 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 90 ; 87 ; 3 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 91 ; 88 ; 4 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 92 ; 89 ; 4 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 93 ; 90 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 94 ; 91 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 95 ; 93 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 96 ; ; 4 ; VCCIO4 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 97 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 98 ; 96 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 99 ; 97 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 100 ; 99 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 101 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 102 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 103 ; 101 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 104 ; ; 4 ; VCCIO4 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 105 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 106 ; 105 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 107 ; 106 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; -- ; -- ; +; 108 ; 107 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 109 ; 108 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 110 ; 110 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 111 ; 111 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 112 ; 112 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 113 ; 116 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 114 ; 117 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 115 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 116 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 117 ; 119 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 118 ; 120 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 119 ; 121 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 120 ; 122 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 121 ; ; ; VCCD_PLL4 ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 122 ; ; ; GNDA4 ; gnd ; ; ; -- ; ; -- ; -- ; +; 123 ; ; -- ; VCCA4 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 124 ; ; 5 ; VCCIO5 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 125 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 126 ; 126 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 127 ; 127 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 128 ; 128 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 129 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 130 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 131 ; 132 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 132 ; 133 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 133 ; 134 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; -- ; -- ; +; 134 ; 135 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 135 ; 136 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 136 ; ; 5 ; VCCIO5 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 137 ; 137 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 138 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 139 ; 138 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 140 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 141 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 142 ; 140 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 143 ; 141 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 144 ; 142 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 145 ; 143 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 146 ; 144 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 147 ; 146 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 148 ; 147 ; 5 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 149 ; 148 ; 5 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 150 ; 149 ; 5 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 151 ; 150 ; 6 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 152 ; 151 ; 6 ; GND+ ; ; ; ; Row I/O ; ; -- ; -- ; +; 153 ; 152 ; 6 ; ^CONF_DONE ; ; ; ; -- ; ; -- ; -- ; +; 154 ; ; 6 ; VCCIO6 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 155 ; 153 ; 6 ; ^MSEL0 ; ; ; ; -- ; ; -- ; -- ; +; 156 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 157 ; 154 ; 6 ; ^MSEL1 ; ; ; ; -- ; ; -- ; -- ; +; 158 ; 155 ; 6 ; ^MSEL2 ; ; ; ; -- ; ; -- ; -- ; +; 158 ; 156 ; 6 ; ^MSEL3 ; ; ; ; -- ; ; -- ; -- ; +; 159 ; 159 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 160 ; 160 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 161 ; 161 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 162 ; 162 ; 6 ; ~ALTERA_nCEO~ / RESERVED_OUTPUT_OPEN_DRAIN ; output ; 3.3-V LVTTL ; ; Row I/O ; N ; no ; Off ; +; 163 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 164 ; 163 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 165 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 166 ; 164 ; 6 ; FPGA_LED_1 ; output ; 3.3-V LVTTL ; ; Row I/O ; Y ; no ; Off ; +; 167 ; 165 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 168 ; 166 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 169 ; 167 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; -- ; -- ; +; 170 ; ; 6 ; VCCIO6 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 171 ; 169 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 172 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 173 ; 170 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 174 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 175 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 176 ; 173 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 177 ; 174 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; +; 178 ; ; -- ; VCCA2 ; power ; ; 2.5V ; -- ; ; -- ; -- ; +; 179 ; ; ; GNDA2 ; gnd ; ; ; -- ; ; -- ; -- ; +; 180 ; ; ; VCCD_PLL2 ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 181 ; 176 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 182 ; 177 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 183 ; 178 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 184 ; 180 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 185 ; 181 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 186 ; 182 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 187 ; 183 ; 7 ; Data[3] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 188 ; 184 ; 7 ; Data[2] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 189 ; 185 ; 7 ; Data[1] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 190 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 191 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 192 ; ; 7 ; VCCIO7 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 193 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 194 ; 189 ; 7 ; Data[0] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 195 ; 190 ; 7 ; Address[7] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 196 ; 191 ; 7 ; Address[0] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 197 ; 192 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 198 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 199 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 200 ; 197 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 201 ; 198 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 202 ; 200 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 203 ; 201 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 204 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 205 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 206 ; ; 7 ; VCCIO7 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 207 ; 205 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 208 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 209 ; 209 ; 7 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 210 ; 210 ; 7 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 211 ; 211 ; 8 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 212 ; 212 ; 8 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; +; 213 ; ; 8 ; VCCIO8 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 214 ; 215 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 215 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 216 ; 216 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 217 ; 217 ; 8 ; nOE ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 218 ; 218 ; 8 ; nWE ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 219 ; 219 ; 8 ; nCE ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 220 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 221 ; 221 ; 8 ; Data[7] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 222 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 223 ; 224 ; 8 ; Data[6] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 224 ; 225 ; 8 ; Data[5] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 225 ; ; 8 ; VCCIO8 ; power ; ; 3.3V ; -- ; ; -- ; -- ; +; 226 ; 227 ; 8 ; Data[4] ; bidir ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 227 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 228 ; ; ; VCCINT ; power ; ; 1.2V ; -- ; ; -- ; -- ; +; 229 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; +; 230 ; 230 ; 8 ; Address[6] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 231 ; 231 ; 8 ; Address[1] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 232 ; 232 ; 8 ; Address[4] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 233 ; 237 ; 8 ; Address[3] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 234 ; 238 ; 8 ; Address[2] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 235 ; 239 ; 8 ; Address[5] ; input ; 3.3-V LVTTL ; ; Column I/O ; Y ; no ; Off ; +; 236 ; 242 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 237 ; 243 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 238 ; 244 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 239 ; 245 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; 240 ; 246 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ++----------+------------+----------+-----------------------------------------------------------+--------+--------------+---------+------------+-----------------+----------+--------------+ +Note: Pin directions (input, output or bidir) are based on device operating in user mode. + + ++----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; 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 ; Pins ; Virtual Pins ; LUT-Only LCs ; Register-Only LCs ; LUT/Register LCs ; Full Hierarchy Name ; Library Name ; ++----------------------------+-------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+------+--------------+--------------+-------------------+------------------+--------------------------------+--------------+ +; |MainController ; 34 (0) ; 25 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 21 ; 0 ; 9 (0) ; 0 (0) ; 25 (0) ; |MainController ; work ; +; |LedBlink:inst2| ; 34 (34) ; 25 (25) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 9 (9) ; 0 (0) ; 25 (25) ; |MainController|LedBlink:inst2 ; 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. + + ++--------------------------------------------------------------------------------------------+ +; Delay Chain Summary ; ++------------+----------+---------------+---------------+-----------------------+-----+------+ +; Name ; Pin Type ; Pad to Core 0 ; Pad to Core 1 ; Pad to Input Register ; TCO ; TCOE ; ++------------+----------+---------------+---------------+-----------------------+-----+------+ +; FPGA_LED_1 ; Output ; -- ; -- ; -- ; -- ; -- ; +; Address[7] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[6] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[5] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[4] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[3] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[2] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[1] ; Input ; -- ; -- ; -- ; -- ; -- ; +; Address[0] ; Input ; -- ; -- ; -- ; -- ; -- ; +; nOE ; Input ; -- ; -- ; -- ; -- ; -- ; +; nWE ; Input ; -- ; -- ; -- ; -- ; -- ; +; nCE ; Input ; -- ; -- ; -- ; -- ; -- ; +; Data[7] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[6] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[5] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[4] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[3] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[2] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[1] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; Data[0] ; Bidir ; -- ; -- ; -- ; -- ; -- ; +; FPGA_CLK ; Input ; (0) 0 ps ; -- ; -- ; -- ; -- ; ++------------+----------+---------------+---------------+-----------------------+-----+------+ + + ++---------------------------------------------------+ +; Pad To Core Delay Chain Fanout ; ++---------------------+-------------------+---------+ +; Source Pin / Fanout ; Pad To Core Index ; Setting ; ++---------------------+-------------------+---------+ +; Address[7] ; ; ; +; Address[6] ; ; ; +; Address[5] ; ; ; +; Address[4] ; ; ; +; Address[3] ; ; ; +; Address[2] ; ; ; +; Address[1] ; ; ; +; Address[0] ; ; ; +; nOE ; ; ; +; nWE ; ; ; +; nCE ; ; ; +; Data[7] ; ; ; +; Data[6] ; ; ; +; Data[5] ; ; ; +; Data[4] ; ; ; +; Data[3] ; ; ; +; Data[2] ; ; ; +; Data[1] ; ; ; +; Data[0] ; ; ; +; FPGA_CLK ; ; ; ++---------------------+-------------------+---------+ + + ++--------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Control Signals ; ++----------------------------+--------------------+---------+-------------+--------+----------------------+------------------+---------------------------+ +; Name ; Location ; Fan-Out ; Usage ; Global ; Global Resource Used ; Global Line Name ; Enable Signal Source Name ; ++----------------------------+--------------------+---------+-------------+--------+----------------------+------------------+---------------------------+ +; FPGA_CLK ; PIN_31 ; 25 ; Clock ; yes ; Global Clock ; GCLK4 ; -- ; +; LedBlink:inst2|LessThan0~8 ; LCCOMB_X51_Y13_N26 ; 25 ; Sync. clear ; 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 ; ++----------+----------+---------+--------------------------------------+----------------------+------------------+---------------------------+ +; FPGA_CLK ; PIN_31 ; 25 ; 13 ; Global Clock ; GCLK4 ; -- ; ++----------+----------+---------+--------------------------------------+----------------------+------------------+---------------------------+ + + ++-----------------------------------------+ +; Non-Global High Fan-Out Signals ; ++-------------------------------+---------+ +; Name ; Fan-Out ; ++-------------------------------+---------+ +; LedBlink:inst2|LessThan0~8 ; 25 ; +; LedBlink:inst2|counter[4] ; 3 ; +; LedBlink:inst2|counter[16] ; 3 ; +; LedBlink:inst2|counter[15] ; 3 ; +; LedBlink:inst2|ledBuf ; 2 ; +; LedBlink:inst2|counter[11] ; 2 ; +; LedBlink:inst2|counter[10] ; 2 ; +; LedBlink:inst2|counter[9] ; 2 ; +; LedBlink:inst2|counter[8] ; 2 ; +; LedBlink:inst2|counter[7] ; 2 ; +; LedBlink:inst2|counter[5] ; 2 ; +; LedBlink:inst2|counter[3] ; 2 ; +; LedBlink:inst2|counter[2] ; 2 ; +; LedBlink:inst2|counter[1] ; 2 ; +; LedBlink:inst2|counter[0] ; 2 ; +; LedBlink:inst2|counter[6] ; 2 ; +; LedBlink:inst2|counter[12] ; 2 ; +; LedBlink:inst2|counter[13] ; 2 ; +; LedBlink:inst2|counter[23] ; 2 ; +; LedBlink:inst2|counter[22] ; 2 ; +; LedBlink:inst2|counter[21] ; 2 ; +; LedBlink:inst2|counter[20] ; 2 ; +; LedBlink:inst2|counter[19] ; 2 ; +; LedBlink:inst2|counter[18] ; 2 ; +; LedBlink:inst2|counter[17] ; 2 ; +; LedBlink:inst2|counter[14] ; 2 ; +; LedBlink:inst2|ledBuf~0 ; 1 ; +; LedBlink:inst2|LessThan0~7 ; 1 ; +; LedBlink:inst2|LessThan0~6 ; 1 ; +; LedBlink:inst2|LessThan0~5 ; 1 ; +; LedBlink:inst2|LessThan0~4 ; 1 ; +; LedBlink:inst2|LessThan0~3 ; 1 ; +; LedBlink:inst2|LessThan0~2 ; 1 ; +; LedBlink:inst2|LessThan0~1 ; 1 ; +; LedBlink:inst2|LessThan0~0 ; 1 ; +; LedBlink:inst2|counter[23]~70 ; 1 ; +; LedBlink:inst2|counter[22]~69 ; 1 ; +; LedBlink:inst2|counter[22]~68 ; 1 ; +; LedBlink:inst2|counter[21]~67 ; 1 ; +; LedBlink:inst2|counter[21]~66 ; 1 ; +; LedBlink:inst2|counter[20]~65 ; 1 ; +; LedBlink:inst2|counter[20]~64 ; 1 ; +; LedBlink:inst2|counter[19]~63 ; 1 ; +; LedBlink:inst2|counter[19]~62 ; 1 ; +; LedBlink:inst2|counter[18]~61 ; 1 ; +; LedBlink:inst2|counter[18]~60 ; 1 ; +; LedBlink:inst2|counter[17]~59 ; 1 ; +; LedBlink:inst2|counter[17]~58 ; 1 ; +; LedBlink:inst2|counter[16]~57 ; 1 ; +; LedBlink:inst2|counter[16]~56 ; 1 ; +; LedBlink:inst2|counter[15]~55 ; 1 ; +; LedBlink:inst2|counter[15]~54 ; 1 ; +; LedBlink:inst2|counter[14]~53 ; 1 ; +; LedBlink:inst2|counter[14]~52 ; 1 ; +; LedBlink:inst2|counter[13]~51 ; 1 ; +; LedBlink:inst2|counter[13]~50 ; 1 ; +; LedBlink:inst2|counter[12]~49 ; 1 ; +; LedBlink:inst2|counter[12]~48 ; 1 ; +; LedBlink:inst2|counter[11]~47 ; 1 ; +; LedBlink:inst2|counter[11]~46 ; 1 ; +; LedBlink:inst2|counter[10]~45 ; 1 ; +; LedBlink:inst2|counter[10]~44 ; 1 ; +; LedBlink:inst2|counter[9]~43 ; 1 ; +; LedBlink:inst2|counter[9]~42 ; 1 ; +; LedBlink:inst2|counter[8]~41 ; 1 ; +; LedBlink:inst2|counter[8]~40 ; 1 ; +; LedBlink:inst2|counter[7]~39 ; 1 ; +; LedBlink:inst2|counter[7]~38 ; 1 ; +; LedBlink:inst2|counter[6]~37 ; 1 ; +; LedBlink:inst2|counter[6]~36 ; 1 ; +; LedBlink:inst2|counter[5]~35 ; 1 ; +; LedBlink:inst2|counter[5]~34 ; 1 ; +; LedBlink:inst2|counter[4]~33 ; 1 ; +; LedBlink:inst2|counter[4]~32 ; 1 ; +; LedBlink:inst2|counter[3]~31 ; 1 ; +; LedBlink:inst2|counter[3]~30 ; 1 ; +; LedBlink:inst2|counter[2]~29 ; 1 ; +; LedBlink:inst2|counter[2]~28 ; 1 ; +; LedBlink:inst2|counter[1]~27 ; 1 ; +; LedBlink:inst2|counter[1]~26 ; 1 ; +; LedBlink:inst2|counter[0]~25 ; 1 ; +; LedBlink:inst2|counter[0]~24 ; 1 ; ++-------------------------------+---------+ + + ++-----------------------------------------------+ +; Routing Usage Summary ; ++-----------------------+-----------------------+ +; Routing Resource Type ; Usage ; ++-----------------------+-----------------------+ +; Block interconnects ; 20 / 71,559 ( < 1 % ) ; +; C16 interconnects ; 0 / 2,597 ( 0 % ) ; +; C4 interconnects ; 4 / 46,848 ( < 1 % ) ; +; Direct links ; 11 / 71,559 ( < 1 % ) ; +; Global clocks ; 1 / 20 ( 5 % ) ; +; Local interconnects ; 30 / 24,624 ( < 1 % ) ; +; R24 interconnects ; 0 / 2,496 ( 0 % ) ; +; R4 interconnects ; 4 / 62,424 ( < 1 % ) ; ++-----------------------+-----------------------+ + + ++--------------------------------------------------------------------------+ +; LAB Logic Elements ; ++--------------------------------------------+-----------------------------+ +; Number of Logic Elements (Average = 8.50) ; Number of LABs (Total = 4) ; ++--------------------------------------------+-----------------------------+ +; 1 ; 2 ; +; 2 ; 0 ; +; 3 ; 0 ; +; 4 ; 0 ; +; 5 ; 0 ; +; 6 ; 0 ; +; 7 ; 0 ; +; 8 ; 0 ; +; 9 ; 0 ; +; 10 ; 0 ; +; 11 ; 0 ; +; 12 ; 0 ; +; 13 ; 0 ; +; 14 ; 0 ; +; 15 ; 0 ; +; 16 ; 2 ; ++--------------------------------------------+-----------------------------+ + + ++------------------------------------------------------------------+ +; LAB-wide Signals ; ++------------------------------------+-----------------------------+ +; LAB-wide Signals (Average = 1.00) ; Number of LABs (Total = 4) ; ++------------------------------------+-----------------------------+ +; 1 Clock ; 3 ; +; 1 Sync. clear ; 1 ; ++------------------------------------+-----------------------------+ + + ++----------------------------------------------------------------------------+ +; LAB Signals Sourced ; ++----------------------------------------------+-----------------------------+ +; Number of Signals Sourced (Average = 14.75) ; Number of LABs (Total = 4) ; ++----------------------------------------------+-----------------------------+ +; 0 ; 0 ; +; 1 ; 1 ; +; 2 ; 1 ; +; 3 ; 0 ; +; 4 ; 0 ; +; 5 ; 0 ; +; 6 ; 0 ; +; 7 ; 0 ; +; 8 ; 0 ; +; 9 ; 0 ; +; 10 ; 0 ; +; 11 ; 0 ; +; 12 ; 0 ; +; 13 ; 0 ; +; 14 ; 0 ; +; 15 ; 0 ; +; 16 ; 0 ; +; 17 ; 0 ; +; 18 ; 0 ; +; 19 ; 0 ; +; 20 ; 0 ; +; 21 ; 0 ; +; 22 ; 0 ; +; 23 ; 0 ; +; 24 ; 0 ; +; 25 ; 0 ; +; 26 ; 0 ; +; 27 ; 0 ; +; 28 ; 2 ; ++----------------------------------------------+-----------------------------+ + + ++-------------------------------------------------------------------------------+ +; LAB Signals Sourced Out ; ++-------------------------------------------------+-----------------------------+ +; Number of Signals Sourced Out (Average = 2.00) ; Number of LABs (Total = 4) ; ++-------------------------------------------------+-----------------------------+ +; 0 ; 0 ; +; 1 ; 3 ; +; 2 ; 0 ; +; 3 ; 0 ; +; 4 ; 0 ; +; 5 ; 1 ; ++-------------------------------------------------+-----------------------------+ + + ++---------------------------------------------------------------------------+ +; LAB Distinct Inputs ; ++---------------------------------------------+-----------------------------+ +; Number of Distinct Inputs (Average = 3.00) ; Number of LABs (Total = 4) ; ++---------------------------------------------+-----------------------------+ +; 0 ; 0 ; +; 1 ; 0 ; +; 2 ; 2 ; +; 3 ; 0 ; +; 4 ; 2 ; ++---------------------------------------------+-----------------------------+ + + ++------------------------------------------+ +; I/O Rules Summary ; ++----------------------------------+-------+ +; I/O Rules Statistic ; Total ; ++----------------------------------+-------+ +; Total I/O Rules ; 30 ; +; Number of I/O Rules Passed ; 10 ; +; Number of I/O Rules Failed ; 0 ; +; Number of I/O Rules Unchecked ; 0 ; +; Number of I/O Rules Inapplicable ; 20 ; ++----------------------------------+-------+ + + ++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; I/O Rules Details ; ++--------------+-----------+-----------------------------------+------------------------------------------------------------------------------------------------------+----------+--------------------------------------------------------------------------+------+-------------------+ +; Status ; ID ; Category ; Rule Description ; Severity ; Information ; Area ; Extra Information ; ++--------------+-----------+-----------------------------------+------------------------------------------------------------------------------------------------------+----------+--------------------------------------------------------------------------+------+-------------------+ +; Pass ; IO_000001 ; Capacity Checks ; Number of pins in an I/O bank should not exceed the number of locations available. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000002 ; Capacity Checks ; Number of clocks in an I/O bank should not exceed the number of clocks available. ; Critical ; No Global Signal assignments found. ; I/O ; ; +; Pass ; IO_000003 ; Capacity Checks ; Number of pins in a Vrefgroup should not exceed the number of locations available. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000004 ; Voltage Compatibility Checks ; The I/O bank should support the requested VCCIO. ; Critical ; No IOBANK_VCCIO assignments found. ; I/O ; ; +; Inapplicable ; IO_000005 ; Voltage Compatibility Checks ; The I/O bank should not have competing VREF values. ; Critical ; No VREF I/O Standard assignments found. ; I/O ; ; +; Pass ; IO_000006 ; Voltage Compatibility Checks ; The I/O bank should not have competing VCCIO values. ; Critical ; 0 such failures found. ; I/O ; ; +; Pass ; IO_000007 ; Valid Location Checks ; Checks for unavailable locations. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000008 ; Valid Location Checks ; Checks for reserved locations. ; Critical ; No reserved LogicLock region found. ; I/O ; ; +; Pass ; IO_000009 ; I/O Properties Checks for One I/O ; The location should support the requested I/O standard. ; Critical ; 0 such failures found. ; I/O ; ; +; Pass ; IO_000010 ; I/O Properties Checks for One I/O ; The location should support the requested I/O direction. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000011 ; I/O Properties Checks for One I/O ; The location should support the requested Current Strength. ; Critical ; No Current Strength assignments found. ; I/O ; ; +; Inapplicable ; IO_000012 ; I/O Properties Checks for One I/O ; The location should support the requested On Chip Termination value. ; Critical ; No Termination assignments found. ; I/O ; ; +; Inapplicable ; IO_000013 ; I/O Properties Checks for One I/O ; The location should support the requested Bus Hold value. ; Critical ; No Enable Bus-Hold Circuitry assignments found. ; I/O ; ; +; Inapplicable ; IO_000014 ; I/O Properties Checks for One I/O ; The location should support the requested Weak Pull Up value. ; Critical ; No Weak Pull-Up Resistor assignments found. ; I/O ; ; +; Pass ; IO_000015 ; I/O Properties Checks for One I/O ; The location should support the requested PCI Clamp Diode. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000018 ; I/O Properties Checks for One I/O ; The I/O standard should support the requested Current Strength. ; Critical ; No Current Strength assignments found. ; I/O ; ; +; Inapplicable ; IO_000019 ; I/O Properties Checks for One I/O ; The I/O standard should support the requested On Chip Termination value. ; Critical ; No Termination assignments found. ; I/O ; ; +; Pass ; IO_000020 ; I/O Properties Checks for One I/O ; The I/O standard should support the requested PCI Clamp Diode. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000021 ; I/O Properties Checks for One I/O ; The I/O standard should support the requested Weak Pull Up value. ; Critical ; No Weak Pull-Up Resistor assignments found. ; I/O ; ; +; Inapplicable ; IO_000022 ; I/O Properties Checks for One I/O ; The I/O standard should support the requested Bus Hold value. ; Critical ; No Enable Bus-Hold Circuitry assignments found. ; I/O ; ; +; Pass ; IO_000023 ; I/O Properties Checks for One I/O ; The I/O standard should support the Open Drain value. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000024 ; I/O Properties Checks for One I/O ; The I/O direction should support the On Chip Termination value. ; Critical ; No Termination assignments found. ; I/O ; ; +; Inapplicable ; IO_000026 ; I/O Properties Checks for One I/O ; On Chip Termination and Current Strength should not be used at the same time. ; Critical ; No Current Strength or Termination assignments found. ; I/O ; ; +; Inapplicable ; IO_000027 ; I/O Properties Checks for One I/O ; Weak Pull Up and Bus Hold should not be used at the same time. ; Critical ; No Enable Bus-Hold Circuitry or Weak Pull-Up Resistor assignments found. ; I/O ; ; +; Inapplicable ; IO_000045 ; I/O Properties Checks for One I/O ; The I/O standard should support the requested Slew Rate value. ; Critical ; No Slew Rate assignments found. ; I/O ; ; +; Inapplicable ; IO_000046 ; I/O Properties Checks for One I/O ; The location should support the requested Slew Rate value. ; Critical ; No Slew Rate assignments found. ; I/O ; ; +; Inapplicable ; IO_000047 ; I/O Properties Checks for One I/O ; On Chip Termination and Slew Rate should not be used at the same time. ; Critical ; No Slew Rate assignments found. ; I/O ; ; +; Pass ; IO_000033 ; Electromigration Checks ; Current density for consecutive I/Os should not exceed 240mA for row I/Os and 240mA for column I/Os. ; Critical ; 0 such failures found. ; I/O ; ; +; Inapplicable ; IO_000034 ; SI Related Distance Checks ; Single-ended outputs should be 5 LAB row(s) away from a differential I/O. ; High ; No Differential I/O Standard assignments found. ; I/O ; ; +; 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 ; ; ++--------------+-----------+-----------------------------------+------------------------------------------------------------------------------------------------------+----------+--------------------------------------------------------------------------+------+-------------------+ + + ++-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; I/O 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 ; ++--------------------+-----------+--------------+-----------+--------------+--------------+-----------+-----------+--------------+-----------+-----------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+-----------+--------------+--------------+ +; Total Pass ; 21 ; 0 ; 21 ; 0 ; 0 ; 21 ; 21 ; 0 ; 21 ; 21 ; 0 ; 0 ; 0 ; 0 ; 20 ; 0 ; 0 ; 20 ; 0 ; 0 ; 8 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 21 ; 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 ; 21 ; 21 ; 21 ; 1 ; 21 ; 21 ; 1 ; 21 ; 21 ; 13 ; 21 ; 21 ; 21 ; 21 ; 21 ; 21 ; 0 ; 21 ; 21 ; +; 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 ; +; FPGA_LED_1 ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Address[7] ; 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 ; +; Address[6] ; 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 ; +; Address[5] ; 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 ; +; Address[4] ; 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 ; +; Address[3] ; 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 ; +; Address[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 ; +; Address[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 ; +; Address[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 ; +; nOE ; 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 ; +; nWE ; 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 ; +; nCE ; 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 ; +; Data[7] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[6] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[5] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[4] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[3] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[2] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[1] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; Data[0] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; FPGA_CLK ; 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 ; ++--------------------+-----------+--------------+-----------+--------------+--------------+-----------+-----------+--------------+-----------+-----------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+-----------+--------------+--------------+ + + ++---------------------------------------------------------------------------------------------+ +; Fitter Device Options ; ++------------------------------------------------------------------+--------------------------+ +; Option ; Setting ; ++------------------------------------------------------------------+--------------------------+ +; Enable user-supplied start-up clock (CLKUSR) ; Off ; +; Enable device-wide reset (DEV_CLRn) ; Off ; +; Enable device-wide output enable (DEV_OE) ; Off ; +; Enable INIT_DONE output ; Off ; +; Configuration scheme ; Active Serial ; +; Error detection CRC ; Off ; +; Enable open drain on CRC_ERROR pin ; Off ; +; Enable input tri-state on active configuration pins in user mode ; Off ; +; Configuration Voltage Level ; Auto ; +; Force Configuration Voltage Level ; Off ; +; nCEO ; As output driving ground ; +; Data[0] ; As input tri-stated ; +; Data[1]/ASDO ; As input tri-stated ; +; Data[7..2] ; Unreserved ; +; FLASH_nCE/nCSO ; As input tri-stated ; +; Other Active Parallel pins ; Unreserved ; +; DCLK ; As output driving ground ; +; Base pin-out file on sameframe device ; Off ; ++------------------------------------------------------------------+--------------------------+ + + ++------------------------------------+ +; Operating Settings and Conditions ; ++---------------------------+--------+ +; Setting ; Value ; ++---------------------------+--------+ +; Nominal Core Voltage ; 1.20 V ; +; Low Junction Temperature ; 0 °C ; +; High Junction Temperature ; 85 °C ; ++---------------------------+--------+ + + ++-----------------+ +; Fitter Messages ; ++-----------------+ +Info (11104): Parallel Compilation has detected 8 hyper-threaded processors. However, the extra hyper-threaded processors will not be used by default. Parallel Compilation will use 4 of the 4 physical processors detected instead. +Info (119006): Selected device EP3C25Q240C8 for design "MainController" +Info (21077): Core supply voltage is 1.2V +Info (21077): Low junction temperature is 0 degrees C +Info (21077): High junction temperature is 85 degrees C +Info (171003): Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time +Info (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 + Info (176445): Device EP3C16Q240C8 is compatible + Info (176445): Device EP3C40Q240C8 is compatible +Info (169124): Fitter converted 5 user pins into dedicated programming pins + Info (169125): Pin ~ALTERA_ASDO_DATA1~ is reserved at location 12 + Info (169125): Pin ~ALTERA_FLASH_nCE_nCSO~ is reserved at location 14 + Info (169125): Pin ~ALTERA_DCLK~ is reserved at location 23 + Info (169125): Pin ~ALTERA_DATA0~ is reserved at location 24 + Info (169125): Pin ~ALTERA_nCEO~ is reserved at location 162 +Warning (15714): Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details +Critical Warning (332012): Synopsys Design Constraints File file not found: 'MainController.sdc'. A Synopsys Design Constraints File is required by the TimeQuest Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design. +Info (332144): No user constrained base clocks found in the design +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 FPGA_CLK~input (placed in PIN 31 (CLK0, DIFFCLK_0p)) + Info (176355): Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G4 +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:00 +Info (170189): Fitter placement preparation operations beginning +Info (170190): Fitter placement preparation operations ending: elapsed time is 00:00:00 +Info (170191): Fitter placement operations beginning +Info (170137): Fitter placement was successful +Info (170192): Fitter placement operations ending: elapsed time is 00:00:00 +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 0% of the available device resources in the region that extends from location X43_Y11 to location X53_Y22 +Info (170194): Fitter routing operations ending: elapsed time is 00:00:01 +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 (11888): Total time spent on timing analysis during the Fitter is 0.34 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:00 +Warning (169177): 20 pins must meet Altera requirements for 3.3-, 3.0-, and 2.5-V interfaces. For more information, refer to AN 447: Interfacing Cyclone III Devices with 3.3/3.0/2.5-V LVTTL/LVCMOS I/O Systems. + Info (169178): Pin Address[7] uses I/O standard 3.3-V LVTTL at 195 + Info (169178): Pin Address[6] uses I/O standard 3.3-V LVTTL at 230 + Info (169178): Pin Address[5] uses I/O standard 3.3-V LVTTL at 235 + Info (169178): Pin Address[4] uses I/O standard 3.3-V LVTTL at 232 + Info (169178): Pin Address[3] uses I/O standard 3.3-V LVTTL at 233 + Info (169178): Pin Address[2] uses I/O standard 3.3-V LVTTL at 234 + Info (169178): Pin Address[1] uses I/O standard 3.3-V LVTTL at 231 + Info (169178): Pin Address[0] uses I/O standard 3.3-V LVTTL at 196 + Info (169178): Pin nOE uses I/O standard 3.3-V LVTTL at 217 + Info (169178): Pin nWE uses I/O standard 3.3-V LVTTL at 218 + Info (169178): Pin nCE uses I/O standard 3.3-V LVTTL at 219 + Info (169178): Pin Data[7] uses I/O standard 3.3-V LVTTL at 221 + Info (169178): Pin Data[6] uses I/O standard 3.3-V LVTTL at 223 + Info (169178): Pin Data[5] uses I/O standard 3.3-V LVTTL at 224 + Info (169178): Pin Data[4] uses I/O standard 3.3-V LVTTL at 226 + Info (169178): Pin Data[3] uses I/O standard 3.3-V LVTTL at 187 + Info (169178): Pin Data[2] uses I/O standard 3.3-V LVTTL at 188 + Info (169178): Pin Data[1] uses I/O standard 3.3-V LVTTL at 189 + Info (169178): Pin Data[0] uses I/O standard 3.3-V LVTTL at 194 + Info (169178): Pin FPGA_CLK uses I/O standard 3.3-V LVTTL at 31 +Warning (169064): Following 8 pins have no output enable or a GND or VCC output enable - later changes to this connectivity may change fitting results + Info (169065): Pin Data[7] has a permanently disabled output enable + Info (169065): Pin Data[6] has a permanently disabled output enable + Info (169065): Pin Data[5] has a permanently disabled output enable + Info (169065): Pin Data[4] has a permanently disabled output enable + Info (169065): Pin Data[3] has a permanently disabled output enable + Info (169065): Pin Data[2] has a permanently disabled output enable + Info (169065): Pin Data[1] has a permanently disabled output enable + Info (169065): Pin Data[0] has a permanently disabled output enable +Info (144001): Generated suppressed messages file D:/GITEA/altera/MainController/output_files/MainController.fit.smsg +Info: Quartus II 64-Bit Fitter was successful. 0 errors, 4 warnings + Info: Peak virtual memory: 5391 megabytes + Info: Processing ended: Tue Mar 12 16:24:22 2024 + Info: Elapsed time: 00:00:05 + Info: Total CPU time (on all processors): 00:00:06 + + ++----------------------------+ +; Fitter Suppressed Messages ; ++----------------------------+ +The suppressed messages can be found in D:/GITEA/altera/MainController/output_files/MainController.fit.smsg. + + diff --git a/MainController/output_files/MainController.fit.smsg b/MainController/output_files/MainController.fit.smsg new file mode 100644 index 0000000..7121cbb --- /dev/null +++ b/MainController/output_files/MainController.fit.smsg @@ -0,0 +1,8 @@ +Extra Info (176273): Performing register packing on registers with non-logic cell location assignments +Extra Info (176274): Completed register packing on registers with non-logic cell location assignments +Extra Info (176236): Started Fast Input/Output/OE register processing +Extra Info (176237): Finished Fast Input/Output/OE register processing +Extra Info (176238): Start inferring scan chains for DSP blocks +Extra Info (176239): Inferring scan chains for DSP blocks is complete +Extra Info (176248): Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density +Extra Info (176249): Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks diff --git a/MainController/output_files/MainController.fit.summary b/MainController/output_files/MainController.fit.summary new file mode 100644 index 0000000..97c41d7 --- /dev/null +++ b/MainController/output_files/MainController.fit.summary @@ -0,0 +1,16 @@ +Fitter Status : Successful - Tue Mar 12 16:24:21 2024 +Quartus II 64-Bit Version : 13.1.0 Build 162 10/23/2013 SJ Full Version +Revision Name : MainController +Top-level Entity Name : MainController +Family : Cyclone III +Device : EP3C25Q240C8 +Timing Models : Final +Total logic elements : 34 / 24,624 ( < 1 % ) + Total combinational functions : 34 / 24,624 ( < 1 % ) + Dedicated logic registers : 25 / 24,624 ( < 1 % ) +Total registers : 25 +Total pins : 21 / 149 ( 14 % ) +Total virtual pins : 0 +Total memory bits : 0 / 608,256 ( 0 % ) +Embedded Multiplier 9-bit elements : 0 / 132 ( 0 % ) +Total PLLs : 0 / 4 ( 0 % ) diff --git a/MainController/output_files/MainController.flow.rpt b/MainController/output_files/MainController.flow.rpt new file mode 100644 index 0000000..f92f1d4 --- /dev/null +++ b/MainController/output_files/MainController.flow.rpt @@ -0,0 +1,132 @@ +Flow report for MainController +Tue Mar 12 16:24:29 2024 +Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version + + +--------------------- +; Table of Contents ; +--------------------- + 1. Legal Notice + 2. Flow Summary + 3. Flow Settings + 4. Flow Non-Default Global Settings + 5. Flow Elapsed Time + 6. Flow OS Summary + 7. Flow Log + 8. Flow Messages + 9. Flow Suppressed Messages + + + +---------------- +; Legal Notice ; +---------------- +Copyright (C) 1991-2013 Altera Corporation +Your use of Altera Corporation's design tools, logic functions +and other software and tools, and its AMPP partner logic +functions, and any output files from any of the foregoing +(including device programming or simulation files), and any +associated documentation or information are expressly subject +to the terms and conditions of the Altera Program License +Subscription Agreement, Altera MegaCore Function License +Agreement, or other applicable license agreement, including, +without limitation, that your use is for the sole purpose of +programming logic devices manufactured by Altera and sold by +Altera or its authorized distributors. Please refer to the +applicable agreement for further details. + + + ++----------------------------------------------------------------------------------+ +; Flow Summary ; ++------------------------------------+---------------------------------------------+ +; Flow Status ; Successful - Tue Mar 12 16:24:29 2024 ; +; Quartus II 64-Bit Version ; 13.1.0 Build 162 10/23/2013 SJ Full Version ; +; Revision Name ; MainController ; +; Top-level Entity Name ; MainController ; +; Family ; Cyclone III ; +; Device ; EP3C25Q240C8 ; +; Timing Models ; Final ; +; Total logic elements ; 34 / 24,624 ( < 1 % ) ; +; Total combinational functions ; 34 / 24,624 ( < 1 % ) ; +; Dedicated logic registers ; 25 / 24,624 ( < 1 % ) ; +; Total registers ; 25 ; +; Total pins ; 21 / 149 ( 14 % ) ; +; Total virtual pins ; 0 ; +; Total memory bits ; 0 / 608,256 ( 0 % ) ; +; Embedded Multiplier 9-bit elements ; 0 / 132 ( 0 % ) ; +; Total PLLs ; 0 / 4 ( 0 % ) ; ++------------------------------------+---------------------------------------------+ + + ++-----------------------------------------+ +; Flow Settings ; ++-------------------+---------------------+ +; Option ; Setting ; ++-------------------+---------------------+ +; Start date & time ; 03/12/2024 16:24:14 ; +; Main task ; Compilation ; +; Revision Name ; MainController ; ++-------------------+---------------------+ + + ++---------------------------------------------------------------------------------------------------------------------+ +; Flow Non-Default Global Settings ; ++-------------------------------------+--------------------------------+---------------+-------------+----------------+ +; Assignment Name ; Value ; Default Value ; Entity Name ; Section Id ; ++-------------------------------------+--------------------------------+---------------+-------------+----------------+ +; COMPILER_SIGNATURE_ID ; 30902508249626.171024985402028 ; -- ; -- ; -- ; +; EDA_OUTPUT_DATA_FORMAT ; Vhdl ; -- ; -- ; eda_simulation ; +; EDA_SIMULATION_TOOL ; ModelSim-Altera (VHDL) ; ; -- ; -- ; +; IP_TOOL_NAME ; ALTPLL ; -- ; -- ; -- ; +; IP_TOOL_VERSION ; 13.1 ; -- ; -- ; -- ; +; MAX_CORE_JUNCTION_TEMP ; 85 ; -- ; -- ; -- ; +; MIN_CORE_JUNCTION_TEMP ; 0 ; -- ; -- ; -- ; +; MISC_FILE ; AlteraPLL.cmp ; -- ; -- ; -- ; +; MISC_FILE ; AlteraPLL.ppf ; -- ; -- ; -- ; +; NOMINAL_CORE_SUPPLY_VOLTAGE ; 1.2V ; -- ; -- ; -- ; +; PARTITION_COLOR ; 16764057 ; -- ; -- ; Top ; +; PARTITION_FITTER_PRESERVATION_LEVEL ; PLACEMENT_AND_ROUTING ; -- ; -- ; Top ; +; PARTITION_NETLIST_TYPE ; SOURCE ; -- ; -- ; Top ; +; PROJECT_OUTPUT_DIRECTORY ; output_files ; -- ; -- ; -- ; ++-------------------------------------+--------------------------------+---------------+-------------+----------------+ + + ++-------------------------------------------------------------------------------------------------------------------------------+ +; Flow Elapsed Time ; ++---------------------------+--------------+-------------------------+---------------------+------------------------------------+ +; Module Name ; Elapsed Time ; Average Processors Used ; Peak Virtual Memory ; Total CPU Time (on all processors) ; ++---------------------------+--------------+-------------------------+---------------------+------------------------------------+ +; Analysis & Synthesis ; 00:00:01 ; 1.0 ; 4707 MB ; 00:00:02 ; +; Fitter ; 00:00:04 ; 1.0 ; 5391 MB ; 00:00:06 ; +; Assembler ; 00:00:01 ; 1.0 ; 4590 MB ; 00:00:01 ; +; TimeQuest Timing Analyzer ; 00:00:02 ; 1.0 ; 4700 MB ; 00:00:01 ; +; EDA Netlist Writer ; 00:00:01 ; 1.0 ; 4550 MB ; 00:00:01 ; +; Total ; 00:00:09 ; -- ; -- ; 00:00:11 ; ++---------------------------+--------------+-------------------------+---------------------+------------------------------------+ + + ++----------------------------------------------------------------------------------------+ +; Flow OS Summary ; ++---------------------------+------------------+-----------+------------+----------------+ +; Module Name ; Machine Hostname ; OS Name ; OS Version ; Processor type ; ++---------------------------+------------------+-----------+------------+----------------+ +; Analysis & Synthesis ; STAS-W10 ; Windows 7 ; 6.2 ; x86_64 ; +; Fitter ; STAS-W10 ; Windows 7 ; 6.2 ; x86_64 ; +; Assembler ; STAS-W10 ; Windows 7 ; 6.2 ; x86_64 ; +; TimeQuest Timing Analyzer ; STAS-W10 ; Windows 7 ; 6.2 ; x86_64 ; +; EDA Netlist Writer ; STAS-W10 ; Windows 7 ; 6.2 ; x86_64 ; ++---------------------------+------------------+-----------+------------+----------------+ + + +------------ +; Flow Log ; +------------ +quartus_map --read_settings_files=on --write_settings_files=off MainController -c MainController +quartus_fit --read_settings_files=off --write_settings_files=off MainController -c MainController +quartus_asm --read_settings_files=off --write_settings_files=off MainController -c MainController +quartus_sta MainController -c MainController +quartus_eda --read_settings_files=off --write_settings_files=off MainController -c MainController + + + diff --git a/MainController/output_files/MainController.jdi b/MainController/output_files/MainController.jdi new file mode 100644 index 0000000..e8b8caf --- /dev/null +++ b/MainController/output_files/MainController.jdi @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/MainController/output_files/MainController.map.rpt b/MainController/output_files/MainController.map.rpt index 9c11b71..c05a413 100644 --- a/MainController/output_files/MainController.map.rpt +++ b/MainController/output_files/MainController.map.rpt @@ -1,5 +1,5 @@ Analysis & Synthesis report for MainController -Mon Mar 04 16:44:59 2024 +Tue Mar 12 16:24:16 2024 Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version @@ -14,11 +14,14 @@ Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version 6. Analysis & Synthesis Resource Usage Summary 7. Analysis & Synthesis Resource Utilization by Entity 8. Analysis & Synthesis IP Cores Summary - 9. General Register Statistics - 10. Parameter Settings for User Entity Instance: AlteraPLL:inst|altpll:altpll_component - 11. altpll Parameter Settings by Entity Instance - 12. Elapsed Time Per Partition - 13. Analysis & Synthesis Messages + 9. Registers Removed During Synthesis + 10. Removed Registers Triggering Further Register Optimizations + 11. General Register Statistics + 12. Inverted Register Statistics + 13. Parameter Settings for User Entity Instance: AlteraPLL:inst|altpll:altpll_component + 14. altpll Parameter Settings by Entity Instance + 15. Elapsed Time Per Partition + 16. Analysis & Synthesis Messages @@ -44,16 +47,16 @@ applicable agreement for further details. +----------------------------------------------------------------------------------+ ; Analysis & Synthesis Summary ; +------------------------------------+---------------------------------------------+ -; Analysis & Synthesis Status ; Successful - Mon Mar 04 16:44:59 2024 ; +; Analysis & Synthesis Status ; Successful - Tue Mar 12 16:24:16 2024 ; ; Quartus II 64-Bit Version ; 13.1.0 Build 162 10/23/2013 SJ Full Version ; ; Revision Name ; MainController ; ; Top-level Entity Name ; MainController ; ; Family ; Cyclone III ; -; Total logic elements ; 0 ; -; Total combinational functions ; 0 ; -; Dedicated logic registers ; 0 ; -; Total registers ; 0 ; -; Total pins ; 27 ; +; Total logic elements ; 34 ; +; Total combinational functions ; 34 ; +; Dedicated logic registers ; 25 ; +; Total registers ; 25 ; +; Total pins ; 21 ; ; Total virtual pins ; 0 ; ; Total memory bits ; 0 ; ; Embedded Multiplier 9-bit elements ; 0 ; @@ -173,6 +176,7 @@ applicable agreement for further details. ; MainController.bdf ; yes ; User Block Diagram/Schematic File ; D:/GITEA/altera/MainController/MainController.bdf ; ; ; AlteraPLL.vhd ; yes ; User Wizard-Generated File ; D:/GITEA/altera/MainController/AlteraPLL.vhd ; ; ; RAM.vhd ; yes ; User VHDL File ; D:/GITEA/altera/MainController/RAM.vhd ; ; +; LedBlink.vhd ; yes ; User VHDL File ; D:/GITEA/altera/MainController/LedBlink.vhd ; ; ; altpll.tdf ; yes ; Megafunction ; d:/intelfpga/13.1/quartus/libraries/megafunctions/altpll.tdf ; ; ; aglobal131.inc ; yes ; Megafunction ; d:/intelfpga/13.1/quartus/libraries/megafunctions/aglobal131.inc ; ; ; stratix_pll.inc ; yes ; Megafunction ; d:/intelfpga/13.1/quartus/libraries/megafunctions/stratix_pll.inc ; ; @@ -182,42 +186,44 @@ applicable agreement for further details. +----------------------------------+-----------------+------------------------------------+---------------------------------------------------------------------+---------+ -+-----------------------------------------------------+ -; Analysis & Synthesis Resource Usage Summary ; -+---------------------------------------------+-------+ -; Resource ; Usage ; -+---------------------------------------------+-------+ -; ; ; -; Total combinational functions ; 0 ; -; Logic element usage by number of LUT inputs ; ; -; -- 4 input functions ; 0 ; -; -- 3 input functions ; 0 ; -; -- <=2 input functions ; 0 ; -; ; ; -; Logic elements by mode ; ; -; -- normal mode ; 0 ; -; -- arithmetic mode ; 0 ; -; ; ; -; Total registers ; 0 ; -; -- Dedicated logic registers ; 0 ; -; -- I/O registers ; 0 ; -; ; ; -; I/O pins ; 27 ; -; Embedded Multiplier 9-bit elements ; 0 ; -; Maximum fan-out node ; Clk ; -; Maximum fan-out ; 1 ; -; Total fan-out ; 27 ; -; Average fan-out ; 0.50 ; -+---------------------------------------------+-------+ ++--------------------------------------------------------------------------+ +; Analysis & Synthesis Resource Usage Summary ; ++---------------------------------------------+----------------------------+ +; Resource ; Usage ; ++---------------------------------------------+----------------------------+ +; Estimated Total logic elements ; 34 ; +; ; ; +; Total combinational functions ; 34 ; +; Logic element usage by number of LUT inputs ; ; +; -- 4 input functions ; 8 ; +; -- 3 input functions ; 1 ; +; -- <=2 input functions ; 25 ; +; ; ; +; Logic elements by mode ; ; +; -- normal mode ; 11 ; +; -- arithmetic mode ; 23 ; +; ; ; +; Total registers ; 25 ; +; -- Dedicated logic registers ; 25 ; +; -- I/O registers ; 0 ; +; ; ; +; I/O pins ; 21 ; +; Embedded Multiplier 9-bit elements ; 0 ; +; Maximum fan-out node ; LedBlink:inst2|LessThan0~8 ; +; Maximum fan-out ; 25 ; +; Total fan-out ; 188 ; +; Average fan-out ; 1.72 ; ++---------------------------------------------+----------------------------+ -+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Analysis & Synthesis Resource Utilization by Entity ; -+----------------------------+-------------------+--------------+-------------+--------------+---------+-----------+------+--------------+---------------------+--------------+ -; Compilation Hierarchy Node ; LC Combinationals ; LC Registers ; Memory Bits ; DSP Elements ; DSP 9x9 ; DSP 18x18 ; Pins ; Virtual Pins ; Full Hierarchy Name ; Library Name ; -+----------------------------+-------------------+--------------+-------------+--------------+---------+-----------+------+--------------+---------------------+--------------+ -; |MainController ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 27 ; 0 ; |MainController ; work ; -+----------------------------+-------------------+--------------+-------------+--------------+---------+-----------+------+--------------+---------------------+--------------+ ++----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Analysis & Synthesis Resource Utilization by Entity ; ++----------------------------+-------------------+--------------+-------------+--------------+---------+-----------+------+--------------+--------------------------------+--------------+ +; Compilation Hierarchy Node ; LC Combinationals ; LC Registers ; Memory Bits ; DSP Elements ; DSP 9x9 ; DSP 18x18 ; Pins ; Virtual Pins ; Full Hierarchy Name ; Library Name ; ++----------------------------+-------------------+--------------+-------------+--------------+---------+-----------+------+--------------+--------------------------------+--------------+ +; |MainController ; 34 (0) ; 25 (0) ; 0 ; 0 ; 0 ; 0 ; 21 ; 0 ; |MainController ; work ; +; |LedBlink:inst2| ; 34 (34) ; 25 (25) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |MainController|LedBlink:inst2 ; 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. @@ -230,13 +236,2203 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi +--------+--------------+---------+--------------+--------------+--------------------------------+----------------------------------------------+ ++---------------------------------------------------------------------------------+ +; Registers Removed During Synthesis ; ++------------------------------------------+--------------------------------------+ +; Register name ; Reason for Removal ; ++------------------------------------------+--------------------------------------+ +; RAM:inst1|data0[2]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data1[7]~reg0 ; Lost fanout ; +; RAM:inst1|data1[7]~en ; Lost fanout ; +; RAM:inst1|data1[6]~reg0 ; Lost fanout ; +; RAM:inst1|data1[6]~en ; Lost fanout ; +; RAM:inst1|data1[5]~reg0 ; Lost fanout ; +; RAM:inst1|data1[5]~en ; Lost fanout ; +; RAM:inst1|data1[4]~reg0 ; Lost fanout ; +; RAM:inst1|data1[4]~en ; Lost fanout ; +; RAM:inst1|data1[3]~reg0 ; Lost fanout ; +; RAM:inst1|data1[3]~en ; Lost fanout ; +; RAM:inst1|data1[2]~reg0 ; Lost fanout ; +; RAM:inst1|data1[2]~en ; Lost fanout ; +; RAM:inst1|data1[1]~reg0 ; Lost fanout ; +; RAM:inst1|data1[1]~en ; Lost fanout ; +; RAM:inst1|data1[0]~reg0 ; Lost fanout ; +; RAM:inst1|data1[0]~en ; Lost fanout ; +; RAM:inst1|clk1Prev ; Lost fanout ; +; RAM:inst1|memory[0][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[7]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[6]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[5]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[4]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[3]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[2]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[1]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[1]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[0]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[0]~reg0 ; Stuck at GND due to stuck port clock ; +; RAM:inst1|clk0Prev ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[3]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[4]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[5]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[6]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|data0[7]~en ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[0][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[1][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[2][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[3][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[4][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[5][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[6][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[7][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[8][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[9][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[10][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[11][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[12][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[13][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[14][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[15][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[16][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[17][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[18][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[19][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[20][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[21][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[22][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[23][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[24][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[25][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[26][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[27][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[28][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[29][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[30][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[31][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[32][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[33][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[34][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[35][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[36][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[37][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[38][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[39][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[40][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[41][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[42][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[43][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[44][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[45][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[46][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[47][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[48][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[49][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[50][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[51][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[52][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[53][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[54][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[55][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[56][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[57][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[58][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[59][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[60][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[61][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[62][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[63][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[64][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[65][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[66][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[67][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[68][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[69][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[70][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[71][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[72][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[73][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[74][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[75][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[76][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[77][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[78][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[79][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[80][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[81][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[82][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[83][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[84][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[85][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[86][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[87][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[88][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[89][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[90][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[91][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[92][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[93][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[94][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[95][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[96][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[97][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[98][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[99][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[100][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[101][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[102][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[103][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[104][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[105][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[106][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[107][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[108][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[109][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[110][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[111][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[112][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[113][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[114][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[115][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[116][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[117][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[118][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[119][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[120][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[121][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[122][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[123][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[124][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[125][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[126][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[127][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[128][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[129][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[130][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[131][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[132][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[133][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[134][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[135][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[136][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[137][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[138][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[139][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[140][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[141][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[142][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[143][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[144][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[145][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[146][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[147][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[148][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[149][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[150][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[151][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[152][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[153][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[154][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[155][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[156][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[157][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[158][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[159][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[160][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[161][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[162][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[163][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[164][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[165][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[166][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[167][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[168][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[169][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[170][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[171][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[172][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[173][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[174][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[175][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[176][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[177][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[178][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[179][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[180][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[181][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[182][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[183][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[184][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[185][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[186][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[187][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[188][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[189][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[190][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[191][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[192][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[193][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[194][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[195][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[196][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[197][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[198][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[199][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[200][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[201][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[202][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[203][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[204][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[205][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[206][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[207][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[208][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[209][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[210][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[211][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[212][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[213][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[214][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[215][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[216][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[217][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[218][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[219][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[220][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[221][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[222][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[223][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[224][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[225][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[226][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[227][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[228][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[229][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[230][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[231][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[232][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[233][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[234][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[235][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[236][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[237][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[238][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[239][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[240][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[241][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[242][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[243][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[244][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[245][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[246][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[247][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[248][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[249][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[250][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[251][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[252][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[253][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[254][7] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][0] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][1] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][2] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][3] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][4] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][5] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][6] ; Stuck at GND due to stuck port clock ; +; RAM:inst1|memory[255][7] ; Stuck at GND due to stuck port clock ; +; Total Number of Removed Registers = 2082 ; ; ++------------------------------------------+--------------------------------------+ + + ++-----------------------------------------------------------------------------------------------------------------------------------+ +; Removed Registers Triggering Further Register Optimizations ; ++-------------------------+-------------------------+-------------------------------------------------------------------------------+ +; Register name ; Reason for Removal ; Registers Removed due to This Register ; ++-------------------------+-------------------------+-------------------------------------------------------------------------------+ +; RAM:inst1|data0[2]~en ; Stuck at GND ; RAM:inst1|memory[0][2], RAM:inst1|memory[1][2], RAM:inst1|memory[2][2], ; +; ; due to stuck port clock ; RAM:inst1|memory[3][2], RAM:inst1|memory[4][2], RAM:inst1|memory[5][2], ; +; ; ; RAM:inst1|memory[6][2], RAM:inst1|memory[7][2], RAM:inst1|memory[8][2], ; +; ; ; RAM:inst1|memory[9][2], RAM:inst1|memory[10][2], RAM:inst1|memory[11][2], ; +; ; ; RAM:inst1|memory[12][2], RAM:inst1|memory[13][2], RAM:inst1|memory[14][2], ; +; ; ; RAM:inst1|memory[15][2], RAM:inst1|memory[16][2], RAM:inst1|memory[17][2], ; +; ; ; RAM:inst1|memory[18][2], RAM:inst1|memory[19][2], RAM:inst1|memory[20][2], ; +; ; ; RAM:inst1|memory[21][2], RAM:inst1|memory[22][2], RAM:inst1|memory[23][2], ; +; ; ; RAM:inst1|memory[24][2], RAM:inst1|memory[25][2], RAM:inst1|memory[26][2], ; +; ; ; RAM:inst1|memory[27][2], RAM:inst1|memory[28][2], RAM:inst1|memory[29][2], ; +; ; ; RAM:inst1|memory[30][2], RAM:inst1|memory[31][2], RAM:inst1|memory[32][2], ; +; ; ; RAM:inst1|memory[33][2], RAM:inst1|memory[34][2], RAM:inst1|memory[35][2], ; +; ; ; RAM:inst1|memory[36][2], RAM:inst1|memory[37][2], RAM:inst1|memory[38][2], ; +; ; ; RAM:inst1|memory[39][2], RAM:inst1|memory[40][2], RAM:inst1|memory[41][2], ; +; ; ; RAM:inst1|memory[42][2], RAM:inst1|memory[43][2], RAM:inst1|memory[44][2], ; +; ; ; RAM:inst1|memory[45][2], RAM:inst1|memory[46][2], RAM:inst1|memory[47][2], ; +; ; ; RAM:inst1|memory[48][2], RAM:inst1|memory[49][2], RAM:inst1|memory[50][2], ; +; ; ; RAM:inst1|memory[51][2], RAM:inst1|memory[52][2], RAM:inst1|memory[53][2], ; +; ; ; RAM:inst1|memory[54][2], RAM:inst1|memory[55][2], RAM:inst1|memory[56][2], ; +; ; ; RAM:inst1|memory[57][2], RAM:inst1|memory[58][2], RAM:inst1|memory[59][2], ; +; ; ; RAM:inst1|memory[60][2], RAM:inst1|memory[61][2], RAM:inst1|memory[62][2], ; +; ; ; RAM:inst1|memory[63][2], RAM:inst1|memory[64][2], RAM:inst1|memory[65][2], ; +; ; ; RAM:inst1|memory[66][2], RAM:inst1|memory[67][2], RAM:inst1|memory[68][2], ; +; ; ; RAM:inst1|memory[69][2], RAM:inst1|memory[70][2], RAM:inst1|memory[71][2], ; +; ; ; RAM:inst1|memory[72][2], RAM:inst1|memory[73][2], RAM:inst1|memory[74][2], ; +; ; ; RAM:inst1|memory[75][2], RAM:inst1|memory[76][2], RAM:inst1|memory[77][2], ; +; ; ; RAM:inst1|memory[78][2], RAM:inst1|memory[79][2], RAM:inst1|memory[80][2], ; +; ; ; RAM:inst1|memory[81][2], RAM:inst1|memory[82][2], RAM:inst1|memory[83][2], ; +; ; ; RAM:inst1|memory[84][2], RAM:inst1|memory[85][2], RAM:inst1|memory[86][2], ; +; ; ; RAM:inst1|memory[87][2], RAM:inst1|memory[88][2], RAM:inst1|memory[89][2], ; +; ; ; RAM:inst1|memory[90][2], RAM:inst1|memory[91][2], RAM:inst1|memory[92][2], ; +; ; ; RAM:inst1|memory[93][2], RAM:inst1|memory[94][2], RAM:inst1|memory[95][2], ; +; ; ; RAM:inst1|memory[96][2], RAM:inst1|memory[97][2], RAM:inst1|memory[98][2], ; +; ; ; RAM:inst1|memory[99][2], RAM:inst1|memory[100][2], RAM:inst1|memory[101][2], ; +; ; ; RAM:inst1|memory[102][2], RAM:inst1|memory[103][2], RAM:inst1|memory[104][2], ; +; ; ; RAM:inst1|memory[105][2], RAM:inst1|memory[106][2], RAM:inst1|memory[107][2], ; +; ; ; RAM:inst1|memory[108][2], RAM:inst1|memory[109][2], RAM:inst1|memory[110][2], ; +; ; ; RAM:inst1|memory[111][2], RAM:inst1|memory[112][2], RAM:inst1|memory[113][2], ; +; ; ; RAM:inst1|memory[114][2], RAM:inst1|memory[115][2], RAM:inst1|memory[116][2], ; +; ; ; RAM:inst1|memory[117][2], RAM:inst1|memory[118][2], RAM:inst1|memory[119][2], ; +; ; ; RAM:inst1|memory[120][2], RAM:inst1|memory[121][2], RAM:inst1|memory[122][2], ; +; ; ; RAM:inst1|memory[123][2], RAM:inst1|memory[124][2], RAM:inst1|memory[125][2], ; +; ; ; RAM:inst1|memory[126][2], RAM:inst1|memory[127][2], RAM:inst1|memory[128][2], ; +; ; ; RAM:inst1|memory[129][2], RAM:inst1|memory[130][2], RAM:inst1|memory[131][2], ; +; ; ; RAM:inst1|memory[132][2], RAM:inst1|memory[133][2], RAM:inst1|memory[134][2], ; +; ; ; RAM:inst1|memory[135][2], RAM:inst1|memory[136][2], RAM:inst1|memory[137][2], ; +; ; ; RAM:inst1|memory[138][2], RAM:inst1|memory[139][2], RAM:inst1|memory[140][2], ; +; ; ; RAM:inst1|memory[141][2], RAM:inst1|memory[142][2], RAM:inst1|memory[143][2], ; +; ; ; RAM:inst1|memory[144][2], RAM:inst1|memory[145][2], RAM:inst1|memory[146][2], ; +; ; ; RAM:inst1|memory[147][2], RAM:inst1|memory[148][2], RAM:inst1|memory[149][2], ; +; ; ; RAM:inst1|memory[150][2], RAM:inst1|memory[151][2], RAM:inst1|memory[152][2], ; +; ; ; RAM:inst1|memory[153][2], RAM:inst1|memory[154][2], RAM:inst1|memory[155][2], ; +; ; ; RAM:inst1|memory[156][2], RAM:inst1|memory[157][2], RAM:inst1|memory[158][2], ; +; ; ; RAM:inst1|memory[159][2], RAM:inst1|memory[160][2], RAM:inst1|memory[161][2], ; +; ; ; RAM:inst1|memory[162][2], RAM:inst1|memory[163][2], RAM:inst1|memory[164][2], ; +; ; ; RAM:inst1|memory[165][2], RAM:inst1|memory[166][2], RAM:inst1|memory[167][2], ; +; ; ; RAM:inst1|memory[168][2], RAM:inst1|memory[169][2], RAM:inst1|memory[170][2], ; +; ; ; RAM:inst1|memory[171][2], RAM:inst1|memory[172][2], RAM:inst1|memory[173][2], ; +; ; ; RAM:inst1|memory[174][2], RAM:inst1|memory[175][2], RAM:inst1|memory[176][2], ; +; ; ; RAM:inst1|memory[177][2], RAM:inst1|memory[178][2], RAM:inst1|memory[179][2], ; +; ; ; RAM:inst1|memory[180][2], RAM:inst1|memory[181][2], RAM:inst1|memory[182][2], ; +; ; ; RAM:inst1|memory[183][2], RAM:inst1|memory[184][2], RAM:inst1|memory[185][2], ; +; ; ; RAM:inst1|memory[186][2], RAM:inst1|memory[187][2], RAM:inst1|memory[188][2], ; +; ; ; RAM:inst1|memory[189][2], RAM:inst1|memory[190][2], RAM:inst1|memory[191][2], ; +; ; ; RAM:inst1|memory[192][2], RAM:inst1|memory[193][2], RAM:inst1|memory[194][2], ; +; ; ; RAM:inst1|memory[195][2], RAM:inst1|memory[196][2], RAM:inst1|memory[197][2], ; +; ; ; RAM:inst1|memory[198][2], RAM:inst1|memory[199][2], RAM:inst1|memory[200][2], ; +; ; ; RAM:inst1|memory[201][2], RAM:inst1|memory[202][2], RAM:inst1|memory[203][2], ; +; ; ; RAM:inst1|memory[204][2], RAM:inst1|memory[205][2], RAM:inst1|memory[206][2], ; +; ; ; RAM:inst1|memory[207][2], RAM:inst1|memory[208][2], RAM:inst1|memory[209][2], ; +; ; ; RAM:inst1|memory[210][2], RAM:inst1|memory[211][2], RAM:inst1|memory[212][2], ; +; ; ; RAM:inst1|memory[213][2], RAM:inst1|memory[214][2], RAM:inst1|memory[215][2], ; +; ; ; RAM:inst1|memory[216][2], RAM:inst1|memory[217][2], RAM:inst1|memory[218][2], ; +; ; ; RAM:inst1|memory[219][2], RAM:inst1|memory[220][2], RAM:inst1|memory[221][2], ; +; ; ; RAM:inst1|memory[222][2], RAM:inst1|memory[223][2], RAM:inst1|memory[224][2], ; +; ; ; RAM:inst1|memory[225][2], RAM:inst1|memory[226][2], RAM:inst1|memory[227][2], ; +; ; ; RAM:inst1|memory[228][2], RAM:inst1|memory[229][2], RAM:inst1|memory[230][2], ; +; ; ; RAM:inst1|memory[231][2], RAM:inst1|memory[232][2], RAM:inst1|memory[233][2], ; +; ; ; RAM:inst1|memory[234][2], RAM:inst1|memory[235][2], RAM:inst1|memory[236][2], ; +; ; ; RAM:inst1|memory[237][2], RAM:inst1|memory[238][2], RAM:inst1|memory[239][2], ; +; ; ; RAM:inst1|memory[240][2], RAM:inst1|memory[241][2], RAM:inst1|memory[242][2], ; +; ; ; RAM:inst1|memory[243][2], RAM:inst1|memory[244][2], RAM:inst1|memory[245][2], ; +; ; ; RAM:inst1|memory[246][2], RAM:inst1|memory[247][2], RAM:inst1|memory[248][2], ; +; ; ; RAM:inst1|memory[249][2], RAM:inst1|memory[250][2], RAM:inst1|memory[251][2], ; +; ; ; RAM:inst1|memory[252][2], RAM:inst1|memory[253][2], RAM:inst1|memory[254][2], ; +; ; ; RAM:inst1|memory[255][2] ; +; RAM:inst1|clk0Prev ; Stuck at GND ; RAM:inst1|data0[3]~en, RAM:inst1|data0[4]~en, RAM:inst1|data0[5]~en, ; +; ; due to stuck port clock ; RAM:inst1|data0[6]~en, RAM:inst1|data0[7]~en ; +; RAM:inst1|data1[7]~reg0 ; Lost Fanouts ; RAM:inst1|clk1Prev ; +; RAM:inst1|memory[0][0] ; Stuck at GND ; RAM:inst1|data0[0]~reg0 ; +; ; due to stuck port clock ; ; ++-------------------------+-------------------------+-------------------------------------------------------------------------------+ + + +------------------------------------------------------+ ; General Register Statistics ; +----------------------------------------------+-------+ ; Statistic ; Value ; +----------------------------------------------+-------+ -; Total registers ; 0 ; -; Number of registers using Synchronous Clear ; 0 ; +; Total registers ; 25 ; +; Number of registers using Synchronous Clear ; 24 ; ; Number of registers using Synchronous Load ; 0 ; ; Number of registers using Asynchronous Clear ; 0 ; ; Number of registers using Asynchronous Load ; 0 ; @@ -245,6 +2441,16 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi +----------------------------------------------+-------+ ++--------------------------------------------------+ +; Inverted Register Statistics ; ++----------------------------------------+---------+ +; Inverted Register ; Fan out ; ++----------------------------------------+---------+ +; LedBlink:inst2|ledBuf ; 2 ; +; Total number of inverted registers = 1 ; ; ++----------------------------------------+---------+ + + +-------------------------------------------------------------------------------------+ ; Parameter Settings for User Entity Instance: AlteraPLL:inst|altpll:altpll_component ; +-------------------------------+-----------------------------+-----------------------+ @@ -651,7 +2857,7 @@ Note: In order to hide this table in the UI and the text report file, please set Info: ******************************************************************* Info: Running Quartus II 64-Bit Analysis & Synthesis Info: Version 13.1.0 Build 162 10/23/2013 SJ Full Version - Info: Processing started: Mon Mar 04 16:44:57 2024 + Info: Processing started: Tue Mar 12 16:24:14 2024 Info: Command: quartus_map --read_settings_files=on --write_settings_files=off MainController -c MainController Info (11104): Parallel Compilation has detected 8 hyper-threaded processors. However, the extra hyper-threaded processors will not be used by default. Parallel Compilation will use 4 of the 4 physical processors detected instead. Info (12021): Found 1 design units, including 1 entities, in source file maincontroller.bdf @@ -662,7 +2868,16 @@ Info (12021): Found 2 design units, including 1 entities, in source file alterap Info (12021): Found 2 design units, including 1 entities, in source file ram.vhd Info (12022): Found design unit 1: RAM-behavorial Info (12023): Found entity 1: RAM +Info (12021): Found 2 design units, including 1 entities, in source file ledblink.vhd + Info (12022): Found design unit 1: LedBlink-Behavioral + Info (12023): Found entity 1: LedBlink Info (12127): Elaborating entity "MainController" for the top level hierarchy +Warning (275013): Port "clk" of type RAM and instance "inst1" is missing source signal +Warning (275009): Pin "nOE" not connected +Warning (275009): Pin "nWE" not connected +Warning (275009): Pin "nCE" not connected +Info (12128): Elaborating entity "LedBlink" for hierarchy "LedBlink:inst2" +Info (12128): Elaborating entity "RAM" for hierarchy "RAM:inst1" Info (12128): Elaborating entity "AlteraPLL" for hierarchy "AlteraPLL:inst" Info (12128): Elaborating entity "altpll" for hierarchy "AlteraPLL:inst|altpll:altpll_component" Info (12130): Elaborated megafunction instantiation "AlteraPLL:inst|altpll:altpll_component" @@ -729,47 +2944,34 @@ Info (12133): Instantiated megafunction "AlteraPLL:inst|altpll:altpll_component" Info (12021): Found 1 design units, including 1 entities, in source file db/alterapll_altpll.v Info (12023): Found entity 1: AlteraPLL_altpll Info (12128): Elaborating entity "AlteraPLL_altpll" for hierarchy "AlteraPLL:inst|altpll:altpll_component|AlteraPLL_altpll:auto_generated" -Info (12128): Elaborating entity "RAM" for hierarchy "RAM:inst4" Warning (14284): Synthesized away the following node(s): Warning (14285): Synthesized away the following PLL node(s): Warning (14320): Synthesized away node "AlteraPLL:inst|altpll:altpll_component|AlteraPLL_altpll:auto_generated|wire_pll1_clk[0]" +Info (286030): Timing-Driven Synthesis is running +Info (17049): 17 registers lost all their fanouts during netlist optimizations. 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 -Warning (21074): Design contains 27 input pin(s) that do not drive logic - Warning (15610): No output dependent on input pin "Clk" - Warning (15610): No output dependent on input pin "ClkRAM" - Warning (15610): No output dependent on input pin "WR" - Warning (15610): No output dependent on input pin "AddressRAM[7]" - Warning (15610): No output dependent on input pin "AddressRAM[6]" - Warning (15610): No output dependent on input pin "AddressRAM[5]" - Warning (15610): No output dependent on input pin "AddressRAM[4]" - Warning (15610): No output dependent on input pin "AddressRAM[3]" - Warning (15610): No output dependent on input pin "AddressRAM[2]" - Warning (15610): No output dependent on input pin "AddressRAM[1]" - Warning (15610): No output dependent on input pin "AddressRAM[0]" - Warning (15610): No output dependent on input pin "DataRAM[15]" - Warning (15610): No output dependent on input pin "DataRAM[14]" - Warning (15610): No output dependent on input pin "DataRAM[13]" - Warning (15610): No output dependent on input pin "DataRAM[12]" - Warning (15610): No output dependent on input pin "DataRAM[11]" - Warning (15610): No output dependent on input pin "DataRAM[10]" - Warning (15610): No output dependent on input pin "DataRAM[9]" - Warning (15610): No output dependent on input pin "DataRAM[8]" - Warning (15610): No output dependent on input pin "DataRAM[7]" - Warning (15610): No output dependent on input pin "DataRAM[6]" - Warning (15610): No output dependent on input pin "DataRAM[5]" - Warning (15610): No output dependent on input pin "DataRAM[4]" - Warning (15610): No output dependent on input pin "DataRAM[3]" - Warning (15610): No output dependent on input pin "DataRAM[2]" - Warning (15610): No output dependent on input pin "DataRAM[1]" - Warning (15610): No output dependent on input pin "DataRAM[0]" -Info (21057): Implemented 27 device resources after synthesis - the final resource count might be different - Info (21058): Implemented 27 input pins - Info (21059): Implemented 0 output pins -Info: Quartus II 64-Bit Analysis & Synthesis was successful. 0 errors, 31 warnings - Info: Peak virtual memory: 4684 megabytes - Info: Processing ended: Mon Mar 04 16:44:59 2024 +Warning (21074): Design contains 11 input pin(s) that do not drive logic + Warning (15610): No output dependent on input pin "Address[7]" + Warning (15610): No output dependent on input pin "Address[6]" + Warning (15610): No output dependent on input pin "Address[5]" + Warning (15610): No output dependent on input pin "Address[4]" + Warning (15610): No output dependent on input pin "Address[3]" + Warning (15610): No output dependent on input pin "Address[2]" + Warning (15610): No output dependent on input pin "Address[1]" + Warning (15610): No output dependent on input pin "Address[0]" + Warning (15610): No output dependent on input pin "nOE" + Warning (15610): No output dependent on input pin "nWE" + Warning (15610): No output dependent on input pin "nCE" +Info (21057): Implemented 55 device resources after synthesis - the final resource count might be different + Info (21058): Implemented 12 input pins + Info (21059): Implemented 1 output pins + Info (21060): Implemented 8 bidirectional pins + Info (21061): Implemented 34 logic cells +Info: Quartus II 64-Bit Analysis & Synthesis was successful. 0 errors, 19 warnings + Info: Peak virtual memory: 4707 megabytes + Info: Processing ended: Tue Mar 12 16:24:16 2024 Info: Elapsed time: 00:00:02 - Info: Total CPU time (on all processors): 00:00:01 + Info: Total CPU time (on all processors): 00:00:02 diff --git a/MainController/output_files/MainController.map.summary b/MainController/output_files/MainController.map.summary new file mode 100644 index 0000000..3d15480 --- /dev/null +++ b/MainController/output_files/MainController.map.summary @@ -0,0 +1,14 @@ +Analysis & Synthesis Status : Successful - Tue Mar 12 16:24:16 2024 +Quartus II 64-Bit Version : 13.1.0 Build 162 10/23/2013 SJ Full Version +Revision Name : MainController +Top-level Entity Name : MainController +Family : Cyclone III +Total logic elements : 34 + Total combinational functions : 34 + Dedicated logic registers : 25 +Total registers : 25 +Total pins : 21 +Total virtual pins : 0 +Total memory bits : 0 +Embedded Multiplier 9-bit elements : 0 +Total PLLs : 0 diff --git a/MainController/output_files/MainController.pin b/MainController/output_files/MainController.pin new file mode 100644 index 0000000..09c6f59 --- /dev/null +++ b/MainController/output_files/MainController.pin @@ -0,0 +1,310 @@ + -- Copyright (C) 1991-2013 Altera Corporation + -- Your use of Altera Corporation's design tools, logic functions + -- and other software and tools, and its AMPP partner logic + -- functions, and any output files from any of the foregoing + -- (including device programming or simulation files), and any + -- associated documentation or information are expressly subject + -- to the terms and conditions of the Altera Program License + -- Subscription Agreement, Altera MegaCore Function License + -- Agreement, or other applicable license agreement, including, + -- without limitation, that your use is for the sole purpose of + -- programming logic devices manufactured by Altera and sold by + -- Altera or its authorized distributors. Please refer to the + -- applicable agreement for further details. + -- + -- This is a Quartus II output file. It is for reporting purposes only, and is + -- not intended for use as a Quartus II input file. This file cannot be used + -- to make Quartus II pin assignments - for instructions on how to make pin + -- assignments, please see Quartus II help. + --------------------------------------------------------------------------------- + + + + --------------------------------------------------------------------------------- + -- NC : No Connect. This pin has no internal connection to the device. + -- DNU : Do Not Use. This pin MUST NOT be connected. + -- VCCINT : Dedicated power pin, which MUST be connected to VCC (1.2V). + -- VCCIO : Dedicated power pin, which MUST be connected to VCC + -- of its bank. + -- Bank 1: 3.3V + -- Bank 2: 2.5V + -- Bank 3: 2.5V + -- Bank 4: 2.5V + -- Bank 5: 2.5V + -- Bank 6: 3.3V + -- Bank 7: 3.3V + -- Bank 8: 3.3V + -- GND : Dedicated ground pin. Dedicated GND pins MUST be connected to GND. + -- It can also be used to report unused dedicated pins. The connection + -- on the board for unused dedicated pins depends on whether this will + -- be used in a future design. One example is device migration. When + -- using device migration, refer to the device pin-tables. If it is a + -- GND pin in the pin table or if it will not be used in a future design + -- for another purpose the it MUST be connected to GND. If it is an unused + -- dedicated pin, then it can be connected to a valid signal on the board + -- (low, high, or toggling) if that signal is required for a different + -- revision of the design. + -- GND+ : Unused input pin. It can also be used to report unused dual-purpose pins. + -- This pin should be connected to GND. It may also be connected to a + -- valid signal on the board (low, high, or toggling) if that signal + -- is required for a different revision of the design. + -- GND* : Unused I/O pin. Connect each pin marked GND* directly to GND + -- or leave it unconnected. + -- RESERVED : Unused I/O pin, which MUST be left unconnected. + -- RESERVED_INPUT : Pin is tri-stated and should be connected to the board. + -- RESERVED_INPUT_WITH_WEAK_PULLUP : Pin is tri-stated with internal weak pull-up resistor. + -- RESERVED_INPUT_WITH_BUS_HOLD : Pin is tri-stated with bus-hold circuitry. + -- RESERVED_OUTPUT_DRIVEN_HIGH : Pin is output driven high. + --------------------------------------------------------------------------------- + + + + --------------------------------------------------------------------------------- + -- Pin directions (input, output or bidir) are based on device operating in user mode. + --------------------------------------------------------------------------------- + +Quartus II 64-Bit Version 13.1.0 Build 162 10/23/2013 SJ Full Version +CHIP "MainController" ASSIGNED TO AN: EP3C25Q240C8 + +Pin Name/Usage : Location : Dir. : I/O Standard : Voltage : I/O Bank : User Assignment +------------------------------------------------------------------------------------------------------------- +VCCD_PLL3 : 1 : power : : 1.2V : : +GNDA3 : 2 : gnd : : : : +VCCA3 : 3 : power : : 2.5V : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 4 : : : : 1 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 5 : : : : 1 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 6 : : : : 1 : +VCCIO1 : 7 : power : : 3.3V : 1 : +GND : 8 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 9 : : : : 1 : +VCCINT : 10 : power : : 1.2V : : +GND : 11 : gnd : : : : +~ALTERA_ASDO_DATA1~ / RESERVED_INPUT_WITH_WEAK_PULLUP : 12 : input : 3.3-V LVTTL : : 1 : N +RESERVED_INPUT_WITH_WEAK_PULLUP : 13 : : : : 1 : +~ALTERA_FLASH_nCE_nCSO~ / RESERVED_INPUT_WITH_WEAK_PULLUP : 14 : input : 3.3-V LVTTL : : 1 : N +VCCIO1 : 15 : power : : 3.3V : 1 : +GND : 16 : gnd : : : : +nSTATUS : 17 : : : : 1 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 18 : : : : 1 : +VCCINT : 19 : power : : 1.2V : : +GND : 20 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 21 : : : : 1 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 22 : : : : 1 : +~ALTERA_DCLK~ : 23 : output : 3.3-V LVTTL : : 1 : N +~ALTERA_DATA0~ / RESERVED_INPUT_WITH_WEAK_PULLUP : 24 : input : 3.3-V LVTTL : : 1 : N +nCONFIG : 25 : : : : 1 : +TDI : 26 : input : : : 1 : +TCK : 27 : input : : : 1 : +TMS : 28 : input : : : 1 : +TDO : 29 : output : : : 1 : +nCE : 30 : : : : 1 : +FPGA_CLK : 31 : input : 3.3-V LVTTL : : 1 : Y +GND+ : 32 : : : : 1 : +GND+ : 33 : : : : 2 : +GND+ : 34 : : : : 2 : +VCCIO2 : 35 : power : : 2.5V : 2 : +GND : 36 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 37 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 38 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 39 : : : : 2 : +VCCINT : 40 : power : : 1.2V : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 41 : : : : 2 : +GND : 42 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 43 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 44 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 45 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 46 : : : : 2 : +VCCIO2 : 47 : power : : 2.5V : 2 : +GND : 48 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 49 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 50 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 51 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 52 : : : : 2 : +VCCINT : 53 : power : : 1.2V : : +GND : 54 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 55 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 56 : : : : 2 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 57 : : : : 2 : +VCCA1 : 58 : power : : 2.5V : : +GNDA1 : 59 : gnd : : : : +VCCD_PLL1 : 60 : power : : 1.2V : : +VCCINT : 61 : power : : 1.2V : : +GND : 62 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 63 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 64 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 65 : : : : 3 : +VCCIO3 : 66 : power : : 2.5V : 3 : +GND : 67 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 68 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 69 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 70 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 71 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 72 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 73 : : : : 3 : +VCCINT : 74 : power : : 1.2V : : +GND : 75 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 76 : : : : 3 : +VCCIO3 : 77 : power : : 2.5V : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 78 : : : : 3 : +GND : 79 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 80 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 81 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 82 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 83 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 84 : : : : 3 : +VCCINT : 85 : power : : 1.2V : : +GND : 86 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 87 : : : : 3 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 88 : : : : 3 : +GND+ : 89 : : : : 3 : +GND+ : 90 : : : : 3 : +GND+ : 91 : : : : 4 : +GND+ : 92 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 93 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 94 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 95 : : : : 4 : +VCCIO4 : 96 : power : : 2.5V : 4 : +GND : 97 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 98 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 99 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 100 : : : : 4 : +VCCINT : 101 : power : : 1.2V : : +GND : 102 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 103 : : : : 4 : +VCCIO4 : 104 : power : : 2.5V : 4 : +GND : 105 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 106 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 107 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 108 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 109 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 110 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 111 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 112 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 113 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 114 : : : : 4 : +VCCINT : 115 : power : : 1.2V : : +GND : 116 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 117 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 118 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 119 : : : : 4 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 120 : : : : 4 : +VCCD_PLL4 : 121 : power : : 1.2V : : +GNDA4 : 122 : gnd : : : : +VCCA4 : 123 : power : : 2.5V : : +VCCIO5 : 124 : power : : 2.5V : 5 : +GND : 125 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 126 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 127 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 128 : : : : 5 : +VCCINT : 129 : power : : 1.2V : : +GND : 130 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 131 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 132 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 133 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 134 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 135 : : : : 5 : +VCCIO5 : 136 : power : : 2.5V : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 137 : : : : 5 : +GND : 138 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 139 : : : : 5 : +VCCINT : 140 : power : : 1.2V : : +GND : 141 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 142 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 143 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 144 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 145 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 146 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 147 : : : : 5 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 148 : : : : 5 : +GND+ : 149 : : : : 5 : +GND+ : 150 : : : : 5 : +GND+ : 151 : : : : 6 : +GND+ : 152 : : : : 6 : +CONF_DONE : 153 : : : : 6 : +VCCIO6 : 154 : power : : 3.3V : 6 : +MSEL0 : 155 : : : : 6 : +GND : 156 : gnd : : : : +MSEL1 : 157 : : : : 6 : +MSEL2 : 158 : : : : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 159 : : : : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 160 : : : : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 161 : : : : 6 : +~ALTERA_nCEO~ / RESERVED_OUTPUT_OPEN_DRAIN : 162 : output : 3.3-V LVTTL : : 6 : N +VCCINT : 163 : power : : 1.2V : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 164 : : : : 6 : +GND : 165 : gnd : : : : +FPGA_LED_1 : 166 : output : 3.3-V LVTTL : : 6 : Y +RESERVED_INPUT_WITH_WEAK_PULLUP : 167 : : : : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 168 : : : : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 169 : : : : 6 : +VCCIO6 : 170 : power : : 3.3V : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 171 : : : : 6 : +GND : 172 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 173 : : : : 6 : +VCCINT : 174 : power : : 1.2V : : +GND : 175 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 176 : : : : 6 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 177 : : : : 6 : +VCCA2 : 178 : power : : 2.5V : : +GNDA2 : 179 : gnd : : : : +VCCD_PLL2 : 180 : power : : 1.2V : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 181 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 182 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 183 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 184 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 185 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 186 : : : : 7 : +Data[3] : 187 : bidir : 3.3-V LVTTL : : 7 : Y +Data[2] : 188 : bidir : 3.3-V LVTTL : : 7 : Y +Data[1] : 189 : bidir : 3.3-V LVTTL : : 7 : Y +VCCINT : 190 : power : : 1.2V : : +GND : 191 : gnd : : : : +VCCIO7 : 192 : power : : 3.3V : 7 : +GND : 193 : gnd : : : : +Data[0] : 194 : bidir : 3.3-V LVTTL : : 7 : Y +Address[7] : 195 : input : 3.3-V LVTTL : : 7 : Y +Address[0] : 196 : input : 3.3-V LVTTL : : 7 : Y +RESERVED_INPUT_WITH_WEAK_PULLUP : 197 : : : : 7 : +VCCINT : 198 : power : : 1.2V : : +GND : 199 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 200 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 201 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 202 : : : : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 203 : : : : 7 : +VCCINT : 204 : power : : 1.2V : : +GND : 205 : gnd : : : : +VCCIO7 : 206 : power : : 3.3V : 7 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 207 : : : : 7 : +GND : 208 : gnd : : : : +GND+ : 209 : : : : 7 : +GND+ : 210 : : : : 7 : +GND+ : 211 : : : : 8 : +GND+ : 212 : : : : 8 : +VCCIO8 : 213 : power : : 3.3V : 8 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 214 : : : : 8 : +GND : 215 : gnd : : : : +RESERVED_INPUT_WITH_WEAK_PULLUP : 216 : : : : 8 : +nOE : 217 : input : 3.3-V LVTTL : : 8 : Y +nWE : 218 : input : 3.3-V LVTTL : : 8 : Y +nCE : 219 : input : 3.3-V LVTTL : : 8 : Y +VCCINT : 220 : power : : 1.2V : : +Data[7] : 221 : bidir : 3.3-V LVTTL : : 8 : Y +GND : 222 : gnd : : : : +Data[6] : 223 : bidir : 3.3-V LVTTL : : 8 : Y +Data[5] : 224 : bidir : 3.3-V LVTTL : : 8 : Y +VCCIO8 : 225 : power : : 3.3V : 8 : +Data[4] : 226 : bidir : 3.3-V LVTTL : : 8 : Y +GND : 227 : gnd : : : : +VCCINT : 228 : power : : 1.2V : : +GND : 229 : gnd : : : : +Address[6] : 230 : input : 3.3-V LVTTL : : 8 : Y +Address[1] : 231 : input : 3.3-V LVTTL : : 8 : Y +Address[4] : 232 : input : 3.3-V LVTTL : : 8 : Y +Address[3] : 233 : input : 3.3-V LVTTL : : 8 : Y +Address[2] : 234 : input : 3.3-V LVTTL : : 8 : Y +Address[5] : 235 : input : 3.3-V LVTTL : : 8 : Y +RESERVED_INPUT_WITH_WEAK_PULLUP : 236 : : : : 8 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 237 : : : : 8 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 238 : : : : 8 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 239 : : : : 8 : +RESERVED_INPUT_WITH_WEAK_PULLUP : 240 : : : : 8 : diff --git a/MainController/output_files/MainController.sof b/MainController/output_files/MainController.sof new file mode 100644 index 0000000000000000000000000000000000000000..d61fb47afca4780c0d8e0e24e892e2e8451b392a GIT binary patch literal 703969 zcmeFaL9Z-Fb|#jOkEB}UmCca|f(v>krZE_h3#o5+OL7a4?9(GyMh`3uhl0HA*Al4_ z2XDF`y4fD@90I&B3>)CafM6Jd_XoT)xEa7GU{>DrPcZJru>B9T^7wpN6{jjHB2Gly z8&#EAbq-Nkl_$RVPMj|*BTnVbm;AGT_9qkU*ZK8q`e(fT=fC{P&%gTRFWirQU%vd}=kCA!;^)8k@@GGF-~ImYeD`A(&iC%W`+fIk|J41-FJHb4*y)YwH<9?kTH2vrqe6Vdhwx56Ti!cAhPk;Q^Kl#O9|IS~0`BV1%FTeZtpZ_<%{lES{|NTD( za{71w*B9V{{lEPB*)P9(^~ffBdtbe)aR8z2w|~=U;yQ<@ATY zc=`E{U;X@N|MH8!{OZSF{`9YY_MiO5JI?*#&NJ`uF2cEg_4)7p`13FS#TUQ$>c>C0 z|BFBR_8L=dvfN3!+rk6 zfA!^Ge(^`&J{0oX?$uAe`s+XX_R&ax@w31Bw)^ETzWDiH{_Jz^asOZc$<8F+VTeEc zP9~|pH~o*_yfe!(O>h2hf6gMqKIMZ+koSE*?}yE^orJr6|HkY26OQU^=>0A3%g6bh ziJpDR2aUkiXmi);HHV$v;^<8K7HtRQfBow>U;NFl-!tX=+mW?U&MCaXTo};&Hu1RT z0ll8yocu1EgYmt^(Ldfcyg5hUHuS*A2#z;AwvsT9a>w)LPC7KR?eyEi`CGjUwasvD z$Jdu*Y?Ncz9l1TVVuVoamlz2*$>8d5SF8}A%*!3 zg0O7`*|uSSJ4B(~y0CQzSzv#sQIKq_9KJ_Kg9Nt4&^0LI^wUzR(^nGgH76Fa=BjQ{Yg6PY-vN_?hcKnTrEhZmK7XIO9-&2tMl@t*3i_i$@RSYZR}g>3XyW#4psE|jc= zH3gQX!01a5ep%_+XfC0^;o>_Y{^1=wBlz+h9&Wun5C|iQU-4p_dH_+4mGS_zhgIq3 z8nDbIg$$E;5S5|%Vgr3(9W@5vNp<=>@c>q}&ahR!e3JOK-H9^1(-GDqCi-e0=CYC|Yksu+GLis~7TeSVNXm=xs zXqoW@YVExxR!-L3*2sq5u| zKp08lbcR(qzvf?b1Vrwa-QE7y1xECQ4Qya$>*>nyW1(`MnOEDqeAXLQW1FTI z@0Nu+xW|J@da^wdYT95W{15o`ieDZz_ecDC;MeqP{Q3dE1j3&m_!T##9zaxkalqLY zR;8OJ9(FkeNs37%m4>hasRTc1GrpN4&5a}*!ZkX>A%kis!MXPobLbo{eGzuT8S1eU z%}l)i9=|-l_6?~A&8qR~;s9t5tI|y$s$7K5NQ%v2(->A}wYXXbgIP&|ozA6Z^P2*X zQ$Wtf^7JGSju6dT^BkFaS_UGVZDFgF1Vo-oCQ?T9gbi$9hB<5+=Qu`6SP>}ofU#x{ zfcCI8I*p6a8ELaQY#PIgs_0{83M^59#b4FGU!rO@CR4x^=u$vd!%#qYbeAe1T2pfk zDHQ#y))}_SM?mCLkV1wLJz)bIm|+f^NRNQ zo5Q9ttf-1UW~P8CU<%xV0-MDrx%k_c7O!CU0A)2Smj?o2aw!kOVw>^Q#y|`Z&bF{R zC3ArD`YI}7l^rq*Y7=(KlA%>KJnFp6Md%B5Hiu0antTrkcr#PriWH#Hx$MrZ(X__5 zA_XvWjx;xtY*Ab*RjRYJNmkNFR8%-@onfm-nt;fc8gglf5j|l88<=4Zo5mW0krFmY zcAt1aSTzSkd)O*pnQKGnyqonMJ~xIHRng}{hFjT28g7fbPFv|jb)5&pvN8osfxH4M zov36r3y1mPuRc)W|+gKvBqGegcU7Q4;WSB za1Ma>uqxf0f0>KWd8HNA=!XM;tP5$arhqB1R{)dBNW(;JcH0VIy&P$NBw3lOr^a9w zDG$QBobi-{ZCjvJXIPceb1MN6Y9Nmt8L1R9?Cc2}*gytz*o3qRI|1RbBk^{Vi-Zjg zc8v-$nVABnfGJ=Km;%?SKu?Xq3WV}NN{fuAMX1iORZ0RPU*Sk;!-$@+fep+shs_fz zs?1d@FxJcg&>pr%r*RQFBW*T^O=DP56@AQ10aIYj3fwP!@SCL%(8hPe3dm|03J4D| zlER7LWlI_|o-I<}c81l-xRrp&r(hKowAov^Od^1+qS{MkpG<)jD&R5ZWTqx~lPQvY z#|`(12R(Ij{8x7mNPAeF@Dqh=v;VEfD9^9funt&EfLrr;YacNI9x0f508wr8LDz^? zuDS6WEd}{e%uo+_W3~?1y-?b-7hf?_o@Drder(A@4>O)EQrW)U9abUZCjP1L07UZm zNTjfTpd^1TKWQ?}Hn4%?QbwZ#<6FKcqeYFTdoaGc$5Dr9+R;y9^h}DpjOQpqvdgDS zJloa7CLD(j&x3l89UjhvYwzLKj%m)9gzdQV+wb=7DGr zTjf)@WFln}52D7f4%owrD$zp_$;FY-HENK75Sqc(WSwEFoHnCZB{IPEDX>|5O7@tS z#UCOYpeayOzyr`&V=$5ckJk9q14zw00PSIGbQ+fwGECw@)EL$QYZaA;42_ZjYGw+U z0;a%CC}7V_zlp=#m81u{eZeHapIT9II1irout1m1aZ{OV%@x)AoLQuHIZa%8s@iKt z*fpxEOa?Fopa9Ock>*B{8P_TmpwXko`f!y-qq91XQXa$B*J*(;lK2&`@u>%pnt1@) z!`A3DuEkVT&(k|Q>UkZhtxMKIr&LsT!p=k;g`7uR^u3_H8XSAREp9O9GU#aZFwQek zjUKh}nF6N3k`G0z6u5Qx70D^8mDmtat&AcS<9 z4lm@7)Yc^fuWFuKqeJQd4@Z4}K-k$4)`R5271gI0!$9**$7f(bqcR27s{kgIk>*E| z8P_@$IK1U%Lj z?Wi$A*XYi4yG8|B%uE4Oz!WeAOo6LZz$2@2ITBsaU?c$^l@_T7keYb_+QZi9G_J)| zR5B1kIuNnRBDHnNn)sqa>d@sHu2D6mZXi>@6sRh&_vBAoJx^!11M>XG z&)D4=Hczzke$CS!;d5^KyW8Koz=)o(fep-TJzW`oEL6@j^J<%y&w9gZY}54O-Lg;z z_joW#Pqs%wO&cs;$s-mYFtqSALV>U^ZAd)~)9uC78&>C=_@_cS1$m$(lSnGBct;u@ zK%ZnQ5VT&(@XZ`)ZY0?duF)9|8B{w7&b_CYL+7M`%+KwNOdC=U7**rb#R1SBR;8Oh zRJjP9G3~H9Y#PJLtcE^jrhqAMK?US&3%Q@|831#Urs&Ek_>{OwDNSFn44 zvKp4l1A#EPlm}t4&3I~KAO;9$TUecvIly^+6&10{4w(hD2|H!U(5l)y+*;-$^aVSc z!=?;Pz6S)nnJI8Z3ef0WcIVb;TH{-h0+=~Rnj1;BD6W+%)mhpkE9oODDjc@Xu+<|? zK;%mexirLxp0I%p%rJ*dV~xQ`2^%E4Pdp&3nggOeY?ZIfwIOug&H4_X8^emK=yM^% z&0Qny2P4TA#kJCjYEc^6U`zp1;KT~7aH8@oiL8d9fPgbClL%h6P#(x)oAGRs`nEHy zPR6YSL_P&6WEjyCHn8o;pIlL;H5SIK8<#W=h{n=JC*xM+U*;n8N7`%-n=&-{9uV*s zw6_Mw{&+B-(U}5QtN><;k%o!N?6wua!adUbNU}0lPmRGW$x52>l!I+spj2mAmC|!7 z0TF5-j~yB5(<`bin*(cOjloC>8wPR<*Qoq9ZzyG^E3m6vb&$210;Yf|U<#~9fzHw< zlm}8;>?@a0Y&7NG8MewvK%B6mVrqvFAxXkcJ{}-!Nkx_MY?1obp}9S*PNs7ans+O` z!{^4Zaxk|&(9_HmFa_4B!2QyPy;=GIZG1PZfUJh)@<1Rg)2&uioVvreq_M_e-KIj^;$~8BBqop7V7DGMYjoCV2_d-q6N4)<4 zXZdM_0%270(8G)eY^uH89ag2A_@}}H5ZM$a+&R11r7Wprq4~!%g85QLqXXkxz9^$b zji!4rzPra!hiKZ-Ph#{;>eP(qC_=J}U)G&r6OKcN=Ru`aaTw`-X6g&;5dwmknF6N3 zg%$9KuTM_`VI=V@o?}uEAT{#WRH1S{2{UdngTTiJOFxmAP`0pzv9v&^#D>c4?ug^ z8lA=^r45sK5H*H%z*CrhqAM6AIWf({JK1cO~h8ZeK77@aU>Z>H$PG z4(9=A53ABmPUTv2MfE;s7OAaErpv^wulZ%ysH!pO4w$3|n8P1;R+;SG>lj9zbg50ca0fqtmz+Q&Bx%`d|I-t8@tFdqz>*c9(StkBMCCDTSxJ*MKf0j7NCG@s zY*P;)HS++phpo|RTmveqZM6`kt&bh!O|;B-YI#Ba&af(_=ho5t7_XmWX9br94 zwi@BnMeNhTQ9bfEGX+e676mY=j5I%z%(&L60M@0EhJRmvdh-aOmj?o2B=IX=Y*P;) zse0@uE{yQDr>!ypGha zhpkdZhtvTcM!G*B?Ci+ag9Ia+CO2H-xYD(A&VDtbhlDzD^5- zk;Jcfu}wXI)XW3W9=1lOaqSC+Y3d2<5OiBh;nPvt`q%*vbqZkz^-0D9Z_PSNn;O;J ze$tAnX#@sh1)QnSsDN+887wFe{g5l4@3g}o&t=cknK>{Q-#_D)&ag!;GvoBesXt`6m9UQ09_HEHcRki+33+&uxq#mEb3B#y4}MxshZ; zxJG9ShZ8`!`MbJ#S_ag3C( zB3bGIW6c}@?O|(l8W*86(q?nmG=>#b(Z|dbSfT=pzp8(~MAd9erhqBXrGTu4p@8t{ zE>%FZrsf(_DEe2eGi;TQfXJsHg$yHl!Ui@l!yGn|9s%Le5=qAU5>^^g5Bk;20ni?{ zMyGKRIwL7IhfQNxQ5Aj6OaW8C6u1QiHj7Vk@wYE6Ucv4G%4%3H4+O&GQXYiGHsh&{ zffyj1ZDDmv<^bpQRaC?(J7gBrChU|YL#t}1&=>4%4x2JG`5qAPW~RUuDL|uh z*_~UXX^n413Sj0OX>KIhqPSM7RA*_EtfY^qsBqXi!&Z+p0g*2?t#Gy5W+>0nk|5s9b17{$(x#WTh3=TNwL5`*^_b(c00HVotzu2K0}DcdwC zu&Z1fkOnaYOaW8C6j+4r~)=>BHVEeSkK;8&*J8!}2;U5SGa*s;28} ztWh6Nk@@VGq9`=w{ZSz)t4|NV zbO2Or^Fh~$D{S2Sjh2E;;SBWPYRuLFyBBJjKH~icIFn~DzGA05$#90SBYI3B`er=v zs`hqwSe0(#p9&8^WK)>r5sQrI$u_Wo`BFxs1LIr1D5FJI>@;0)m*C0;a%)74V3!Pfr42B=IYrV^R+w zHS++phpo|RTr!a|i3d?*SO@H3Mb$aAhIx{}gT68l!p`i$hnjVUt9oF@L5P_@^Lu)jJ~Wio&%00nTijWjos%(zym0F53s)`t_@=<}d$xYPz~N1Z__ zUR*r}q_5KgVI=V@UgJ{_AT{#bQEG+Fbb3mS|h zz@x=B^#D>c4?ug^8lA>9prYFT!;mO#ee4)-qGiTY%M0>%hE*v&w?>E50Uk!WKOpSv z2$a;Ao5JnQe;>9-g z0HPWzY14nYqOYDbL`x<>!N^cJpBo##sndDm`k?FrcUO#xHD z6fgy11w3}kQOQ6E=|IFLi`3R7YvPLzsY926 z*QiGSR&C12K&F5xFiwHR|D(gj-w;0TSQyjV6z~|ZzD^5-k;E^ns8|DCGN=^l6vED2 zKcyZt)ofK2RV^874+^;O!QLwh_)5DqA1e@D8ZZBXqFuk^x$Jp5yB$YJ_CI4!XV`?} z(D5}-djv;r`n%iTy1KIh5U$Y~4jEKC3C_Kzm_z5JfXvVBj7%F+4;WSB)5QVM9#*BBK2*5~oiXjO zIcyrk%B+SyW~P8Ca6tv+Yzzg2$6%7eiQr{R8Zw?OQr~ul)ycS(fXJsH6DcEl!Ui@l z!yGn^a~vZjtVou6z*sW}KzrC4oyJAzjI`MtHjQCLRrE141(vA5;;-u8FHtoclPO>d zbSWUKVJILxx=R%ht*N<&6pH>;>kM1vBOvlANFl?Bp0I%p%rJ*dq(?w_v_z8ezJ!&A z)PsICa{#o5tTwfz9HRT>R}zi&wCFfU+8v%L9Qh zxs(TCvCVjDV;}|yXIogEk~zS6eH9h4$_|+YwFx_A$42o5Q9IO}+;N zyqPI*MGDa9Tz2QyXjbd&al-ZO+e&J4Y@SL zh@P;44a_iyO=FG0NC_JxyH7kIteOL&J#3Y)%(WqO-p%?BpBux9s_1he!_8eI4gZ7R z>$H_lRM&YhEGtvM6v!*E(uqn|!%#qYq!+4ycumbUq)_y)T4&fQ9|4h1K?)g0^n?v; zV1_wt8fy$jN?6e{^?*?|4(9-953AD6`Ior}omW~>y`?AK-THBN59?qG+^hnaR7M&m zYO~u`0PE#Q^CQX1Ts<`gvq*Um*5!<+9BkVHr8>i^l%87&h)@H0?8r!^kYQ&}*uVxd zn8PNdP1p$tj~$7(n_MJpXs~NkkjcyxFa=BjQ@|9sP6c{u3|1hN2U1#OJS{?XhOJT( z5cvv6N*hM>gbi$9hB<7WP*G*BT7j`<4uJNsH9C!p&>3m7IcyrkimK>iW(t@BYgXWX z>4V=aeSkK;8&*J8!%#qYh>;Xd1TS0CknwDh`nEHyPR6YSL_P(psG!Z>%4HG(WEIt3 zD*I##tWW`uF()%M!JABx>^p9_PdwV%&tT$}xGJw|zcwT5-TVglTn z$6Nb|3Ghh4)B}iWn-981ta8nb-)Jewk79;;z#Fr5!0v^brjL040nYN%2nE8Zw|r4XiyBS$V0?FveFuk+ z(X^wV#DFJ7Ud98QX82{@8CIj4JP%5W@g#-)%+wdwBPQ6`z;0Goz;vo>WQfNo;L#~L zw+Y^4Dq&yRka`$aH4j94*eajGB@-!=cn~#)b-*50REZvfNG^_qu2F*wgwPDOChH7a zrAw|SgAeESCzD+-fs<I_Qp;_5M=ayb$$zlUkZhtxMKIr&LsT!p=m|L6(Ljh2t+s(-2ModNr7HzENy2 z=Q8MM^f1maQH>t5@tFdqz`_-v(c?SAM8(Uy$FSQMOaeSwY*P;)HS++phpo|RTmvd9 z4D={%ee8fI#Ye^ioMxz3BDL#bHM+@jYg7X{z{5!Q2ZWs+VLeE;8sXDL?9;(f{TWWb z!9zAWQ(%Y!k2sYvsf;wQl8uh02D8RXDS&lpq~U7D>CGdAzD^5-k;Jcfu}wXIsK!cp z0NTTJ=o(#-x`k_0oN$l~8a&b#KV#A(6FcbU4nEsQ zQ@|831x$gpE8zNS3{IDja#ULUF!8`qGY>$y3c`{q5J0O|=6VxL{H{Fp;3-3+unyR5 zdGKt$uoI=NlZ38OMJ1&jp&4vV))}_SnNM;SNRncbj<6mv(RZ5MytR!fU<#~OfyMu$ z!^PYXehWYSR{J%+(7-+7%1RoF4}v#YQ`wg`q#lM<%>&UMw#uh)Ng=}|9z=~{9kAPq z3ZF81IC!&?WgAi`U{y;FgF}~M*ec&iE2`bds)I0q3q`0&QBlBG+8dh>Pvyog=Y?Tj z8e`E9x$^l=yJ*J~;`4Nhtd8q5Ms$W%Iltyy?KjcuAB;s;sO@74lSeE*U}(t$3)z=8q#lOp_G0&R#P+Z{ z-^4!^%3Sh@MJCx`vM594xs4H|68xmi); z)004Q4Jj1;t0tUnVXJ%uM4n5gRz~!M4QybBIcyr|I7UiX(K7Xbv1Sf{_OLZNjf>D3 zX|p+O8pDdJ=rh6)chR=;;%3p>o@j83xvF2v@4nPvep6ue3M_uc#Ogf6WHk&0ga@ru z0nwV8Ye=E!U$xG#RXzeDpMn%JjOYm)*uV^P*hG2+ghxvx8ShJ2X-GZjS2G7dd)OMC z#zp9iq}UubjbTMq^f5C9mZ-q68S_-h(W!`y_f!gOPDMP7ck#C`4a;;fM6w!|%L9S% zprt$ri*3eJ%Z(TyoNZxsO6CCP^;J~FDm!Er)F$kdB}1!f?{I6Gi_jPBYz~_;H2EG7 z@S_ZI7i~!2?AjHe(FyL(t{Hpxo*UgBwztut(ulYq#U z8YGv77||0puz?xouxYF@7%5?cK=+9UgjI7uw1=(omAN*A&bwLP;d5hHQ5AhIWVn@W zq~S)f>$H_lRM&YhEGtvM6v!*E(uqn|!%#qYq!+4ycumbUq)_y)T4&fQ9|4h1K?)g0 z^n?v;V1_wt8fy$jN?6e{^?*?|4(9-953AD6`Ior}omW~>y`?AK-THBN59?qGT!jMk zh%7Lvj5JKtWg8u>9LZWPrvTQ=k>*E|mAQIq3}%t?Ags$7PdV7O1xj^>RVh8U5)h#V z^4O7)N+H9}p0I%pWH5(KNSm+|5FR@cZ+E&&*wA3ts3235?Idi%UIc_=YGw+U0;Yf| zU6&{Jb@zfc}XX<>i$nIO7qJT18iXIt1RB>|D=lG26| zJz)bIm|+f^#u|f>5>_NjJz%Vv1E4)@jZWhtbVk~24x7fXqAL2BnF32x0B7H#jfRcR zgGr_x{Ul~20Ul;MKTY?E2LRn1|JB_C(jHbP{6yi}>}MuMd49Eqb-+T9t$Dn)kC*^I z5Gs`pfQoHC=o)c_jhnyGQjjT}fgW6q**akNLQT_0y#D}a^6bS|?35=N&JcD)k10go zj0axT-tG>o((xBtNnw&lEHX(?wm}d*_Gw#bG(EoMi!xf&Xu1dEyL%jUh^8I=Bu3BU zN&i{mIpWXk^63)KcJ;6smc7gKps)&ixQ@Br+6v78p3i) zlEbC`adG_IZQknZv_QB6@he_zQx70D^8mDmt`V&0xm^pM80{9GneLyc(XDl#^=hm!SQ~;qQE8ES08x#@ zc>vnOs&tc6xz=1!z0a9NYU`5eGI8r`e%Upus!UY?RS^cb0tIlkjWjos%(zym0F53s z)`t_@=<}d$xYPz~N1a+JKQFGl?I~>t@Mw+yVd8!do?)rd|TXL z&SlWi=waZSVrB}M0;a%71!yE0xK2G$Z3pZTN>*)fYS`}cZSvI=KP~W>HrTT-7CY+j<6mi5afdP z>EPHN`J0&nra+4Vm{dlZA4z6h>r`O7_>LRJ8F#3HM)=L7Oqj9=SvHD*KTg@3E22e0aL&fFa=@- zJa)_FNOVDikpy^DTBII8YUTlG4_l+txE51U$v_C{K*T1C)Yc_y;)@QcLzio~M%9$M zflL8YpsK*)|Iy*%ZwRkSY=Em(z#}t#ofZfqiCU^ zZAd)~)9uC78&>C=_@_cS1$m$(lSnGBct;u@K%ZnQ5VT&(@XZ`)ZY0?duF)9|8B{w7 z&b_CYL+7M`%+KwNOdC=U7**rb#R1SBR;8OhRJjP9G3~H9Y#PJLtj1k--O<}jQ2^4K znF8Y#kh3uq5FRm-!inHzOBynsEmGfhhSkZqm4L{nAQLGgdcp=aFvA=+jdL6$C9Fu6 zdcasS2S9t+8lA>P=!~@495#(%MOE}MGX<8Yz~Zm!-!D)7Q%jJPUm{rPyu-Iliwcx}6;cN@5Q!)oQ3l)wOGK}a68%73Zn8PNdP1p$t zkDW*v-j}e_kb2NhGvaU#fcCH&-88+UauGTsDK>{qV^~oYeauXOD^Y+(=dnAtM$;PK ziWC@Kpt#fLPNxr%i?BMScpc;wQ&z)rc_0u@Tgrp5*k(LAb&h?)*%tP=d$LdP@x(8suj65guY;BbJ!H2aad6m zeJ*6Uxof21fAD*qwz`SxIuCO&Kal zMG*A4ki9iH?#F}qjLsCeVg)b_j5JJCW{Xi^^xQPoSC`Nn3J8y# z;)0npq)_x%4N7%}Rrx%(5)ky1mPuRc)W@PE`9u*J);n5N)!}}68G~B{9Dpq3j zc>ry%(eULlGX+cmQ@|9sA_aPC3{E?g2U1#OJT2;UhOJT(5cvv6N*hM>gbi$92DQWc z6Dq2-#sXp091!hct9%LVR#q;Mj5*^-8gXN%Ogondt{ZY3b{DGaHonB5^nV~xQ`2`iGN9x&F-0ni?{MyGKR zIzO$VvTIcJ1F%KdKT2*@3Uh^7hXNj0nRfKKgOLRI!Q6SDcmUAN@n79NAnjpw!cP>g z&3+PNl;>A#SO+Ww*_y{&`-lnf1EEss0I1mJgRT)**tq!{Ed^OQ80f*(n5_eLFVr-B z#QP6$mY+r_5Jn{rJrlIb#W>uY}5UmdD48Nd{P0yx`7 znj1-GT&q-oMvofn!&MrM&gwi$c??@$rv<`D;#a)Jryf9R<^gCATcgvs7E@6@U;1DD z?&N^5-W`RU$Ke^h`hc^;UUgtwp!1DlEx^@bX!MBBGf|Bmwegt(rofUFpwWXn&qU=h zY*|T@H9xwb!AJr;T5MAfAT{#pb|8Oe*bK|w z<@sZDNFCb3NcRVXol#hzmTjL79-c@3W~P8C(4qh)m67I0k{Q=J6~MYQ($4emJ3WT1 zmj?o2B=IX=Y*P;)sG3{4$aNkJk9q14zw00PSIGbQ+fw zGECw@Bw?}BVNu#bl3a=^UZawM5Q2iO$vVSUIio}B01qid%0ywSqy{hrOo62+(D|s_ zmp_bZb4CoB2Qhv?z4*?O)L%WgQ?QdORL=+ZX+AZo@o)~Gzcr4VxTGA}k z^zvCe;(Ay;pBL|zg*v#$gGr)nb<(7Dg9MXDEIt62Jg|^`X+!E^m~Jn2Pe*JItMg6# zQ=!Zyk62`qDBB9@BAW5d9BFPO*$}SL84ej#I|haueeg!j0*ql6pX* z8lNr>fcCH|-SnZ#Md*yA*c>(?EIyl=0;a$U6o_h!bj}IqH0@FuQc*EiXV|Kc^Z4>J ztR!_Dwn`cU9Cjl;^6>y+ldvLL>e(XotwVErSe;DgA~f5K4i(I11Vp~VkwS(MQCM{8Fb8Z%o3N9QXB8E+ zF*5~B0aIYP3ScdGqHUho|McA#fBVwuB{+A4sK$`uBPpC{H?E}N5fv4YXw7v8wC z0cWAYk)#+Ag+-SRbHJXrq9P9085V;q+dJG;PJz%7Wg?ryCP4Ao%oMmW1!#1>yK`$a zt?{i$0j!`S&5b0>b5Y)XYVQh_!ipKy7*c#Bg;NkUX?R3Mg(J}!wtDd9@nOPBQxMN_ z*eYoZaM%qs24N>34-hs98zj3=JX>I8>(JgFw!)@yZ3vxrv%bUU5Eh>oZn%|gq~U+? zd!4q%iRwC!gk@z4m;yxwRyt92mNub0*e|xJrzp`uLuc57p81aicfP`rLWU7hSaj(y z2W+S@2s`RF>Huyh4H z1{h5Yh1w)533V?qHt~Y6C$HLzxH9V(`+8d_7M}{2STON z0Z_5c2S+0=&&L>9-M-OMkd=dZJh&uV>~z>ijC}w;dG_KfcFL0sX9zozhaP4;4AbrH zY3dBC^WAGHOt^D)gM+~qh26Rqy`|Bk!?%1|2?D{+*5JnQe;yEVu z08%p#KzrC4oyH{-DU)~*Nm%T3STx58Ntg}^OaX$=Nkhg1T+ITf2e2NtMt9;Fy&B#C zrobf>*jyrLS4?}%OP5?v24jLYYf%8Jj#;Au9yooS76>DWUs5-C><~85st-raJOJ%s zYjhfy6f#WWK_p?Z(_vAPLXs3t_zen68Zw?OQr~ul)ycT^w7-$7;SFF4m;$E2#TD=a zMqtlOA0XnDQOw^fy*v;Ir%wEe>!;KMh-w_p1JE8;rJJ0}C4~&5Jiqo~vD0ClrOk+n z>U|zwXIM3%*W79ql`4@nngT%qOi&}ujU+R!RVqNEM~(I2#5VdoXd5oI!P-%0P>L5< zj{!k3hYv{=5G}t9AfTc(KJ@@nGY>#}*czS2B}p-f2a$xuPKQNl3rSWouqF-96Him{ z&ahR^=#VF~$!`e#lMr$e{Y=lkJka_^AnFpXfY>iIil7fLrJcuMLb~-FdTS&5!fi-E! zcxus6{d9&^DLuEAE2>DDD6C4lh{jI`kHRB=GgH76Xi)%@%1HAg$&72A3Sb2tY3C^n zJ%+582LfRv@he{AQx71ju~Hs@_OL45{6L^GmlQHg;z1-(>@*rNE~+tvBq^N2fGKb}1>A9skyHWE1q~i3VX#qYk$M2BnFm0xN(2IE)yiB$ zDk|s@rCp9!tf*ulglxdpWSwEFoY5h5fQO^LKOpRk!UAPx3YY@7pupn)(c$862)~7I ziRGAAz{9PV2LfRv@he_zQx70D^8mDmtSx!es)t|)z<0>Z6d0~R`PqvOv7(uY_mAhY=ZOcsbo-2(JHx7kU-Ps_ zK;)*syZt1_h$t+&v|H4*{8N*5jK@Ny(lvyB`79oBJ*-ap;@z@P2lsd|NtCTlnzU~4 zrAZ#K_yAn;ct-Z64XKA=y1m#v9kD&E&NuN-g))~sP?AZaY%8RTXdbf5NhS4wQ8hkY902WMRl4azm5b0BNwGO>LRfq@GX+e6 z6(|tZ80nl7&S~1EGNhtnuFkMkA?NYsXIM$RX5A z_OLpc&P8ap867H^U7G@nzp8(KZHikyroas<&{^6@c@Wn4M_kN<%AH}W2Zn&iS2$A0 zFd_wp+m{xvVD|u{8bgYYq;R4gankUJ ziV9qvVRz9BZ(P}cvryqkQjCbgqDzN4V9#4o5r^vxi$Rv{9d0V8KHHH))N#R60t&@gFR8*kq47-b7ej_wt z!b(#R54T2P(WS#2u%X5v?BwGC!X{yZWcP_@3#@D%+S|ic*fg#Uq4RFmclaE_;`71{ zx3Y~i{11Mw(^fiBUFX5DtV{t@Ag{nmC#tB%NZ0(ZrqV9yP#)|T+ticSC-!!RjXP)d z2)=xUBS|qL3X3is=75d#$j1YOO~Q&msb`B+w#?`@>rofdefJtSfVWKj-Z3VDijx;}#tjrbF80nfHEx*hn>>ZQ9&~^Q@|831xx``;5rqEYK)``h${$I zAe0Bvknyw#)fu)*NkHT)97&21QCM{8FbC`tDyqy?tCr}UVe6FT6bPLmBAde|K=Ikk z6fgyDL4o_FC%IYr0Bw9XtUy#_Nb!*rPPCIKX|RfFnmojbl;QnU%hZE@HFE%j(uS~; zFB}1BvN9K;zg1LCDjLWXSgHaZ1B>RP@+{9t0{mc7xlcR*=;rvZ?jDf#usY!<3fE>o zAu`JIYabRn&E|n@A29)bAXF+H02SMOa5Uobe2kIR?HerxSvi=;gG;i-PKSNO*azT~ zXD_~Dr##7UhOi@f=wZggFx}psrp~ZB-@TT?gga+9yHzv_tCKFGl}3*O-||HnEowB~ zgYn%xjygosj-15VxdT0uhK%PZLbA)JOFY}v!zLVu4$p&1Yv3@_Xl9DCJ>;;@rhqB1 zTm?Larq2@sVI=V@o?}uEAT{#iIil0t?_JcuMLb~-FdQb>}*3BN&MNkhi7Me5tmusRvH+Hd5lLQ9Vy*E|8P^jPxX@gPb!nvGA19vJID|(CeVrBvBZ*(}Vw-vZQH_=I0JMiy>E;IlmAUo> z!*N)hHEJc^i)xH=yfC?hIt5+lzBh7>YV>&k`OI!xfiuj7S0XT7NgkGlDX>ljJcg~8 z2LfRv@hdJZQV$?C^8mDmtGl~ncZO97 zzvgL=fXGdMcl%ox7!idR$>SN>mo}sxhUxaAJFLz(@lS<&I#u!YD;z0g7!idXf$vLp1GnLBVF^O zrJUhX9)yOBr#3?B535sh5dh9Yg(FEZBFYwBT8%?EU_;u39TXqJ9x0P;NTDFnj5wSF zpgpWcH%;%TT!hX@ip^mY!s4@;DR40b@I^eo(ddx7b89rM@jXTXOve{6tP>;6jU-zX z*GiR&YK(Nv4{Ivzw2tZq^nFA{g4^n?v;V1_wtB0U1aqb1UT_a&?} zq#pEBjl($r+QX`JbN*#6LT4n!=CCP4C8-F4J{PjL2FLw)FrU$x0#~d6rh$=$iQ4S8 z6~KBq()>uW9M^WhJv9ciBr9pglM8m}L*UM^huxFUo;?I_zQU10h7mns1KUi_c{_xN z3W$L4Xo-~JeF+;HR(y?$kYG7mQFZd$ya6}U6@Z*(roc!AXe8NHbNQ>z&XT*J0dcp=aFoW9R{RtIST4RB*Y7U6@uvI>Vi_jTq zvpH-U!-}ftV`d7BRRAZj+4&T>KVPWFMcO>BoAr8>0=os_QGIW*ldOiJfbdWuTvv(L z)LcUfMgOXGhOP1u5cw2_R8-9F5TdchV5EcV%&tT$}wQ#wgFP*02s(2(mSg zxAqYe;0Hpb(g9Gh%?Dj0uCQ_QH(Cm^axl{clBn5K{T^?(n_vlm~nQ=Viv zL)ei#^f2RLm~L-(ht>J+wG<}YIlI|?H+r%Sf?V>?Go&Zp-->VfqKpt|J3ftTX)MloDDR3DD zJi;dDHo=>m)9gzdQV+wb=7DGrTjf)@WFln}52D7f4%l6Jfsd&k4&G$q#*7I|8Zw?O zQr{+r!2zGJhp;*sx1MrFuLd`ODR3DDHkS$85p}?0UNE(pwJ6X$UAB-J#uQ)${H(&f zZLBf41EEv2#-|=YYUTlG4_l+txTN@C5)Y!runyR5MTLZq($+};Pimfw2e_I=YS+Wo z=&YiuDr5jtz!WeA>I&S*Gt=ur7(x{A_@uAX0%0Wa>&X=rhx6cR4-0hJ95y2h z=a&M_U%uHUe3W)MUikGhqM~}AhdZ*Odd+pr%r*RFa zsJ7udY7BHpDyrv+r=AugI>S~u%N5m~9FV@S9x+F+KH%)IR~^_E=zLpT3vhK98a?9k zOjM&sZG5JHDbS|C{ByevIuJzzxn`+7^Y7)kt!7u(bW zh-$2q2cSKyN;f|csLZu582Z9G1Puq3_;W{%5xPeIp8poEQE|dSGH75{RKOKmticp8 z1xx``V3i7ZjJjNoL>Dv|Nq|SCMd|^hW*&g{ur)f3Yd}TyY;rt;C~bZ07%wV|sG`bv zfU8+&*c#nw@1t_n@CGmiOo2r!FyJ2@o;JV5-w=M<^o@PV3U~}oFAoI5Na9yqTBII8 zYUTlG4_l+txTKI_5)Y!runyS63of0d%}rKRN0LE8v#bJc`$f#Qne$Kqf4F0x8x)9s z$VESj9ePJI6Yn2Sh|d!bdg=BVH+P0r3BTsqmVn63x_A4Zg^cJ48`!|i*3*^Y$3o>i zGq1LJ`K&jr#x_ka-YpAt@b8eAq$k@Wp|+1HOdhfLfT4w_5pM9k0)*`Wo2Vi60HWH9 z-O~}V-C#6K0vT=GCkCXrNL@s2b+fIdnpVnget4ByO==0=hY;ToOckU_PR;M{wP zIdqOD?r?^Bv_vx#@28V~>Onu%_;hgqw1-vcrVmvvLT4n!=CElDE3+E z*czS2Md*yQ*&H^FVMSH+F*600sKDZ{>fbL>H5-#DUFdw1=(HXA%MISR$z!WeAZb5;~;*(tb?MsVSuzP^A8kWlgfiSt02Vt?zcxq!H1_)8zj3= zJRq!^1EM`_m9NaTA#~o&`VOBP!-}ftb0NdcT_X+ugWv14l}=RGc`#0w)&1^7K3#;X zVa7CPR#(8|2l@GIg%g!$b+8(4roaD2p&W_URECD~Ko;AKhhbHdML5(g9$gZ4g15y8 zpgflpGK}a68`!34CZ8PlpPv1o>8^T4N?1uM^?*?|mfryo9fmM4j}~DEq-w~&%th!A zb~cAi85)HZRnaHdd*AZm<2l~n8XV-~!F(#+x0()~N^v8Ni@zIcF~`CE!*dR0^cNUY z%DIfD-#k~Sb;t43dzkmnWmqpqnjcA4=E7HZgMa^3UZ)Qi%w#2vm-MC+0ZIvHTiEjW zxyAE~_*FT9gbgDDGqQAe|F{2uT1XfvVS{A1aE;1u^M+Ed|4q}E0nnQ?e7%DC z@WI|I3fzrex-0S4+-&Dx+tKrHP#f^(QNMlj3N#3S)9%GTuqi_&sR**|fu8*Ii2uUP@3yHaz!KuvnpG8mO!&f?)fIRT)6Jvo{!zWo*lBad zSQhF)fgc@wwvPn`FiE}mM?6i10>T4WS}@awj0XfYYbXx{QsY89VUtfm3K>QSXC4}r z2LS?RnB$lKgWqZ*VW@-^EmIG}s^);m4$PxP*a2y>G8dsg(q?nml%Y{rQ5AiVCG6qO z&F{9!EAYld`3CbIDS)rn)?D~t@0tQ0jc@bT;e&n>Gk}1?X}_DG?h_9Hx;g%~%HY$$y$qtStI!k)=oQyj{mLaC8yTAIs0bwKkB$}BUHei9>8 zGU;bLz-h*(%i*$6n>#eBxy|#Sc1ui#YdUs3~$9!*|!v}n`1)485&<8eGRDb%$ z8y-95cwuo2bqWEFzA_NP&g{Vl&EDt6L=T4^33~{O#-hFEmVA;YxJFeRg*BK0t55(Z z`ABmk$#kx7%`=3KvDU2ubWS0L2WwhL#$;Cpn-)JELJgIq}Cmz76HnO5ZuzZrJsP04=-suSI89u9u_np!7 ztF!)NqgNsDp!fMku|ZtRqM^~lIpdUm#!#bGIwRk9p84S!BU-4dSK#0M%`{m>)o_^o z9p8Cu6_r*&1Qjuzhx@4Bl;R^PlTfk1l7@_Di!5)!)lu4%iFPfX-^&%%zSd+|M_8~P zS5y;MR8U}Y*qq)z9UQ`+b@BFtM}Mt!d{Dyab*(85%InP6s74KDXgHmNKDP$Ps!Bd9jiw*RFVU7Kt z?HZN-PZwsTuzB-WPCnZQQ@|8BvjTtP&m3^Y;jko_RTVgMMO7WoA^{$wI&($E5$CXt zr42?{wKCU`ipuc-P*MHupT6BPb_^F4HflZM*W5SbK~v2THec#R?9IOt%Ut_flS6id z^+*8+AhKUYd$yx0K%;+;snM+Q1{A;v{5Tu>j}9L<1ijbb8^W8XPJL9@-+JD^`mIz? zk8#`66SN8<99c|J;je!C;v*@X!ugpr+(<G%gCUfy(bDJMQDOBN36i(tAv>6 z%J=R(KVcVBRKw3AmIB{H$FDF!Jx@Gn)a^5FPJZEe^f_jq2;Q1~%|j=Eaw**He_}GC zCv0E?GaLRkx&cA(dw7c@P8w1u`s?3`xWN$F(V`r_TPPzS%o87Z6%*#<}mzj?;F z-jSPLu_ymDLWXRgxyWx1{E8o-n0f$F?Zxith{=;3AJ8p%P9mJT@lS;^mn6j;l1f9i z0?}iiwiVyZk>*B{4dEJ{;gCVKli=KYiaAVqzy9C7*>Vzd90pGw@np(MJ!n>qPZtLO z&g+J`15njIAD{<|C)F+(P5Ww~*wZ9Pf80@*uivrg`)U zxLLd^18!f!RKGRRHz_aBzZk!Ve2XtI)~|Kz(EDl`y(kVUv$9tb4# zE50)aI8R(rIfVGv-)R~PO*C5B-MKZIHp}fj&v{tp6*NR1@$N>D zG;;jw-#q7hGx`gBa;2~iZp(ws|NeY>2Vbjn&5zbpMkEzg#sk`#$s*hqwnjG*5P2?1 ziV;0w1KX~;m>fd<+ken>4;UjQY>><)9uQW|0TCUBFffmnz&=CZs9KS0L+A^3Hiu0S z8iy5C(I?o$-w&V8@{W7TMjHMHzh|@OqbCn-Sf-Ef9uB3pg4w9(ZdeoNZxibQ1xQ=aNE(5j|l8+q5O`sxdf}gcZqB4+gComoyH5 z#?nURLL>4oa}gj&o6TWUhDuTq1br@KZw-$7@nAlqGX<_#0ZaoU4HK2wZ7YEFa-{i@ zWM!_N8iQGql{Dii2ivwlsm`z}rRP=xBGf=0J2Fx!WZ2mgHn4#VY!2^H0TB=$EfQ}x zxk%X1aG!Y4t!fU4_OMmHGS`OC8A-7@Y#PIgs*~SVlIUxuE3ng92U)8rU<#N5roc)R z;8|T(L(K5$njfvHj0oj{EVda>OY)sztCR#pJ_SjN5j|l88<>%<+r77tFjT^dWT^*? zHFE$&han8iqea*OX|ggGp+DH!95!WW6joH-_CQZFQ@|8hrvmp&ANFSH1GMqoumZ9g zme*;4uuREHn(?%#DV%L#tCR#po=XZDM)ZUYY+!~tY#M6}MoL(bEcJk~W)6V%ur)f3 zi_jTqvpH-U!-}ftgDlPJ3cN8<9b^br0ADY&4h1~0GVSOmF(V1^Fx&ZQx=%a+=;rvZ z?jDf#usY!<3fE>oGcn5Zt2L|x7J_WeO-|)nb4B$&XBMfgOQy@jt*`lI z*Qly88Nd{P0yx`7nj1-GT&q-oMvofn!&MrM&gwi$c??@$rv<`D;#a)Jryf9R<^gCA zTcgvs7E@6@#|5wW?|}8Zj?~sAYoSvrsykt4qK-n&BQE-0&|VFWJ>M2Lm~$C)Gd z3Sd$hX?`S`ajjDUtV<&eS2Ip;9wGGdKp>1He#MJz>H$PGR>}j=9#*BBultm__60*< zScjnDpb~%Xs4+s<=!(=WT%+QIgJjUatf+u1wpfEHU<#N5robu{@ECQu9EmPyFp>a| zN{iG3NX#}*czS2C4~%=cn~#)b-*58 zaOo^WfgGSFJiXMoQDed!yWtFpg{CPF8WdI&^wx$c>j1pe4cpFOSjLs zxihRv_%+YA1VnDuz1#mRWJFKczy@Zvo~{f(7AohNd9}^UrvELvj7+1N+g`j|7V6+0 z55@{-P{D&BNs8bN5PXJh@TEx}vG{KIh5U$Y~4jEKC3C_Kzm_z4i;tpr1M@w`P^L{$%rylfE zjZYT`Kzmq~Zu(H=B6LPlYz~{ourjNmkC`c83S3YDIUCEcK&c0eHFE&8hpo|RT!hX@o6TX<7*Y!aQ~}YNnrld*=wG$YuvI<+BA!~?>rIUw4@R{6?Y8$##Ztncu- zF|4SHJ{L0F+%?khKlr^)Tj@k~od?6RG6hV5yaFqosAM$^1%yX>p$drC)LcUfMgOXG zhOP1u5cw3OkYPkm*uVy6n8T*A#$cp`6)jT_7**qN4uJNsD&3ranTybQr4`j%dg9%! zA9we#4yM4(Du794q+y~qyKM!qUXC%uE4Oz!WeAOo8iEpr^)Q z1wwfsrA5ZmB2;JCDkTAtuW+QaVMI^Zzy@ZR!{!MURpzP{7;EMLXb)SX)3^wokv5yd zrZKFjiauthfGMzM1@4zV_|4J>XydzK1!Of01%!tfN#R8BvLy`}&lag~JHzT^+)6;? zQ?QB(+U%`dCJ{hZQSGI&Po}^M74R5yGE)=0$rQ=HA#SO+X7z^!?_wU3wpj}%NjfT*_lplie`*WCDxmV*2!W~c|eFV)>|5SJYBAdd5J7+h$lqHocH2-);Fki}ObYOhT z7iF}l(R2^SclS8z5KTM!NsOLJk(cotMM!q>%epgc!g1*EJSZu~lN9zdQ(st*5MX0- z^VT+|fGKbp1w6tg=QhEcOeO3~8&VI$s^)=c4_oC^xMU(_5)Y!runyQ=d4Z3q9uD4Q z;>L^#OBynsEmGemhrt1#u!pcZ8MmHxMz4l9fGKbZ1vZxm+7;6t^U@{Plfj2``;*D8 zngA=NS)&3TxW*cTkpy_O#-|=YYUTlG4_l+txTN@C5)Y!runyS6vo1F z;@!*?xE2L4sf;u?lFYbPsQ`^0H74p4+vxM4ZMf71Ye$`0DL*f+yggV+lPVxuei=!C zM~iLh0ikr3Hn~pUJZ^t-zYYia~X6rdKlZYV>GMrnF6N3Eh|8ylRwWy*z zVQ}bD42#C1d2T6JRC{F@))5x0b6>n)$UYq$*CT&3Q{V;_zy#T8m{dlZSII_4Q-fLK zr4%?^d`FC7{yWSFB9+6VwXw!vBmo{Rwy6gY)mSMHKzmq~Zhjz8nM;ZfCh;IDL-WN3 z`oN;JbrQgnn#ZnDL6#O<{ESI0Ss2C?Fa=BjQ{bi)@W@s#4+O$U;#XW+{4nvrQ8N!f zd)OMC#`R_>ZJ5M^s4=Vq7JadGynSj#mDX6`u3Bf#}*czS2C4~%=cn~#)b-->bDttOh zTPFcL6mo*de|D>$^YtiC|Pwdw+nFFFXHVA(44t%My?x(b9;qsDpbvn4~A$BcZmBDNG)*_<*4$4=iL~+K_q}rrV3%(-GUl>U^^g5Bk;20ni?{ zMyGKRIwL7IhfQNxQ5Aj6Oo1gTFl@#=RdRGHV&ly!fLZH_ws~Uz(|2F|?MtVZ;M@^p zH7u700^zYqc@P%cjHi|YF+e!m!s?XF0nY2IsEAc|$SkN$*eOefR@L6&)-o5NFWA`} zHf3n?Js{vm8R9P5kiOZqD?pts z@#Mrwe4SyF{>Ki2BU@^aTpD6TPuRc)W|+gKvBqGegbf1SCms-1%>mIKw#rxL+7LSL zW_^dxjbTMq^tq7XR<@Cb8^x~E);LjJ=aI0iOaW7%sK81mDp?If0pXEhr~=|OHP?_r z(Z6b)VXJ%uL_P&6WEjyCHn4#i=CEn3F&HUfMa$F!M%6f+1E4*uN;l_U<|1@nX+`yx zo_Kfb$K5@wgDG$o3eY36z@#$LFj1FnbhL6LYq^{PST9GKA4yi`>Zvi9MaqM)E@wRD zVA~cb)frZ$^xR57gc`_WM@A}z3_E+m1~!nv95x|s!cIVV>`1)b=`LYIgI%M7Oii|v zunBt+5RR#tDPRhi0;Yf|APR6v&{Jb@zfc}XX>lWe_2V_(K{l-Q4U#b`si-m@FxJcg z&>pr%r*RQFqfBIT*ffR}LD0v{6fgzWtib)!2fta&05L%>+U%#_*$sZ5YuLHn4#i=CEn3F&HUfMY7Zb#+o?*+QZi9G%iACq|N5A zX$&i>q7Sk(Yf*q&K!zElz~aA`9$_aER)p1t^ro$@5Z8N!a}F@@-x@xZIv+udPRI{soSDNOQ+MJDOVHVC4}K5Z+F zrpLE@QAUdzP4{4YcaMDshmX;;qo2fpA5Z$v5)V+i@#)eVRweX2D6GOBsN)pg+tS>W_Q>tk=?E6(T#>`c@V)*~)PHp&*iEYPS-jptkn zY|a(v(Q)iCFOQb)Q5_HG_D2!iMkhC9Zl}eI_4KcUpL3kI`Z_HT?m+yC7u(bWNX z7M__tLZ<;zuZF^7q>VKOBMI=Rv`9UGsK((u0PSH_y2+_rYp$r?=gcCtb;)#@xb-!^ z>>5>7rYeA{2m@S!0yx`7nj1-GT&q-oMvofn!-;M5dC)doYJ;_-POX%m7gyf)lr{u- zw8sB1@xW0t4}e}C2n5iomAT%;k5gPMV)NLPq4{ECoA6QEItjvru!J2*_B`>RrD~Dd z^{`dGe3B68PS|;;BdkYE^u3_H8XSAREp9O9GU#aZFz`(=GX+cmQ(&Y5G?ENl=b5NH zLdi;+tohOM%SZw|T5MAfAT{#E@+<)j_r}ZnJHijv?zc{Wu*C$WX82l1-6Ut zxUugptBfPeGI@CQby^^dB!0zmK$n=e3>x%LG^Us#8rhX=Kz#t2=b z`>1Z=8r6Bew2*i0=GLBojo%b71xx``AXdO*w_J`y7c>}2fJdc8>H(x?9)R|+H9C!J zNJZs%1X0@h*fHL4<%h6?z8Md^HR}vpqdV<=RHJ{ZR}1sO)uUp3w7}CkeH+=+asZ- z4ZbwVBNiVpwD2@Sfv_)aNIeYG?Zwm^R_B}er$RXed7vbdNGh**M;abLpJXc#v|h^a z%^YcNB-s$I(HRaIR67aIy{DK%=V;;%XQ)R@G&AvjI_ak#^iz#b7Y9IlSe0)2P~{?Y zMpA4Jo5rv*tD%pXDPRg*Pysm`%hQuUc$m?=HP4Z$rzIQVYzteZBp~u!GLbT(Cv0E? zGt6PrIL9$k!iqqt2aGjy0JMj#(P>%Q(%b-EdHwg{SsBPF_{9U zK$ilt8ioSGqq|fA(VCiTNTKLowa&0rJ^~`2f)p~0=m{IxzzlQPM0x~-M@u9b?@L%| zNImFRGY3F>*czS2Md*yA*c>*EVMSH+F*5~B0aM@>6xb|2$;IEkw0H%(2PmsyxjYaE zlS_FJ7Tb)cHU?sVaJGfjDVYPD*H=*ytL%_jP@Aw*mJF?`y~C|#E<#_hvpHkL~x(gZ}l)R0R< zjOYm)*uV^P*fiD{jFhlJvirmX!m2qS+QU})%3K>l=iRLD@VPOpsER%pGThuX((pg{ zy-r){M0K49!?H33Oo6-tE1jrhH4FuWM|zr|kp#$W|Pc_5`l#?vBHXV@ww z0gO>SWwXK;%=fiVE87tz0G%Kvq%h zrLs?^zzP-c7;`dH6THb3$-d);`^1Bux;g%Go={3vFq2fQ&`2kc&`Y5IuwAK)xMjZh$rN*;Qc z@qkUWx4XltbQAwncmN`s!h}0#H@lQ2l`J&>ct$W^%4l?8e9ISQw5ZW^55{-*IO-5h zJNikCo=K6H@f<}+cJa%)Gi<_f=ZV%lR~y5xE?_;7B2GTHSKIH}gJH^(uV`I%F;@!*? zxE2L4sf;u?lFYbPsQ`^0H74p4+vxM4ZMf71Ye$`0DL*f+yggV+lPVxuei=!CM~iLh z0ikr3Hn~pUJZ^t-zYYia~X6rdKlZYV>GMrnF6N3Eh|8ylRwWy*zVQ}bD z42#C1d2T6JRC{F@))5x0b6>n)$UYq$*CT&3Q@|8xQ2>+5Nb@7fjBA|=94@{iGMN7k zGlEFv@MvwUF&IgJM~iLh0Yo)c$^+0IR;8OC2vp{h;)6*%h|17>v4K9YC~cht@TBIk zYgCZM%oH#MOaW8C6u3$SJhIZu1A#D-_!XBHsRxjnc>vnO*61`YDQ%d#}*czS2C4~%=cn~#)b--Fh`o+SpC@|*bC)(zT{ZHS0!0k%|bUJ;W3yL7CVYxgI2oGDzgRt0UJhkkI z0m9i9R;OeRa26^YDP$PY6E=(t%rJ*dNSm+|5FR^`GQ2Ngr6Kj8pJv42902WMHM(hf zN97`PMpA4Jo5rxBD*Bk20#~8{jm~3tZjGijz7;7jxz zveW}c)i|63pgpWgH|JmGB6LRDYz~_;RFaAy=yM@^YjE6;2lE-7DR9LKU>X={^U^Ys z(70Bo0M^Tq=0}p1xq500W=U4kjHeuI+XAIJ!>W{?TM39z19|MoNTrZrXHVF`1~Qn# zCMqBT!lOmv?Isrq8yf5y6=X6q1xx``z!WeAu2X@Y8iN%G<$;tI8BdE)onfn#1Vp~V zkiIiB6LRDYz~{ou%asZn3)2mz?v1fU;5xT zOCO+(?}inS)i4wg9%3Yg6T!=tG-Nzmq`vJ8tCMjn0g+F^Dk^BRw{n?809i$~m&!hw z0xML&W6a4+P4FgDB>RpV?h_As>gM>b?jDf#usY!<3fE@;TaQtmU#(#su$Tb1=JD1( zVgfu;F!cbU+UA3<5vyEt<2PCg@}roc9`MF&9k6?$rs*Tze}FT2_Tnpc%99Ld2s@(3 z6r%6{-`>^pNRkxM?3vxYz1@{qiDk7&NaRTfEeK=G^9boIuvRCKFy{xHu_hiNbOr{- z85n1-_yt(lZSgzigo}fRff(XdcScusR^`V|&UAHmgw!?NkuP6FzN*TMuCA?}@W7k3 zC(U8AbWXl1+yF5-1gDQ!6hzBt0~?qRWz;(`j`BqrEh?MlWVpGCZoZ*{wW7r&>V@XPj@ni_QnW-%-BPQ6yz;0Gnz;r5WWQdPZfYB*Aw+Y^4DiL4W zka`4GGzOwRY>_X+r4y-;Fo-I{dSJ&DRicL?l8YmuYt*2L5SqbOWsPBrocBAU7sDIC z6gY$e>q7)>irL{YFHP~z9Xy`f&s~em_`O!^8IU!J0z9ZNY%6OF=|Jcdt?{V`kdiR~ z^{Kn(s+wTt}$@_0AgW!#!K?^PnzWs)N;|?prAy7FXHk%8_XK6(j*3t?{V`kdiR~ z^HtD(*b-fit3yS#*%i^S^SL8mT;7VVQC%jU@~{Na7`Dh6Y3l(GdA-m3*KD_DlcepLC6W6k6sCPP>v!gew@tFdqz&R^Gy$Am=6BQ$ET}i{*O7JFYs`%1| z)FZH>F%b1(i+mX_Ef|D^K~x#m0}DZdC3<+YOiDJ{kU{~=8mgbhuvtEq*7=HRr%YQ| zunv9k_dxcpb6ke(W~P8CP@@1Qm7c~u$&Bkb6&NqRJw|}*8~1OF5S2BCAPMkjjZZy* zWKEP}0P4eL>4qyo^ITfU2nmB|9y(oYpbsn>cAf5;trhqAM^a?EgA000KhVY|51Z)5wtpKB^uB6Fzm1y}DBmo{Rwy6h@ zk}&}FVM}y5E-hq)gh5mp)&px56+?zf$pAGo1x$g%DiGbi8BO6HiAA%#eBM91FB1=X zuTlxN`0ZN6HyhRv}#cl~@` zsL?$hLeetYJ)zth2Tk&b#T%p+o<^t;@udx^M__rocCBIad``Y9%nv~yC@Ca5l=t#M z8*V_Kj8-9NJ(S_d>}kFySr@L}BkYn?JqgaeyO>AkXyOiMD5E8sndEai>8Bp_%bJ`n z9)S9=SvvP7%SGsnL5X>6D#PlmhCXJdfGKc51@vs3pPm#VX-4zbFh{1In$aj{UDzTe z0Wr;`6R99t!Ui@l!#p;XbDSVGtO}HRz*sU5Kz-N}U5<;;8N(Ly*i?p9Rnf=H6j-7H zi@&OWwM5k{CsV)_Xi`8|!%#plx@#2>t*KKDDHQ#S))=6(%Md*w{iFs@)!>X$2V`d7N0;a$@D6n4qAQyl8 z(&80tPEc3F`SL&^LayaOSZpUer5s2A%2^jSPbnPWJiUsFL}ibW1+@tu<|RXG)}Bf0 zJQtxa*u^|H^U<AmGhRffG`IdXHs$ZuO=$z9UiqGiOipJ;@fub)-r)mNv;s`Vkcs zc3WfE;+`fTrb`XIG$e?Yuz?NCFpo`TjUh-48zj3*JRmHZ2ckY~k#C-BP3XLx^*!EK zhE-M3=Rk&=yLuY_gWuD%Bb}&Db7$D7OaW71T7e^-sB|?91q5Swp$drC)TxFPivC4w z3|r(QAf|_)g^VCt!Ui@l!#p;XHHIKHtZJEhz?d}&=K-h>o247ZKhH(ze54iC!iP51OeKGU99r8`wYw^Vo!86Fvk4;m;$DNDPRhmrUETB zhA0rq11&8kJT*c!hAmPO5YrWomNtTD2^-kJ4D;CBp`x0&Y6ZrUc>wCemgsU^gw7bY zn8&6vtg4DWW~P8CaLfu^Ej{`5(i61&&R79m4MPFJ5F;s^2wt(IVZyUP=C_Su^JLOW zKuiz8Dk^BRv-vWK0J4f|CzZW31&&YwM$XAhP4FgDr1w(<~ z<=l_t^9`KyPa{-_ppu6kPI$nUwI|JCvvf|rD%=1uIRuA0XV=>y>rf`4(~oBa^P!A- z2gXspD5FJX)0_-9_t@(YO*{FM7(J6BZ^E+|A^C`J){S8kjszyMU%7=k3gqcuMD08%mr zpgwGgF2|*XjF2#hD#LnUt)gPcP$?OpW~P8CU<#at0`|=Gv)Ii|gJhuV7fb^Dt`(Jp zWAN061$y4RG|h7zb4B$^Mi!|(KTKSDD%uA@*fpx6Oa?Fopa9Ocp5}X!8P`!NK)tiZ z`f!p)y+`#hN-@&TuhR+atI5yEh)b}!_Q)Xqx=-mI~-M!VDl9`^cfhlsNw zEQ93071cZB(9yVR|8xv!RHnf3Du79)r*Tg*<2p_S#<$$`7y<5TzJFtc$gk515hTeg zUTjkjAXyWo7=Ze)S-RnYK=WL?f}t&}N6_(3ZKyFq*XYi4yG8|B%uE4Oz!WeAOo5YB zfHA81awNK-AxHu|DlJkEASGh}>cf`ka$Jk4s5BA6a3ErpMQZ0ItKy4xsYjPnxJFeq zbOV_Jra)1F#s8zj#orKKl-K|#s{mtU`E^<$f+TraMI{>KC4)+#P9c04>ZjC$rjl7j zRZ_^>O#xG2q(F3OeEu60ZM*ExWtZvfHX@&X`=z)W!%h=zz2C^RM|eLq{k_=Tx*&*_ zuz?NCVl7<-zAx02XW-3kzFM`0&9OOm{d``i(LEkQ(lXjTp*D{xOdhd#gVd4-7K$%z zNIe3}+x7P8i1lIfd``Y9%ya1@7KLPurFtH!&uxq#h2Zzvj3cwB`JQB5xO$JUOH%bD zIQQ;i9-Wf{a(ZqTWZIB=z?d~TT|5BwVY77ZO_qz$8PkrK$EGr@&T5+;=xJ6`V5@Tp zX6>dxn*w?^h5~}oKPj9DUa_QM!m~lPkIDEb$zF>H~KfS4YF7BYfp2^-kJ4D;ATdISWcC6Y`&YglbaJ?K|54?um` z5?zjq&>4dg^Vn2|RaMc)%oH#MOo4MyV7>T3F8=nV#VgpHpst4V<$*$kT+4&7*iLv# zIgkL9vo36&QaHeQdKDFk${r&NY7;)pONQ30J(JdXE<#_hi+OD3p~-PTz?+!@C!_%N z9?SOJ>P>5WN2CB|&YtFbk}ZnsNR?_VZIYGrBPuHFw#KlbZp|;bnkB-J-3YY?C zpuqCKgFZfkyi;e$aa4v|;3t zW0 zkO{vSZhu3B;{)~u?2&usXeGZbY>&8??(Oby8X5-ZWACKF>5+%7WqZaKqRgw!A@HsH zm3#fI`~J`kTmyTVWQz!A1YgJxwy${WeN3wj`-K|{D;DO<++eFzqQc?{YNb!V#Yk9Hc z;-1JW3X4n=$G|ZjON2mTK!i+@Si})B^+W2B9%IrFWq5`G_@>OeKYsDsal=pC2l@C5 z%q7p|&H6vL-& Location: PIN_81, I/O Standard: 2.5 V, Current Strength: Default --- ClkRAM => Location: PIN_127, I/O Standard: 2.5 V, Current Strength: Default --- WR => Location: PIN_98, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[7] => Location: PIN_41, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[6] => Location: PIN_132, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[5] => Location: PIN_230, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[4] => Location: PIN_135, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[3] => Location: PIN_65, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[2] => Location: PIN_181, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[1] => Location: PIN_64, I/O Standard: 2.5 V, Current Strength: Default --- AddressRAM[0] => Location: PIN_173, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[15] => Location: PIN_103, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[14] => Location: PIN_145, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[13] => Location: PIN_38, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[12] => Location: PIN_144, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[11] => Location: PIN_160, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[10] => Location: PIN_149, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[9] => Location: PIN_150, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[8] => Location: PIN_133, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[7] => Location: PIN_151, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[6] => Location: PIN_152, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[5] => Location: PIN_197, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[4] => Location: PIN_113, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[3] => Location: PIN_161, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[2] => Location: PIN_168, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[1] => Location: PIN_166, I/O Standard: 2.5 V, Current Strength: Default --- DataRAM[0] => Location: PIN_119, I/O Standard: 2.5 V, Current Strength: Default +-- FPGA_LED_1 => Location: PIN_166, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Address[7] => Location: PIN_195, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[6] => Location: PIN_230, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[5] => Location: PIN_235, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[4] => Location: PIN_232, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[3] => Location: PIN_233, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[2] => Location: PIN_234, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[1] => Location: PIN_231, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[0] => Location: PIN_196, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nOE => Location: PIN_217, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nWE => Location: PIN_218, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nCE => Location: PIN_219, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Data[7] => Location: PIN_221, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[6] => Location: PIN_223, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[5] => Location: PIN_224, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[4] => Location: PIN_226, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[3] => Location: PIN_187, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[2] => Location: PIN_188, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[1] => Location: PIN_189, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[0] => Location: PIN_194, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- FPGA_CLK => Location: PIN_31, I/O Standard: 3.3-V LVTTL, Current Strength: Default ARCHITECTURE structure OF MainController IS @@ -81,346 +79,1448 @@ SIGNAL devpor : std_logic := '1'; SIGNAL ww_devoe : std_logic; SIGNAL ww_devclrn : std_logic; SIGNAL ww_devpor : std_logic; -SIGNAL ww_Clk : std_logic; -SIGNAL ww_ClkRAM : std_logic; -SIGNAL ww_WR : std_logic; -SIGNAL ww_AddressRAM : std_logic_vector(7 DOWNTO 0); -SIGNAL ww_DataRAM : std_logic_vector(15 DOWNTO 0); -SIGNAL \Clk~input_o\ : std_logic; -SIGNAL \ClkRAM~input_o\ : std_logic; -SIGNAL \WR~input_o\ : std_logic; -SIGNAL \AddressRAM[7]~input_o\ : std_logic; -SIGNAL \AddressRAM[6]~input_o\ : std_logic; -SIGNAL \AddressRAM[5]~input_o\ : std_logic; -SIGNAL \AddressRAM[4]~input_o\ : std_logic; -SIGNAL \AddressRAM[3]~input_o\ : std_logic; -SIGNAL \AddressRAM[2]~input_o\ : std_logic; -SIGNAL \AddressRAM[1]~input_o\ : std_logic; -SIGNAL \AddressRAM[0]~input_o\ : std_logic; -SIGNAL \DataRAM[15]~input_o\ : std_logic; -SIGNAL \DataRAM[14]~input_o\ : std_logic; -SIGNAL \DataRAM[13]~input_o\ : std_logic; -SIGNAL \DataRAM[12]~input_o\ : std_logic; -SIGNAL \DataRAM[11]~input_o\ : std_logic; -SIGNAL \DataRAM[10]~input_o\ : std_logic; -SIGNAL \DataRAM[9]~input_o\ : std_logic; -SIGNAL \DataRAM[8]~input_o\ : std_logic; -SIGNAL \DataRAM[7]~input_o\ : std_logic; -SIGNAL \DataRAM[6]~input_o\ : std_logic; -SIGNAL \DataRAM[5]~input_o\ : std_logic; -SIGNAL \DataRAM[4]~input_o\ : std_logic; -SIGNAL \DataRAM[3]~input_o\ : std_logic; -SIGNAL \DataRAM[2]~input_o\ : std_logic; -SIGNAL \DataRAM[1]~input_o\ : std_logic; -SIGNAL \DataRAM[0]~input_o\ : std_logic; +SIGNAL ww_FPGA_LED_1 : std_logic; +SIGNAL ww_FPGA_CLK : std_logic; +SIGNAL ww_Address : std_logic_vector(7 DOWNTO 0); +SIGNAL ww_nOE : std_logic; +SIGNAL ww_nWE : std_logic; +SIGNAL ww_nCE : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_INCLK_bus\ : std_logic_vector(3 DOWNTO 0); +SIGNAL \Address[7]~input_o\ : std_logic; +SIGNAL \Address[6]~input_o\ : std_logic; +SIGNAL \Address[5]~input_o\ : std_logic; +SIGNAL \Address[4]~input_o\ : std_logic; +SIGNAL \Address[3]~input_o\ : std_logic; +SIGNAL \Address[2]~input_o\ : std_logic; +SIGNAL \Address[1]~input_o\ : std_logic; +SIGNAL \Address[0]~input_o\ : std_logic; +SIGNAL \nOE~input_o\ : std_logic; +SIGNAL \nWE~input_o\ : std_logic; +SIGNAL \nCE~input_o\ : std_logic; +SIGNAL \Data[7]~input_o\ : std_logic; +SIGNAL \Data[6]~input_o\ : std_logic; +SIGNAL \Data[5]~input_o\ : std_logic; +SIGNAL \Data[4]~input_o\ : std_logic; +SIGNAL \Data[3]~input_o\ : std_logic; +SIGNAL \Data[2]~input_o\ : std_logic; +SIGNAL \Data[1]~input_o\ : std_logic; +SIGNAL \Data[0]~input_o\ : std_logic; +SIGNAL \Data[7]~output_o\ : std_logic; +SIGNAL \Data[6]~output_o\ : std_logic; +SIGNAL \Data[5]~output_o\ : std_logic; +SIGNAL \Data[4]~output_o\ : std_logic; +SIGNAL \Data[3]~output_o\ : std_logic; +SIGNAL \Data[2]~output_o\ : std_logic; +SIGNAL \Data[1]~output_o\ : std_logic; +SIGNAL \Data[0]~output_o\ : std_logic; +SIGNAL \FPGA_LED_1~output_o\ : std_logic; +SIGNAL \FPGA_CLK~input_o\ : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_outclk\ : std_logic; +SIGNAL \inst2|counter[0]~24_combout\ : std_logic; +SIGNAL \inst2|counter[0]~25\ : std_logic; +SIGNAL \inst2|counter[1]~26_combout\ : std_logic; +SIGNAL \inst2|counter[1]~27\ : std_logic; +SIGNAL \inst2|counter[2]~28_combout\ : std_logic; +SIGNAL \inst2|counter[2]~29\ : std_logic; +SIGNAL \inst2|counter[3]~30_combout\ : std_logic; +SIGNAL \inst2|counter[3]~31\ : std_logic; +SIGNAL \inst2|counter[4]~32_combout\ : std_logic; +SIGNAL \inst2|counter[4]~33\ : std_logic; +SIGNAL \inst2|counter[5]~34_combout\ : std_logic; +SIGNAL \inst2|counter[5]~35\ : std_logic; +SIGNAL \inst2|counter[6]~36_combout\ : std_logic; +SIGNAL \inst2|counter[6]~37\ : std_logic; +SIGNAL \inst2|counter[7]~38_combout\ : std_logic; +SIGNAL \inst2|counter[7]~39\ : std_logic; +SIGNAL \inst2|counter[8]~40_combout\ : std_logic; +SIGNAL \inst2|counter[8]~41\ : std_logic; +SIGNAL \inst2|counter[9]~42_combout\ : std_logic; +SIGNAL \inst2|counter[9]~43\ : std_logic; +SIGNAL \inst2|counter[10]~44_combout\ : std_logic; +SIGNAL \inst2|counter[10]~45\ : std_logic; +SIGNAL \inst2|counter[11]~46_combout\ : std_logic; +SIGNAL \inst2|counter[11]~47\ : std_logic; +SIGNAL \inst2|counter[12]~48_combout\ : std_logic; +SIGNAL \inst2|counter[12]~49\ : std_logic; +SIGNAL \inst2|counter[13]~50_combout\ : std_logic; +SIGNAL \inst2|counter[13]~51\ : std_logic; +SIGNAL \inst2|counter[14]~52_combout\ : std_logic; +SIGNAL \inst2|counter[14]~53\ : std_logic; +SIGNAL \inst2|counter[15]~54_combout\ : std_logic; +SIGNAL \inst2|counter[15]~55\ : std_logic; +SIGNAL \inst2|counter[16]~56_combout\ : std_logic; +SIGNAL \inst2|counter[16]~57\ : std_logic; +SIGNAL \inst2|counter[17]~58_combout\ : std_logic; +SIGNAL \inst2|LessThan0~0_combout\ : std_logic; +SIGNAL \inst2|counter[17]~59\ : std_logic; +SIGNAL \inst2|counter[18]~60_combout\ : std_logic; +SIGNAL \inst2|counter[18]~61\ : std_logic; +SIGNAL \inst2|counter[19]~62_combout\ : std_logic; +SIGNAL \inst2|counter[19]~63\ : std_logic; +SIGNAL \inst2|counter[20]~64_combout\ : std_logic; +SIGNAL \inst2|counter[20]~65\ : std_logic; +SIGNAL \inst2|counter[21]~66_combout\ : std_logic; +SIGNAL \inst2|counter[21]~67\ : std_logic; +SIGNAL \inst2|counter[22]~68_combout\ : std_logic; +SIGNAL \inst2|counter[22]~69\ : std_logic; +SIGNAL \inst2|counter[23]~70_combout\ : std_logic; +SIGNAL \inst2|LessThan0~1_combout\ : std_logic; +SIGNAL \inst2|LessThan0~2_combout\ : std_logic; +SIGNAL \inst2|LessThan0~5_combout\ : std_logic; +SIGNAL \inst2|LessThan0~3_combout\ : std_logic; +SIGNAL \inst2|LessThan0~4_combout\ : std_logic; +SIGNAL \inst2|LessThan0~6_combout\ : std_logic; +SIGNAL \inst2|LessThan0~7_combout\ : std_logic; +SIGNAL \inst2|LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ledBuf~0_combout\ : std_logic; +SIGNAL \inst2|ledBuf~q\ : std_logic; +SIGNAL \inst2|counter\ : std_logic_vector(23 DOWNTO 0); +SIGNAL \inst2|ALT_INV_LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ALT_INV_ledBuf~q\ : std_logic; BEGIN -ww_Clk <= Clk; -ww_ClkRAM <= ClkRAM; -ww_WR <= WR; -ww_AddressRAM <= AddressRAM; -ww_DataRAM <= DataRAM; +FPGA_LED_1 <= ww_FPGA_LED_1; +ww_FPGA_CLK <= FPGA_CLK; +ww_Address <= Address; +ww_nOE <= nOE; +ww_nWE <= nWE; +ww_nCE <= nCE; ww_devoe <= devoe; ww_devclrn <= devclrn; ww_devpor <= devpor; --- Location: IOIBUF_X14_Y0_N8 -\Clk~input\ : cycloneiii_io_ibuf --- pragma translate_off -GENERIC MAP ( - bus_hold => "false", - simulate_z_as => "z") --- pragma translate_on -PORT MAP ( - i => ww_Clk, - o => \Clk~input_o\); +\FPGA_CLK~inputclkctrl_INCLK_bus\ <= (vcc & vcc & vcc & \FPGA_CLK~input_o\); +\inst2|ALT_INV_LessThan0~8_combout\ <= NOT \inst2|LessThan0~8_combout\; +\inst2|ALT_INV_ledBuf~q\ <= NOT \inst2|ledBuf~q\; --- Location: IOIBUF_X53_Y6_N15 -\ClkRAM~input\ : cycloneiii_io_ibuf +-- Location: IOOBUF_X18_Y34_N2 +\Data[7]~output\ : cycloneiii_io_obuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", - simulate_z_as => "z") + open_drain_output => "true") -- pragma translate_on PORT MAP ( - i => ww_ClkRAM, - o => \ClkRAM~input_o\); + i => VCC, + devoe => ww_devoe, + o => \Data[7]~output_o\); --- Location: IOIBUF_X34_Y0_N22 -\WR~input\ : cycloneiii_io_ibuf +-- Location: IOOBUF_X18_Y34_N23 +\Data[6]~output\ : cycloneiii_io_obuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", - simulate_z_as => "z") + open_drain_output => "true") -- pragma translate_on PORT MAP ( - i => ww_WR, - o => \WR~input_o\); + i => VCC, + devoe => ww_devoe, + o => \Data[6]~output_o\); --- Location: IOIBUF_X0_Y12_N1 -\AddressRAM[7]~input\ : cycloneiii_io_ibuf +-- Location: IOOBUF_X16_Y34_N2 +\Data[5]~output\ : cycloneiii_io_obuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", - simulate_z_as => "z") + open_drain_output => "true") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(7), - o => \AddressRAM[7]~input_o\); + i => VCC, + devoe => ww_devoe, + o => \Data[5]~output_o\); --- Location: IOIBUF_X53_Y9_N15 -\AddressRAM[6]~input\ : cycloneiii_io_ibuf +-- Location: IOOBUF_X16_Y34_N16 +\Data[4]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[4]~output_o\); + +-- Location: IOOBUF_X45_Y34_N9 +\Data[3]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[3]~output_o\); + +-- Location: IOOBUF_X45_Y34_N16 +\Data[2]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[2]~output_o\); + +-- Location: IOOBUF_X45_Y34_N23 +\Data[1]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[1]~output_o\); + +-- Location: IOOBUF_X40_Y34_N9 +\Data[0]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[0]~output_o\); + +-- Location: IOOBUF_X53_Y22_N2 +\FPGA_LED_1~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "false") +-- pragma translate_on +PORT MAP ( + i => \inst2|ALT_INV_ledBuf~q\, + devoe => ww_devoe, + o => \FPGA_LED_1~output_o\); + +-- Location: IOIBUF_X0_Y16_N1 +\FPGA_CLK~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(6), - o => \AddressRAM[6]~input_o\); + i => ww_FPGA_CLK, + o => \FPGA_CLK~input_o\); + +-- Location: CLKCTRL_G4 +\FPGA_CLK~inputclkctrl\ : cycloneiii_clkctrl +-- pragma translate_off +GENERIC MAP ( + clock_type => "global clock", + ena_register_mode => "none") +-- pragma translate_on +PORT MAP ( + inclk => \FPGA_CLK~inputclkctrl_INCLK_bus\, + devclrn => ww_devclrn, + devpor => ww_devpor, + outclk => \FPGA_CLK~inputclkctrl_outclk\); + +-- Location: LCCOMB_X51_Y14_N8 +\inst2|counter[0]~24\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[0]~24_combout\ = \inst2|counter\(0) $ (VCC) +-- \inst2|counter[0]~25\ = CARRY(\inst2|counter\(0)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101010110101010", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(0), + datad => VCC, + combout => \inst2|counter[0]~24_combout\, + cout => \inst2|counter[0]~25\); + +-- Location: FF_X51_Y14_N9 +\inst2|counter[0]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[0]~24_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(0)); + +-- Location: LCCOMB_X51_Y14_N10 +\inst2|counter[1]~26\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[1]~26_combout\ = (\inst2|counter\(1) & (!\inst2|counter[0]~25\)) # (!\inst2|counter\(1) & ((\inst2|counter[0]~25\) # (GND))) +-- \inst2|counter[1]~27\ = CARRY((!\inst2|counter[0]~25\) # (!\inst2|counter\(1))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(1), + datad => VCC, + cin => \inst2|counter[0]~25\, + combout => \inst2|counter[1]~26_combout\, + cout => \inst2|counter[1]~27\); + +-- Location: FF_X51_Y14_N11 +\inst2|counter[1]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[1]~26_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(1)); + +-- Location: LCCOMB_X51_Y14_N12 +\inst2|counter[2]~28\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[2]~28_combout\ = (\inst2|counter\(2) & (\inst2|counter[1]~27\ $ (GND))) # (!\inst2|counter\(2) & (!\inst2|counter[1]~27\ & VCC)) +-- \inst2|counter[2]~29\ = CARRY((\inst2|counter\(2) & !\inst2|counter[1]~27\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(2), + datad => VCC, + cin => \inst2|counter[1]~27\, + combout => \inst2|counter[2]~28_combout\, + cout => \inst2|counter[2]~29\); + +-- Location: FF_X51_Y14_N13 +\inst2|counter[2]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[2]~28_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(2)); + +-- Location: LCCOMB_X51_Y14_N14 +\inst2|counter[3]~30\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[3]~30_combout\ = (\inst2|counter\(3) & (!\inst2|counter[2]~29\)) # (!\inst2|counter\(3) & ((\inst2|counter[2]~29\) # (GND))) +-- \inst2|counter[3]~31\ = CARRY((!\inst2|counter[2]~29\) # (!\inst2|counter\(3))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(3), + datad => VCC, + cin => \inst2|counter[2]~29\, + combout => \inst2|counter[3]~30_combout\, + cout => \inst2|counter[3]~31\); + +-- Location: FF_X51_Y14_N15 +\inst2|counter[3]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[3]~30_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(3)); + +-- Location: LCCOMB_X51_Y14_N16 +\inst2|counter[4]~32\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[4]~32_combout\ = (\inst2|counter\(4) & (\inst2|counter[3]~31\ $ (GND))) # (!\inst2|counter\(4) & (!\inst2|counter[3]~31\ & VCC)) +-- \inst2|counter[4]~33\ = CARRY((\inst2|counter\(4) & !\inst2|counter[3]~31\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datad => VCC, + cin => \inst2|counter[3]~31\, + combout => \inst2|counter[4]~32_combout\, + cout => \inst2|counter[4]~33\); + +-- Location: FF_X51_Y14_N17 +\inst2|counter[4]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[4]~32_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(4)); + +-- Location: LCCOMB_X51_Y14_N18 +\inst2|counter[5]~34\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[5]~34_combout\ = (\inst2|counter\(5) & (!\inst2|counter[4]~33\)) # (!\inst2|counter\(5) & ((\inst2|counter[4]~33\) # (GND))) +-- \inst2|counter[5]~35\ = CARRY((!\inst2|counter[4]~33\) # (!\inst2|counter\(5))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(5), + datad => VCC, + cin => \inst2|counter[4]~33\, + combout => \inst2|counter[5]~34_combout\, + cout => \inst2|counter[5]~35\); + +-- Location: FF_X51_Y14_N19 +\inst2|counter[5]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[5]~34_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(5)); + +-- Location: LCCOMB_X51_Y14_N20 +\inst2|counter[6]~36\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[6]~36_combout\ = (\inst2|counter\(6) & (\inst2|counter[5]~35\ $ (GND))) # (!\inst2|counter\(6) & (!\inst2|counter[5]~35\ & VCC)) +-- \inst2|counter[6]~37\ = CARRY((\inst2|counter\(6) & !\inst2|counter[5]~35\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(6), + datad => VCC, + cin => \inst2|counter[5]~35\, + combout => \inst2|counter[6]~36_combout\, + cout => \inst2|counter[6]~37\); + +-- Location: FF_X51_Y14_N21 +\inst2|counter[6]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[6]~36_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(6)); + +-- Location: LCCOMB_X51_Y14_N22 +\inst2|counter[7]~38\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[7]~38_combout\ = (\inst2|counter\(7) & (!\inst2|counter[6]~37\)) # (!\inst2|counter\(7) & ((\inst2|counter[6]~37\) # (GND))) +-- \inst2|counter[7]~39\ = CARRY((!\inst2|counter[6]~37\) # (!\inst2|counter\(7))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(7), + datad => VCC, + cin => \inst2|counter[6]~37\, + combout => \inst2|counter[7]~38_combout\, + cout => \inst2|counter[7]~39\); + +-- Location: FF_X51_Y14_N23 +\inst2|counter[7]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[7]~38_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(7)); + +-- Location: LCCOMB_X51_Y14_N24 +\inst2|counter[8]~40\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[8]~40_combout\ = (\inst2|counter\(8) & (\inst2|counter[7]~39\ $ (GND))) # (!\inst2|counter\(8) & (!\inst2|counter[7]~39\ & VCC)) +-- \inst2|counter[8]~41\ = CARRY((\inst2|counter\(8) & !\inst2|counter[7]~39\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(8), + datad => VCC, + cin => \inst2|counter[7]~39\, + combout => \inst2|counter[8]~40_combout\, + cout => \inst2|counter[8]~41\); + +-- Location: FF_X51_Y14_N25 +\inst2|counter[8]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[8]~40_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(8)); + +-- Location: LCCOMB_X51_Y14_N26 +\inst2|counter[9]~42\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[9]~42_combout\ = (\inst2|counter\(9) & (!\inst2|counter[8]~41\)) # (!\inst2|counter\(9) & ((\inst2|counter[8]~41\) # (GND))) +-- \inst2|counter[9]~43\ = CARRY((!\inst2|counter[8]~41\) # (!\inst2|counter\(9))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datad => VCC, + cin => \inst2|counter[8]~41\, + combout => \inst2|counter[9]~42_combout\, + cout => \inst2|counter[9]~43\); + +-- Location: FF_X51_Y14_N27 +\inst2|counter[9]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[9]~42_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(9)); + +-- Location: LCCOMB_X51_Y14_N28 +\inst2|counter[10]~44\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[10]~44_combout\ = (\inst2|counter\(10) & (\inst2|counter[9]~43\ $ (GND))) # (!\inst2|counter\(10) & (!\inst2|counter[9]~43\ & VCC)) +-- \inst2|counter[10]~45\ = CARRY((\inst2|counter\(10) & !\inst2|counter[9]~43\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(10), + datad => VCC, + cin => \inst2|counter[9]~43\, + combout => \inst2|counter[10]~44_combout\, + cout => \inst2|counter[10]~45\); + +-- Location: FF_X51_Y14_N29 +\inst2|counter[10]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[10]~44_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(10)); + +-- Location: LCCOMB_X51_Y14_N30 +\inst2|counter[11]~46\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[11]~46_combout\ = (\inst2|counter\(11) & (!\inst2|counter[10]~45\)) # (!\inst2|counter\(11) & ((\inst2|counter[10]~45\) # (GND))) +-- \inst2|counter[11]~47\ = CARRY((!\inst2|counter[10]~45\) # (!\inst2|counter\(11))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datad => VCC, + cin => \inst2|counter[10]~45\, + combout => \inst2|counter[11]~46_combout\, + cout => \inst2|counter[11]~47\); + +-- Location: FF_X51_Y14_N31 +\inst2|counter[11]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[11]~46_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(11)); + +-- Location: LCCOMB_X51_Y13_N0 +\inst2|counter[12]~48\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[12]~48_combout\ = (\inst2|counter\(12) & (\inst2|counter[11]~47\ $ (GND))) # (!\inst2|counter\(12) & (!\inst2|counter[11]~47\ & VCC)) +-- \inst2|counter[12]~49\ = CARRY((\inst2|counter\(12) & !\inst2|counter[11]~47\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(12), + datad => VCC, + cin => \inst2|counter[11]~47\, + combout => \inst2|counter[12]~48_combout\, + cout => \inst2|counter[12]~49\); + +-- Location: FF_X51_Y13_N1 +\inst2|counter[12]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[12]~48_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(12)); + +-- Location: LCCOMB_X51_Y13_N2 +\inst2|counter[13]~50\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[13]~50_combout\ = (\inst2|counter\(13) & (!\inst2|counter[12]~49\)) # (!\inst2|counter\(13) & ((\inst2|counter[12]~49\) # (GND))) +-- \inst2|counter[13]~51\ = CARRY((!\inst2|counter[12]~49\) # (!\inst2|counter\(13))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(13), + datad => VCC, + cin => \inst2|counter[12]~49\, + combout => \inst2|counter[13]~50_combout\, + cout => \inst2|counter[13]~51\); + +-- Location: FF_X51_Y13_N3 +\inst2|counter[13]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[13]~50_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(13)); + +-- Location: LCCOMB_X51_Y13_N4 +\inst2|counter[14]~52\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[14]~52_combout\ = (\inst2|counter\(14) & (\inst2|counter[13]~51\ $ (GND))) # (!\inst2|counter\(14) & (!\inst2|counter[13]~51\ & VCC)) +-- \inst2|counter[14]~53\ = CARRY((\inst2|counter\(14) & !\inst2|counter[13]~51\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(14), + datad => VCC, + cin => \inst2|counter[13]~51\, + combout => \inst2|counter[14]~52_combout\, + cout => \inst2|counter[14]~53\); + +-- Location: FF_X51_Y13_N5 +\inst2|counter[14]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[14]~52_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(14)); + +-- Location: LCCOMB_X51_Y13_N6 +\inst2|counter[15]~54\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[15]~54_combout\ = (\inst2|counter\(15) & (!\inst2|counter[14]~53\)) # (!\inst2|counter\(15) & ((\inst2|counter[14]~53\) # (GND))) +-- \inst2|counter[15]~55\ = CARRY((!\inst2|counter[14]~53\) # (!\inst2|counter\(15))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datad => VCC, + cin => \inst2|counter[14]~53\, + combout => \inst2|counter[15]~54_combout\, + cout => \inst2|counter[15]~55\); + +-- Location: FF_X51_Y13_N7 +\inst2|counter[15]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[15]~54_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(15)); + +-- Location: LCCOMB_X51_Y13_N8 +\inst2|counter[16]~56\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[16]~56_combout\ = (\inst2|counter\(16) & (\inst2|counter[15]~55\ $ (GND))) # (!\inst2|counter\(16) & (!\inst2|counter[15]~55\ & VCC)) +-- \inst2|counter[16]~57\ = CARRY((\inst2|counter\(16) & !\inst2|counter[15]~55\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(16), + datad => VCC, + cin => \inst2|counter[15]~55\, + combout => \inst2|counter[16]~56_combout\, + cout => \inst2|counter[16]~57\); + +-- Location: FF_X51_Y13_N9 +\inst2|counter[16]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[16]~56_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(16)); + +-- Location: LCCOMB_X51_Y13_N10 +\inst2|counter[17]~58\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[17]~58_combout\ = (\inst2|counter\(17) & (!\inst2|counter[16]~57\)) # (!\inst2|counter\(17) & ((\inst2|counter[16]~57\) # (GND))) +-- \inst2|counter[17]~59\ = CARRY((!\inst2|counter[16]~57\) # (!\inst2|counter\(17))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(17), + datad => VCC, + cin => \inst2|counter[16]~57\, + combout => \inst2|counter[17]~58_combout\, + cout => \inst2|counter[17]~59\); + +-- Location: FF_X51_Y13_N11 +\inst2|counter[17]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[17]~58_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(17)); + +-- Location: LCCOMB_X50_Y13_N20 +\inst2|LessThan0~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~0_combout\ = ((!\inst2|counter\(15) & (!\inst2|counter\(16) & !\inst2|counter\(14)))) # (!\inst2|counter\(17)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000111100011111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|counter\(16), + datac => \inst2|counter\(17), + datad => \inst2|counter\(14), + combout => \inst2|LessThan0~0_combout\); + +-- Location: LCCOMB_X51_Y13_N12 +\inst2|counter[18]~60\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[18]~60_combout\ = (\inst2|counter\(18) & (\inst2|counter[17]~59\ $ (GND))) # (!\inst2|counter\(18) & (!\inst2|counter[17]~59\ & VCC)) +-- \inst2|counter[18]~61\ = CARRY((\inst2|counter\(18) & !\inst2|counter[17]~59\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datad => VCC, + cin => \inst2|counter[17]~59\, + combout => \inst2|counter[18]~60_combout\, + cout => \inst2|counter[18]~61\); + +-- Location: FF_X51_Y13_N13 +\inst2|counter[18]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[18]~60_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(18)); + +-- Location: LCCOMB_X51_Y13_N14 +\inst2|counter[19]~62\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[19]~62_combout\ = (\inst2|counter\(19) & (!\inst2|counter[18]~61\)) # (!\inst2|counter\(19) & ((\inst2|counter[18]~61\) # (GND))) +-- \inst2|counter[19]~63\ = CARRY((!\inst2|counter[18]~61\) # (!\inst2|counter\(19))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(19), + datad => VCC, + cin => \inst2|counter[18]~61\, + combout => \inst2|counter[19]~62_combout\, + cout => \inst2|counter[19]~63\); + +-- Location: FF_X51_Y13_N15 +\inst2|counter[19]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[19]~62_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(19)); + +-- Location: LCCOMB_X51_Y13_N16 +\inst2|counter[20]~64\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[20]~64_combout\ = (\inst2|counter\(20) & (\inst2|counter[19]~63\ $ (GND))) # (!\inst2|counter\(20) & (!\inst2|counter[19]~63\ & VCC)) +-- \inst2|counter[20]~65\ = CARRY((\inst2|counter\(20) & !\inst2|counter[19]~63\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(20), + datad => VCC, + cin => \inst2|counter[19]~63\, + combout => \inst2|counter[20]~64_combout\, + cout => \inst2|counter[20]~65\); + +-- Location: FF_X51_Y13_N17 +\inst2|counter[20]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[20]~64_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(20)); + +-- Location: LCCOMB_X51_Y13_N18 +\inst2|counter[21]~66\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[21]~66_combout\ = (\inst2|counter\(21) & (!\inst2|counter[20]~65\)) # (!\inst2|counter\(21) & ((\inst2|counter[20]~65\) # (GND))) +-- \inst2|counter[21]~67\ = CARRY((!\inst2|counter[20]~65\) # (!\inst2|counter\(21))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(21), + datad => VCC, + cin => \inst2|counter[20]~65\, + combout => \inst2|counter[21]~66_combout\, + cout => \inst2|counter[21]~67\); + +-- Location: FF_X51_Y13_N19 +\inst2|counter[21]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[21]~66_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(21)); + +-- Location: LCCOMB_X51_Y13_N20 +\inst2|counter[22]~68\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[22]~68_combout\ = (\inst2|counter\(22) & (\inst2|counter[21]~67\ $ (GND))) # (!\inst2|counter\(22) & (!\inst2|counter[21]~67\ & VCC)) +-- \inst2|counter[22]~69\ = CARRY((\inst2|counter\(22) & !\inst2|counter[21]~67\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datad => VCC, + cin => \inst2|counter[21]~67\, + combout => \inst2|counter[22]~68_combout\, + cout => \inst2|counter[22]~69\); + +-- Location: FF_X51_Y13_N21 +\inst2|counter[22]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[22]~68_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(22)); + +-- Location: LCCOMB_X51_Y13_N22 +\inst2|counter[23]~70\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[23]~70_combout\ = \inst2|counter\(23) $ (\inst2|counter[22]~69\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(23), + cin => \inst2|counter[22]~69\, + combout => \inst2|counter[23]~70_combout\); + +-- Location: FF_X51_Y13_N23 +\inst2|counter[23]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[23]~70_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(23)); + +-- Location: LCCOMB_X51_Y13_N24 +\inst2|LessThan0~1\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~1_combout\ = (((!\inst2|counter\(21)) # (!\inst2|counter\(19))) # (!\inst2|counter\(20))) # (!\inst2|counter\(18)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0111111111111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datab => \inst2|counter\(20), + datac => \inst2|counter\(19), + datad => \inst2|counter\(21), + combout => \inst2|LessThan0~1_combout\); + +-- Location: LCCOMB_X51_Y13_N30 +\inst2|LessThan0~2\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~2_combout\ = ((\inst2|LessThan0~1_combout\) # (!\inst2|counter\(23))) # (!\inst2|counter\(22)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datac => \inst2|counter\(23), + datad => \inst2|LessThan0~1_combout\, + combout => \inst2|LessThan0~2_combout\); + +-- Location: LCCOMB_X51_Y14_N4 +\inst2|LessThan0~5\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~5_combout\ = (!\inst2|counter\(9) & (!\inst2|counter\(8) & (!\inst2|counter\(7) & !\inst2|counter\(10)))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000000000001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datab => \inst2|counter\(8), + datac => \inst2|counter\(7), + datad => \inst2|counter\(10), + combout => \inst2|LessThan0~5_combout\); + +-- Location: LCCOMB_X51_Y14_N0 +\inst2|LessThan0~3\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~3_combout\ = (!\inst2|counter\(2) & (!\inst2|counter\(4) & ((!\inst2|counter\(1)) # (!\inst2|counter\(0))))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000100010001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(2), + datab => \inst2|counter\(4), + datac => \inst2|counter\(0), + datad => \inst2|counter\(1), + combout => \inst2|LessThan0~3_combout\); + +-- Location: LCCOMB_X51_Y14_N6 +\inst2|LessThan0~4\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~4_combout\ = ((\inst2|LessThan0~3_combout\) # ((!\inst2|counter\(4) & !\inst2|counter\(3)))) # (!\inst2|counter\(5)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100110111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datab => \inst2|counter\(5), + datac => \inst2|counter\(3), + datad => \inst2|LessThan0~3_combout\, + combout => \inst2|LessThan0~4_combout\); + +-- Location: LCCOMB_X51_Y14_N2 +\inst2|LessThan0~6\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~6_combout\ = (!\inst2|counter\(11) & (!\inst2|counter\(6) & (\inst2|LessThan0~5_combout\ & \inst2|LessThan0~4_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0001000000000000", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datab => \inst2|counter\(6), + datac => \inst2|LessThan0~5_combout\, + datad => \inst2|LessThan0~4_combout\, + combout => \inst2|LessThan0~6_combout\); + +-- Location: LCCOMB_X51_Y13_N28 +\inst2|LessThan0~7\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~7_combout\ = (\inst2|counter\(16)) # ((\inst2|counter\(13)) # ((\inst2|counter\(12) & !\inst2|LessThan0~6_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111101011111110", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(16), + datab => \inst2|counter\(12), + datac => \inst2|counter\(13), + datad => \inst2|LessThan0~6_combout\, + combout => \inst2|LessThan0~7_combout\); + +-- Location: LCCOMB_X51_Y13_N26 +\inst2|LessThan0~8\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~8_combout\ = (\inst2|LessThan0~0_combout\) # ((\inst2|LessThan0~2_combout\) # ((!\inst2|counter\(15) & !\inst2|LessThan0~7_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111110011111101", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|LessThan0~0_combout\, + datac => \inst2|LessThan0~2_combout\, + datad => \inst2|LessThan0~7_combout\, + combout => \inst2|LessThan0~8_combout\); + +-- Location: LCCOMB_X52_Y13_N0 +\inst2|ledBuf~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|ledBuf~0_combout\ = \inst2|ledBuf~q\ $ (!\inst2|LessThan0~8_combout\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111000000001111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datac => \inst2|ledBuf~q\, + datad => \inst2|LessThan0~8_combout\, + combout => \inst2|ledBuf~0_combout\); + +-- Location: FF_X52_Y13_N1 +\inst2|ledBuf\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|ledBuf~0_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|ledBuf~q\); + +-- Location: IOIBUF_X38_Y34_N1 +\Address[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(7), + o => \Address[7]~input_o\); -- Location: IOIBUF_X14_Y34_N8 -\AddressRAM[5]~input\ : cycloneiii_io_ibuf +\Address[6]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(5), - o => \AddressRAM[5]~input_o\); + i => ww_Address(6), + o => \Address[6]~input_o\); --- Location: IOIBUF_X53_Y10_N15 -\AddressRAM[4]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X7_Y34_N15 +\Address[5]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(4), - o => \AddressRAM[4]~input_o\); + i => ww_Address(5), + o => \Address[5]~input_o\); --- Location: IOIBUF_X3_Y0_N22 -\AddressRAM[3]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X14_Y34_N22 +\Address[4]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(3), - o => \AddressRAM[3]~input_o\); + i => ww_Address(4), + o => \Address[4]~input_o\); --- Location: IOIBUF_X51_Y34_N8 -\AddressRAM[2]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X7_Y34_N1 +\Address[3]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(2), - o => \AddressRAM[2]~input_o\); + i => ww_Address(3), + o => \Address[3]~input_o\); --- Location: IOIBUF_X1_Y0_N1 -\AddressRAM[1]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X7_Y34_N8 +\Address[2]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(1), - o => \AddressRAM[1]~input_o\); + i => ww_Address(2), + o => \Address[2]~input_o\); --- Location: IOIBUF_X53_Y26_N22 -\AddressRAM[0]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X14_Y34_N15 +\Address[1]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_AddressRAM(0), - o => \AddressRAM[0]~input_o\); + i => ww_Address(1), + o => \Address[1]~input_o\); --- Location: IOIBUF_X36_Y0_N8 -\DataRAM[15]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X38_Y34_N15 +\Address[0]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(15), - o => \DataRAM[15]~input_o\); + i => ww_Address(0), + o => \Address[0]~input_o\); --- Location: IOIBUF_X53_Y14_N1 -\DataRAM[14]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X20_Y34_N1 +\nOE~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(14), - o => \DataRAM[14]~input_o\); + i => ww_nOE, + o => \nOE~input_o\); --- Location: IOIBUF_X0_Y14_N8 -\DataRAM[13]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X20_Y34_N8 +\nWE~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(13), - o => \DataRAM[13]~input_o\); + i => ww_nWE, + o => \nWE~input_o\); --- Location: IOIBUF_X53_Y14_N8 -\DataRAM[12]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X20_Y34_N15 +\nCE~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(12), - o => \DataRAM[12]~input_o\); + i => ww_nCE, + o => \nCE~input_o\); --- Location: IOIBUF_X53_Y20_N15 -\DataRAM[11]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X18_Y34_N1 +\Data[7]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(11), - o => \DataRAM[11]~input_o\); + i => Data(7), + o => \Data[7]~input_o\); --- Location: IOIBUF_X53_Y17_N22 -\DataRAM[10]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X18_Y34_N22 +\Data[6]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(10), - o => \DataRAM[10]~input_o\); + i => Data(6), + o => \Data[6]~input_o\); --- Location: IOIBUF_X53_Y17_N15 -\DataRAM[9]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X16_Y34_N1 +\Data[5]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(9), - o => \DataRAM[9]~input_o\); + i => Data(5), + o => \Data[5]~input_o\); --- Location: IOIBUF_X53_Y9_N8 -\DataRAM[8]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X16_Y34_N15 +\Data[4]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(8), - o => \DataRAM[8]~input_o\); + i => Data(4), + o => \Data[4]~input_o\); --- Location: IOIBUF_X53_Y17_N8 -\DataRAM[7]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X45_Y34_N8 +\Data[3]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(7), - o => \DataRAM[7]~input_o\); + i => Data(3), + o => \Data[3]~input_o\); --- Location: IOIBUF_X53_Y17_N1 -\DataRAM[6]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X45_Y34_N15 +\Data[2]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(6), - o => \DataRAM[6]~input_o\); + i => Data(2), + o => \Data[2]~input_o\); --- Location: IOIBUF_X38_Y34_N22 -\DataRAM[5]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X45_Y34_N22 +\Data[1]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(5), - o => \DataRAM[5]~input_o\); + i => Data(1), + o => \Data[1]~input_o\); --- Location: IOIBUF_X45_Y0_N15 -\DataRAM[4]~input\ : cycloneiii_io_ibuf +-- Location: IOIBUF_X40_Y34_N8 +\Data[0]~input\ : cycloneiii_io_ibuf -- pragma translate_off GENERIC MAP ( bus_hold => "false", simulate_z_as => "z") -- pragma translate_on PORT MAP ( - i => ww_DataRAM(4), - o => \DataRAM[4]~input_o\); + i => Data(0), + o => \Data[0]~input_o\); --- Location: IOIBUF_X53_Y21_N22 -\DataRAM[3]~input\ : cycloneiii_io_ibuf --- pragma translate_off -GENERIC MAP ( - bus_hold => "false", - simulate_z_as => "z") --- pragma translate_on -PORT MAP ( - i => ww_DataRAM(3), - o => \DataRAM[3]~input_o\); +ww_FPGA_LED_1 <= \FPGA_LED_1~output_o\; --- Location: IOIBUF_X53_Y23_N15 -\DataRAM[2]~input\ : cycloneiii_io_ibuf --- pragma translate_off -GENERIC MAP ( - bus_hold => "false", - simulate_z_as => "z") --- pragma translate_on -PORT MAP ( - i => ww_DataRAM(2), - o => \DataRAM[2]~input_o\); +Data(7) <= \Data[7]~output_o\; --- Location: IOIBUF_X53_Y22_N1 -\DataRAM[1]~input\ : cycloneiii_io_ibuf --- pragma translate_off -GENERIC MAP ( - bus_hold => "false", - simulate_z_as => "z") --- pragma translate_on -PORT MAP ( - i => ww_DataRAM(1), - o => \DataRAM[1]~input_o\); +Data(6) <= \Data[6]~output_o\; --- Location: IOIBUF_X51_Y0_N15 -\DataRAM[0]~input\ : cycloneiii_io_ibuf --- pragma translate_off -GENERIC MAP ( - bus_hold => "false", - simulate_z_as => "z") --- pragma translate_on -PORT MAP ( - i => ww_DataRAM(0), - o => \DataRAM[0]~input_o\); +Data(5) <= \Data[5]~output_o\; + +Data(4) <= \Data[4]~output_o\; + +Data(3) <= \Data[3]~output_o\; + +Data(2) <= \Data[2]~output_o\; + +Data(1) <= \Data[1]~output_o\; + +Data(0) <= \Data[0]~output_o\; END structure; diff --git a/MainController/simulation/modelsim/MainController_8_1200mv_0c_slow.vho b/MainController/simulation/modelsim/MainController_8_1200mv_0c_slow.vho new file mode 100644 index 0000000..d2c6f05 --- /dev/null +++ b/MainController/simulation/modelsim/MainController_8_1200mv_0c_slow.vho @@ -0,0 +1,1526 @@ +-- Copyright (C) 1991-2013 Altera Corporation +-- Your use of Altera Corporation's design tools, logic functions +-- and other software and tools, and its AMPP partner logic +-- functions, and any output files from any of the foregoing +-- (including device programming or simulation files), and any +-- associated documentation or information are expressly subject +-- to the terms and conditions of the Altera Program License +-- Subscription Agreement, Altera MegaCore Function License +-- Agreement, or other applicable license agreement, including, +-- without limitation, that your use is for the sole purpose of +-- programming logic devices manufactured by Altera and sold by +-- Altera or its authorized distributors. Please refer to the +-- applicable agreement for further details. + +-- VENDOR "Altera" +-- PROGRAM "Quartus II 64-Bit" +-- VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version" + +-- DATE "03/12/2024 16:24:29" + +-- +-- Device: Altera EP3C25Q240C8 Package PQFP240 +-- + +-- +-- This VHDL file should be used for ModelSim-Altera (VHDL) only +-- + +LIBRARY ALTERA; +LIBRARY CYCLONEIII; +LIBRARY IEEE; +USE ALTERA.ALTERA_PRIMITIVES_COMPONENTS.ALL; +USE CYCLONEIII.CYCLONEIII_COMPONENTS.ALL; +USE IEEE.STD_LOGIC_1164.ALL; + +ENTITY MainController IS + PORT ( + FPGA_LED_1 : OUT std_logic; + FPGA_CLK : IN std_logic; + Data : INOUT std_logic_vector(7 DOWNTO 0); + Address : IN std_logic_vector(7 DOWNTO 0); + nOE : IN std_logic; + nWE : IN std_logic; + nCE : IN std_logic + ); +END MainController; + +-- Design Ports Information +-- FPGA_LED_1 => Location: PIN_166, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Address[7] => Location: PIN_195, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[6] => Location: PIN_230, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[5] => Location: PIN_235, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[4] => Location: PIN_232, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[3] => Location: PIN_233, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[2] => Location: PIN_234, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[1] => Location: PIN_231, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[0] => Location: PIN_196, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nOE => Location: PIN_217, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nWE => Location: PIN_218, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nCE => Location: PIN_219, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Data[7] => Location: PIN_221, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[6] => Location: PIN_223, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[5] => Location: PIN_224, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[4] => Location: PIN_226, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[3] => Location: PIN_187, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[2] => Location: PIN_188, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[1] => Location: PIN_189, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[0] => Location: PIN_194, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- FPGA_CLK => Location: PIN_31, I/O Standard: 3.3-V LVTTL, Current Strength: Default + + +ARCHITECTURE structure OF MainController IS +SIGNAL gnd : std_logic := '0'; +SIGNAL vcc : std_logic := '1'; +SIGNAL unknown : std_logic := 'X'; +SIGNAL devoe : std_logic := '1'; +SIGNAL devclrn : std_logic := '1'; +SIGNAL devpor : std_logic := '1'; +SIGNAL ww_devoe : std_logic; +SIGNAL ww_devclrn : std_logic; +SIGNAL ww_devpor : std_logic; +SIGNAL ww_FPGA_LED_1 : std_logic; +SIGNAL ww_FPGA_CLK : std_logic; +SIGNAL ww_Address : std_logic_vector(7 DOWNTO 0); +SIGNAL ww_nOE : std_logic; +SIGNAL ww_nWE : std_logic; +SIGNAL ww_nCE : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_INCLK_bus\ : std_logic_vector(3 DOWNTO 0); +SIGNAL \Address[7]~input_o\ : std_logic; +SIGNAL \Address[6]~input_o\ : std_logic; +SIGNAL \Address[5]~input_o\ : std_logic; +SIGNAL \Address[4]~input_o\ : std_logic; +SIGNAL \Address[3]~input_o\ : std_logic; +SIGNAL \Address[2]~input_o\ : std_logic; +SIGNAL \Address[1]~input_o\ : std_logic; +SIGNAL \Address[0]~input_o\ : std_logic; +SIGNAL \nOE~input_o\ : std_logic; +SIGNAL \nWE~input_o\ : std_logic; +SIGNAL \nCE~input_o\ : std_logic; +SIGNAL \Data[7]~input_o\ : std_logic; +SIGNAL \Data[6]~input_o\ : std_logic; +SIGNAL \Data[5]~input_o\ : std_logic; +SIGNAL \Data[4]~input_o\ : std_logic; +SIGNAL \Data[3]~input_o\ : std_logic; +SIGNAL \Data[2]~input_o\ : std_logic; +SIGNAL \Data[1]~input_o\ : std_logic; +SIGNAL \Data[0]~input_o\ : std_logic; +SIGNAL \Data[7]~output_o\ : std_logic; +SIGNAL \Data[6]~output_o\ : std_logic; +SIGNAL \Data[5]~output_o\ : std_logic; +SIGNAL \Data[4]~output_o\ : std_logic; +SIGNAL \Data[3]~output_o\ : std_logic; +SIGNAL \Data[2]~output_o\ : std_logic; +SIGNAL \Data[1]~output_o\ : std_logic; +SIGNAL \Data[0]~output_o\ : std_logic; +SIGNAL \FPGA_LED_1~output_o\ : std_logic; +SIGNAL \FPGA_CLK~input_o\ : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_outclk\ : std_logic; +SIGNAL \inst2|counter[0]~24_combout\ : std_logic; +SIGNAL \inst2|counter[0]~25\ : std_logic; +SIGNAL \inst2|counter[1]~26_combout\ : std_logic; +SIGNAL \inst2|counter[1]~27\ : std_logic; +SIGNAL \inst2|counter[2]~28_combout\ : std_logic; +SIGNAL \inst2|counter[2]~29\ : std_logic; +SIGNAL \inst2|counter[3]~30_combout\ : std_logic; +SIGNAL \inst2|counter[3]~31\ : std_logic; +SIGNAL \inst2|counter[4]~32_combout\ : std_logic; +SIGNAL \inst2|counter[4]~33\ : std_logic; +SIGNAL \inst2|counter[5]~34_combout\ : std_logic; +SIGNAL \inst2|counter[5]~35\ : std_logic; +SIGNAL \inst2|counter[6]~36_combout\ : std_logic; +SIGNAL \inst2|counter[6]~37\ : std_logic; +SIGNAL \inst2|counter[7]~38_combout\ : std_logic; +SIGNAL \inst2|counter[7]~39\ : std_logic; +SIGNAL \inst2|counter[8]~40_combout\ : std_logic; +SIGNAL \inst2|counter[8]~41\ : std_logic; +SIGNAL \inst2|counter[9]~42_combout\ : std_logic; +SIGNAL \inst2|counter[9]~43\ : std_logic; +SIGNAL \inst2|counter[10]~44_combout\ : std_logic; +SIGNAL \inst2|counter[10]~45\ : std_logic; +SIGNAL \inst2|counter[11]~46_combout\ : std_logic; +SIGNAL \inst2|counter[11]~47\ : std_logic; +SIGNAL \inst2|counter[12]~48_combout\ : std_logic; +SIGNAL \inst2|counter[12]~49\ : std_logic; +SIGNAL \inst2|counter[13]~50_combout\ : std_logic; +SIGNAL \inst2|counter[13]~51\ : std_logic; +SIGNAL \inst2|counter[14]~52_combout\ : std_logic; +SIGNAL \inst2|counter[14]~53\ : std_logic; +SIGNAL \inst2|counter[15]~54_combout\ : std_logic; +SIGNAL \inst2|counter[15]~55\ : std_logic; +SIGNAL \inst2|counter[16]~56_combout\ : std_logic; +SIGNAL \inst2|counter[16]~57\ : std_logic; +SIGNAL \inst2|counter[17]~58_combout\ : std_logic; +SIGNAL \inst2|LessThan0~0_combout\ : std_logic; +SIGNAL \inst2|counter[17]~59\ : std_logic; +SIGNAL \inst2|counter[18]~60_combout\ : std_logic; +SIGNAL \inst2|counter[18]~61\ : std_logic; +SIGNAL \inst2|counter[19]~62_combout\ : std_logic; +SIGNAL \inst2|counter[19]~63\ : std_logic; +SIGNAL \inst2|counter[20]~64_combout\ : std_logic; +SIGNAL \inst2|counter[20]~65\ : std_logic; +SIGNAL \inst2|counter[21]~66_combout\ : std_logic; +SIGNAL \inst2|counter[21]~67\ : std_logic; +SIGNAL \inst2|counter[22]~68_combout\ : std_logic; +SIGNAL \inst2|counter[22]~69\ : std_logic; +SIGNAL \inst2|counter[23]~70_combout\ : std_logic; +SIGNAL \inst2|LessThan0~1_combout\ : std_logic; +SIGNAL \inst2|LessThan0~2_combout\ : std_logic; +SIGNAL \inst2|LessThan0~5_combout\ : std_logic; +SIGNAL \inst2|LessThan0~3_combout\ : std_logic; +SIGNAL \inst2|LessThan0~4_combout\ : std_logic; +SIGNAL \inst2|LessThan0~6_combout\ : std_logic; +SIGNAL \inst2|LessThan0~7_combout\ : std_logic; +SIGNAL \inst2|LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ledBuf~0_combout\ : std_logic; +SIGNAL \inst2|ledBuf~q\ : std_logic; +SIGNAL \inst2|counter\ : std_logic_vector(23 DOWNTO 0); +SIGNAL \inst2|ALT_INV_LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ALT_INV_ledBuf~q\ : std_logic; + +BEGIN + +FPGA_LED_1 <= ww_FPGA_LED_1; +ww_FPGA_CLK <= FPGA_CLK; +ww_Address <= Address; +ww_nOE <= nOE; +ww_nWE <= nWE; +ww_nCE <= nCE; +ww_devoe <= devoe; +ww_devclrn <= devclrn; +ww_devpor <= devpor; + +\FPGA_CLK~inputclkctrl_INCLK_bus\ <= (vcc & vcc & vcc & \FPGA_CLK~input_o\); +\inst2|ALT_INV_LessThan0~8_combout\ <= NOT \inst2|LessThan0~8_combout\; +\inst2|ALT_INV_ledBuf~q\ <= NOT \inst2|ledBuf~q\; + +-- Location: IOOBUF_X18_Y34_N2 +\Data[7]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[7]~output_o\); + +-- Location: IOOBUF_X18_Y34_N23 +\Data[6]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[6]~output_o\); + +-- Location: IOOBUF_X16_Y34_N2 +\Data[5]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[5]~output_o\); + +-- Location: IOOBUF_X16_Y34_N16 +\Data[4]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[4]~output_o\); + +-- Location: IOOBUF_X45_Y34_N9 +\Data[3]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[3]~output_o\); + +-- Location: IOOBUF_X45_Y34_N16 +\Data[2]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[2]~output_o\); + +-- Location: IOOBUF_X45_Y34_N23 +\Data[1]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[1]~output_o\); + +-- Location: IOOBUF_X40_Y34_N9 +\Data[0]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[0]~output_o\); + +-- Location: IOOBUF_X53_Y22_N2 +\FPGA_LED_1~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "false") +-- pragma translate_on +PORT MAP ( + i => \inst2|ALT_INV_ledBuf~q\, + devoe => ww_devoe, + o => \FPGA_LED_1~output_o\); + +-- Location: IOIBUF_X0_Y16_N1 +\FPGA_CLK~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_FPGA_CLK, + o => \FPGA_CLK~input_o\); + +-- Location: CLKCTRL_G4 +\FPGA_CLK~inputclkctrl\ : cycloneiii_clkctrl +-- pragma translate_off +GENERIC MAP ( + clock_type => "global clock", + ena_register_mode => "none") +-- pragma translate_on +PORT MAP ( + inclk => \FPGA_CLK~inputclkctrl_INCLK_bus\, + devclrn => ww_devclrn, + devpor => ww_devpor, + outclk => \FPGA_CLK~inputclkctrl_outclk\); + +-- Location: LCCOMB_X51_Y14_N8 +\inst2|counter[0]~24\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[0]~24_combout\ = \inst2|counter\(0) $ (VCC) +-- \inst2|counter[0]~25\ = CARRY(\inst2|counter\(0)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101010110101010", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(0), + datad => VCC, + combout => \inst2|counter[0]~24_combout\, + cout => \inst2|counter[0]~25\); + +-- Location: FF_X51_Y14_N9 +\inst2|counter[0]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[0]~24_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(0)); + +-- Location: LCCOMB_X51_Y14_N10 +\inst2|counter[1]~26\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[1]~26_combout\ = (\inst2|counter\(1) & (!\inst2|counter[0]~25\)) # (!\inst2|counter\(1) & ((\inst2|counter[0]~25\) # (GND))) +-- \inst2|counter[1]~27\ = CARRY((!\inst2|counter[0]~25\) # (!\inst2|counter\(1))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(1), + datad => VCC, + cin => \inst2|counter[0]~25\, + combout => \inst2|counter[1]~26_combout\, + cout => \inst2|counter[1]~27\); + +-- Location: FF_X51_Y14_N11 +\inst2|counter[1]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[1]~26_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(1)); + +-- Location: LCCOMB_X51_Y14_N12 +\inst2|counter[2]~28\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[2]~28_combout\ = (\inst2|counter\(2) & (\inst2|counter[1]~27\ $ (GND))) # (!\inst2|counter\(2) & (!\inst2|counter[1]~27\ & VCC)) +-- \inst2|counter[2]~29\ = CARRY((\inst2|counter\(2) & !\inst2|counter[1]~27\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(2), + datad => VCC, + cin => \inst2|counter[1]~27\, + combout => \inst2|counter[2]~28_combout\, + cout => \inst2|counter[2]~29\); + +-- Location: FF_X51_Y14_N13 +\inst2|counter[2]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[2]~28_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(2)); + +-- Location: LCCOMB_X51_Y14_N14 +\inst2|counter[3]~30\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[3]~30_combout\ = (\inst2|counter\(3) & (!\inst2|counter[2]~29\)) # (!\inst2|counter\(3) & ((\inst2|counter[2]~29\) # (GND))) +-- \inst2|counter[3]~31\ = CARRY((!\inst2|counter[2]~29\) # (!\inst2|counter\(3))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(3), + datad => VCC, + cin => \inst2|counter[2]~29\, + combout => \inst2|counter[3]~30_combout\, + cout => \inst2|counter[3]~31\); + +-- Location: FF_X51_Y14_N15 +\inst2|counter[3]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[3]~30_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(3)); + +-- Location: LCCOMB_X51_Y14_N16 +\inst2|counter[4]~32\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[4]~32_combout\ = (\inst2|counter\(4) & (\inst2|counter[3]~31\ $ (GND))) # (!\inst2|counter\(4) & (!\inst2|counter[3]~31\ & VCC)) +-- \inst2|counter[4]~33\ = CARRY((\inst2|counter\(4) & !\inst2|counter[3]~31\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datad => VCC, + cin => \inst2|counter[3]~31\, + combout => \inst2|counter[4]~32_combout\, + cout => \inst2|counter[4]~33\); + +-- Location: FF_X51_Y14_N17 +\inst2|counter[4]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[4]~32_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(4)); + +-- Location: LCCOMB_X51_Y14_N18 +\inst2|counter[5]~34\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[5]~34_combout\ = (\inst2|counter\(5) & (!\inst2|counter[4]~33\)) # (!\inst2|counter\(5) & ((\inst2|counter[4]~33\) # (GND))) +-- \inst2|counter[5]~35\ = CARRY((!\inst2|counter[4]~33\) # (!\inst2|counter\(5))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(5), + datad => VCC, + cin => \inst2|counter[4]~33\, + combout => \inst2|counter[5]~34_combout\, + cout => \inst2|counter[5]~35\); + +-- Location: FF_X51_Y14_N19 +\inst2|counter[5]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[5]~34_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(5)); + +-- Location: LCCOMB_X51_Y14_N20 +\inst2|counter[6]~36\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[6]~36_combout\ = (\inst2|counter\(6) & (\inst2|counter[5]~35\ $ (GND))) # (!\inst2|counter\(6) & (!\inst2|counter[5]~35\ & VCC)) +-- \inst2|counter[6]~37\ = CARRY((\inst2|counter\(6) & !\inst2|counter[5]~35\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(6), + datad => VCC, + cin => \inst2|counter[5]~35\, + combout => \inst2|counter[6]~36_combout\, + cout => \inst2|counter[6]~37\); + +-- Location: FF_X51_Y14_N21 +\inst2|counter[6]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[6]~36_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(6)); + +-- Location: LCCOMB_X51_Y14_N22 +\inst2|counter[7]~38\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[7]~38_combout\ = (\inst2|counter\(7) & (!\inst2|counter[6]~37\)) # (!\inst2|counter\(7) & ((\inst2|counter[6]~37\) # (GND))) +-- \inst2|counter[7]~39\ = CARRY((!\inst2|counter[6]~37\) # (!\inst2|counter\(7))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(7), + datad => VCC, + cin => \inst2|counter[6]~37\, + combout => \inst2|counter[7]~38_combout\, + cout => \inst2|counter[7]~39\); + +-- Location: FF_X51_Y14_N23 +\inst2|counter[7]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[7]~38_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(7)); + +-- Location: LCCOMB_X51_Y14_N24 +\inst2|counter[8]~40\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[8]~40_combout\ = (\inst2|counter\(8) & (\inst2|counter[7]~39\ $ (GND))) # (!\inst2|counter\(8) & (!\inst2|counter[7]~39\ & VCC)) +-- \inst2|counter[8]~41\ = CARRY((\inst2|counter\(8) & !\inst2|counter[7]~39\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(8), + datad => VCC, + cin => \inst2|counter[7]~39\, + combout => \inst2|counter[8]~40_combout\, + cout => \inst2|counter[8]~41\); + +-- Location: FF_X51_Y14_N25 +\inst2|counter[8]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[8]~40_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(8)); + +-- Location: LCCOMB_X51_Y14_N26 +\inst2|counter[9]~42\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[9]~42_combout\ = (\inst2|counter\(9) & (!\inst2|counter[8]~41\)) # (!\inst2|counter\(9) & ((\inst2|counter[8]~41\) # (GND))) +-- \inst2|counter[9]~43\ = CARRY((!\inst2|counter[8]~41\) # (!\inst2|counter\(9))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datad => VCC, + cin => \inst2|counter[8]~41\, + combout => \inst2|counter[9]~42_combout\, + cout => \inst2|counter[9]~43\); + +-- Location: FF_X51_Y14_N27 +\inst2|counter[9]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[9]~42_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(9)); + +-- Location: LCCOMB_X51_Y14_N28 +\inst2|counter[10]~44\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[10]~44_combout\ = (\inst2|counter\(10) & (\inst2|counter[9]~43\ $ (GND))) # (!\inst2|counter\(10) & (!\inst2|counter[9]~43\ & VCC)) +-- \inst2|counter[10]~45\ = CARRY((\inst2|counter\(10) & !\inst2|counter[9]~43\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(10), + datad => VCC, + cin => \inst2|counter[9]~43\, + combout => \inst2|counter[10]~44_combout\, + cout => \inst2|counter[10]~45\); + +-- Location: FF_X51_Y14_N29 +\inst2|counter[10]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[10]~44_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(10)); + +-- Location: LCCOMB_X51_Y14_N30 +\inst2|counter[11]~46\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[11]~46_combout\ = (\inst2|counter\(11) & (!\inst2|counter[10]~45\)) # (!\inst2|counter\(11) & ((\inst2|counter[10]~45\) # (GND))) +-- \inst2|counter[11]~47\ = CARRY((!\inst2|counter[10]~45\) # (!\inst2|counter\(11))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datad => VCC, + cin => \inst2|counter[10]~45\, + combout => \inst2|counter[11]~46_combout\, + cout => \inst2|counter[11]~47\); + +-- Location: FF_X51_Y14_N31 +\inst2|counter[11]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[11]~46_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(11)); + +-- Location: LCCOMB_X51_Y13_N0 +\inst2|counter[12]~48\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[12]~48_combout\ = (\inst2|counter\(12) & (\inst2|counter[11]~47\ $ (GND))) # (!\inst2|counter\(12) & (!\inst2|counter[11]~47\ & VCC)) +-- \inst2|counter[12]~49\ = CARRY((\inst2|counter\(12) & !\inst2|counter[11]~47\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(12), + datad => VCC, + cin => \inst2|counter[11]~47\, + combout => \inst2|counter[12]~48_combout\, + cout => \inst2|counter[12]~49\); + +-- Location: FF_X51_Y13_N1 +\inst2|counter[12]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[12]~48_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(12)); + +-- Location: LCCOMB_X51_Y13_N2 +\inst2|counter[13]~50\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[13]~50_combout\ = (\inst2|counter\(13) & (!\inst2|counter[12]~49\)) # (!\inst2|counter\(13) & ((\inst2|counter[12]~49\) # (GND))) +-- \inst2|counter[13]~51\ = CARRY((!\inst2|counter[12]~49\) # (!\inst2|counter\(13))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(13), + datad => VCC, + cin => \inst2|counter[12]~49\, + combout => \inst2|counter[13]~50_combout\, + cout => \inst2|counter[13]~51\); + +-- Location: FF_X51_Y13_N3 +\inst2|counter[13]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[13]~50_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(13)); + +-- Location: LCCOMB_X51_Y13_N4 +\inst2|counter[14]~52\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[14]~52_combout\ = (\inst2|counter\(14) & (\inst2|counter[13]~51\ $ (GND))) # (!\inst2|counter\(14) & (!\inst2|counter[13]~51\ & VCC)) +-- \inst2|counter[14]~53\ = CARRY((\inst2|counter\(14) & !\inst2|counter[13]~51\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(14), + datad => VCC, + cin => \inst2|counter[13]~51\, + combout => \inst2|counter[14]~52_combout\, + cout => \inst2|counter[14]~53\); + +-- Location: FF_X51_Y13_N5 +\inst2|counter[14]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[14]~52_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(14)); + +-- Location: LCCOMB_X51_Y13_N6 +\inst2|counter[15]~54\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[15]~54_combout\ = (\inst2|counter\(15) & (!\inst2|counter[14]~53\)) # (!\inst2|counter\(15) & ((\inst2|counter[14]~53\) # (GND))) +-- \inst2|counter[15]~55\ = CARRY((!\inst2|counter[14]~53\) # (!\inst2|counter\(15))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datad => VCC, + cin => \inst2|counter[14]~53\, + combout => \inst2|counter[15]~54_combout\, + cout => \inst2|counter[15]~55\); + +-- Location: FF_X51_Y13_N7 +\inst2|counter[15]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[15]~54_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(15)); + +-- Location: LCCOMB_X51_Y13_N8 +\inst2|counter[16]~56\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[16]~56_combout\ = (\inst2|counter\(16) & (\inst2|counter[15]~55\ $ (GND))) # (!\inst2|counter\(16) & (!\inst2|counter[15]~55\ & VCC)) +-- \inst2|counter[16]~57\ = CARRY((\inst2|counter\(16) & !\inst2|counter[15]~55\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(16), + datad => VCC, + cin => \inst2|counter[15]~55\, + combout => \inst2|counter[16]~56_combout\, + cout => \inst2|counter[16]~57\); + +-- Location: FF_X51_Y13_N9 +\inst2|counter[16]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[16]~56_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(16)); + +-- Location: LCCOMB_X51_Y13_N10 +\inst2|counter[17]~58\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[17]~58_combout\ = (\inst2|counter\(17) & (!\inst2|counter[16]~57\)) # (!\inst2|counter\(17) & ((\inst2|counter[16]~57\) # (GND))) +-- \inst2|counter[17]~59\ = CARRY((!\inst2|counter[16]~57\) # (!\inst2|counter\(17))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(17), + datad => VCC, + cin => \inst2|counter[16]~57\, + combout => \inst2|counter[17]~58_combout\, + cout => \inst2|counter[17]~59\); + +-- Location: FF_X51_Y13_N11 +\inst2|counter[17]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[17]~58_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(17)); + +-- Location: LCCOMB_X50_Y13_N20 +\inst2|LessThan0~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~0_combout\ = ((!\inst2|counter\(15) & (!\inst2|counter\(16) & !\inst2|counter\(14)))) # (!\inst2|counter\(17)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000111100011111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|counter\(16), + datac => \inst2|counter\(17), + datad => \inst2|counter\(14), + combout => \inst2|LessThan0~0_combout\); + +-- Location: LCCOMB_X51_Y13_N12 +\inst2|counter[18]~60\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[18]~60_combout\ = (\inst2|counter\(18) & (\inst2|counter[17]~59\ $ (GND))) # (!\inst2|counter\(18) & (!\inst2|counter[17]~59\ & VCC)) +-- \inst2|counter[18]~61\ = CARRY((\inst2|counter\(18) & !\inst2|counter[17]~59\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datad => VCC, + cin => \inst2|counter[17]~59\, + combout => \inst2|counter[18]~60_combout\, + cout => \inst2|counter[18]~61\); + +-- Location: FF_X51_Y13_N13 +\inst2|counter[18]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[18]~60_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(18)); + +-- Location: LCCOMB_X51_Y13_N14 +\inst2|counter[19]~62\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[19]~62_combout\ = (\inst2|counter\(19) & (!\inst2|counter[18]~61\)) # (!\inst2|counter\(19) & ((\inst2|counter[18]~61\) # (GND))) +-- \inst2|counter[19]~63\ = CARRY((!\inst2|counter[18]~61\) # (!\inst2|counter\(19))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(19), + datad => VCC, + cin => \inst2|counter[18]~61\, + combout => \inst2|counter[19]~62_combout\, + cout => \inst2|counter[19]~63\); + +-- Location: FF_X51_Y13_N15 +\inst2|counter[19]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[19]~62_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(19)); + +-- Location: LCCOMB_X51_Y13_N16 +\inst2|counter[20]~64\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[20]~64_combout\ = (\inst2|counter\(20) & (\inst2|counter[19]~63\ $ (GND))) # (!\inst2|counter\(20) & (!\inst2|counter[19]~63\ & VCC)) +-- \inst2|counter[20]~65\ = CARRY((\inst2|counter\(20) & !\inst2|counter[19]~63\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(20), + datad => VCC, + cin => \inst2|counter[19]~63\, + combout => \inst2|counter[20]~64_combout\, + cout => \inst2|counter[20]~65\); + +-- Location: FF_X51_Y13_N17 +\inst2|counter[20]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[20]~64_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(20)); + +-- Location: LCCOMB_X51_Y13_N18 +\inst2|counter[21]~66\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[21]~66_combout\ = (\inst2|counter\(21) & (!\inst2|counter[20]~65\)) # (!\inst2|counter\(21) & ((\inst2|counter[20]~65\) # (GND))) +-- \inst2|counter[21]~67\ = CARRY((!\inst2|counter[20]~65\) # (!\inst2|counter\(21))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(21), + datad => VCC, + cin => \inst2|counter[20]~65\, + combout => \inst2|counter[21]~66_combout\, + cout => \inst2|counter[21]~67\); + +-- Location: FF_X51_Y13_N19 +\inst2|counter[21]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[21]~66_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(21)); + +-- Location: LCCOMB_X51_Y13_N20 +\inst2|counter[22]~68\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[22]~68_combout\ = (\inst2|counter\(22) & (\inst2|counter[21]~67\ $ (GND))) # (!\inst2|counter\(22) & (!\inst2|counter[21]~67\ & VCC)) +-- \inst2|counter[22]~69\ = CARRY((\inst2|counter\(22) & !\inst2|counter[21]~67\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datad => VCC, + cin => \inst2|counter[21]~67\, + combout => \inst2|counter[22]~68_combout\, + cout => \inst2|counter[22]~69\); + +-- Location: FF_X51_Y13_N21 +\inst2|counter[22]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[22]~68_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(22)); + +-- Location: LCCOMB_X51_Y13_N22 +\inst2|counter[23]~70\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[23]~70_combout\ = \inst2|counter\(23) $ (\inst2|counter[22]~69\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(23), + cin => \inst2|counter[22]~69\, + combout => \inst2|counter[23]~70_combout\); + +-- Location: FF_X51_Y13_N23 +\inst2|counter[23]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[23]~70_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(23)); + +-- Location: LCCOMB_X51_Y13_N24 +\inst2|LessThan0~1\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~1_combout\ = (((!\inst2|counter\(21)) # (!\inst2|counter\(19))) # (!\inst2|counter\(20))) # (!\inst2|counter\(18)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0111111111111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datab => \inst2|counter\(20), + datac => \inst2|counter\(19), + datad => \inst2|counter\(21), + combout => \inst2|LessThan0~1_combout\); + +-- Location: LCCOMB_X51_Y13_N30 +\inst2|LessThan0~2\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~2_combout\ = ((\inst2|LessThan0~1_combout\) # (!\inst2|counter\(23))) # (!\inst2|counter\(22)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datac => \inst2|counter\(23), + datad => \inst2|LessThan0~1_combout\, + combout => \inst2|LessThan0~2_combout\); + +-- Location: LCCOMB_X51_Y14_N4 +\inst2|LessThan0~5\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~5_combout\ = (!\inst2|counter\(9) & (!\inst2|counter\(8) & (!\inst2|counter\(7) & !\inst2|counter\(10)))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000000000001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datab => \inst2|counter\(8), + datac => \inst2|counter\(7), + datad => \inst2|counter\(10), + combout => \inst2|LessThan0~5_combout\); + +-- Location: LCCOMB_X51_Y14_N0 +\inst2|LessThan0~3\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~3_combout\ = (!\inst2|counter\(2) & (!\inst2|counter\(4) & ((!\inst2|counter\(1)) # (!\inst2|counter\(0))))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000100010001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(2), + datab => \inst2|counter\(4), + datac => \inst2|counter\(0), + datad => \inst2|counter\(1), + combout => \inst2|LessThan0~3_combout\); + +-- Location: LCCOMB_X51_Y14_N6 +\inst2|LessThan0~4\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~4_combout\ = ((\inst2|LessThan0~3_combout\) # ((!\inst2|counter\(4) & !\inst2|counter\(3)))) # (!\inst2|counter\(5)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100110111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datab => \inst2|counter\(5), + datac => \inst2|counter\(3), + datad => \inst2|LessThan0~3_combout\, + combout => \inst2|LessThan0~4_combout\); + +-- Location: LCCOMB_X51_Y14_N2 +\inst2|LessThan0~6\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~6_combout\ = (!\inst2|counter\(11) & (!\inst2|counter\(6) & (\inst2|LessThan0~5_combout\ & \inst2|LessThan0~4_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0001000000000000", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datab => \inst2|counter\(6), + datac => \inst2|LessThan0~5_combout\, + datad => \inst2|LessThan0~4_combout\, + combout => \inst2|LessThan0~6_combout\); + +-- Location: LCCOMB_X51_Y13_N28 +\inst2|LessThan0~7\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~7_combout\ = (\inst2|counter\(16)) # ((\inst2|counter\(13)) # ((\inst2|counter\(12) & !\inst2|LessThan0~6_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111101011111110", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(16), + datab => \inst2|counter\(12), + datac => \inst2|counter\(13), + datad => \inst2|LessThan0~6_combout\, + combout => \inst2|LessThan0~7_combout\); + +-- Location: LCCOMB_X51_Y13_N26 +\inst2|LessThan0~8\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~8_combout\ = (\inst2|LessThan0~0_combout\) # ((\inst2|LessThan0~2_combout\) # ((!\inst2|counter\(15) & !\inst2|LessThan0~7_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111110011111101", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|LessThan0~0_combout\, + datac => \inst2|LessThan0~2_combout\, + datad => \inst2|LessThan0~7_combout\, + combout => \inst2|LessThan0~8_combout\); + +-- Location: LCCOMB_X52_Y13_N0 +\inst2|ledBuf~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|ledBuf~0_combout\ = \inst2|ledBuf~q\ $ (!\inst2|LessThan0~8_combout\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111000000001111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datac => \inst2|ledBuf~q\, + datad => \inst2|LessThan0~8_combout\, + combout => \inst2|ledBuf~0_combout\); + +-- Location: FF_X52_Y13_N1 +\inst2|ledBuf\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|ledBuf~0_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|ledBuf~q\); + +-- Location: IOIBUF_X38_Y34_N1 +\Address[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(7), + o => \Address[7]~input_o\); + +-- Location: IOIBUF_X14_Y34_N8 +\Address[6]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(6), + o => \Address[6]~input_o\); + +-- Location: IOIBUF_X7_Y34_N15 +\Address[5]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(5), + o => \Address[5]~input_o\); + +-- Location: IOIBUF_X14_Y34_N22 +\Address[4]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(4), + o => \Address[4]~input_o\); + +-- Location: IOIBUF_X7_Y34_N1 +\Address[3]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(3), + o => \Address[3]~input_o\); + +-- Location: IOIBUF_X7_Y34_N8 +\Address[2]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(2), + o => \Address[2]~input_o\); + +-- Location: IOIBUF_X14_Y34_N15 +\Address[1]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(1), + o => \Address[1]~input_o\); + +-- Location: IOIBUF_X38_Y34_N15 +\Address[0]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(0), + o => \Address[0]~input_o\); + +-- Location: IOIBUF_X20_Y34_N1 +\nOE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nOE, + o => \nOE~input_o\); + +-- Location: IOIBUF_X20_Y34_N8 +\nWE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nWE, + o => \nWE~input_o\); + +-- Location: IOIBUF_X20_Y34_N15 +\nCE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nCE, + o => \nCE~input_o\); + +-- Location: IOIBUF_X18_Y34_N1 +\Data[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(7), + o => \Data[7]~input_o\); + +-- Location: IOIBUF_X18_Y34_N22 +\Data[6]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(6), + o => \Data[6]~input_o\); + +-- Location: IOIBUF_X16_Y34_N1 +\Data[5]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(5), + o => \Data[5]~input_o\); + +-- Location: IOIBUF_X16_Y34_N15 +\Data[4]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(4), + o => \Data[4]~input_o\); + +-- Location: IOIBUF_X45_Y34_N8 +\Data[3]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(3), + o => \Data[3]~input_o\); + +-- Location: IOIBUF_X45_Y34_N15 +\Data[2]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(2), + o => \Data[2]~input_o\); + +-- Location: IOIBUF_X45_Y34_N22 +\Data[1]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(1), + o => \Data[1]~input_o\); + +-- Location: IOIBUF_X40_Y34_N8 +\Data[0]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(0), + o => \Data[0]~input_o\); + +ww_FPGA_LED_1 <= \FPGA_LED_1~output_o\; + +Data(7) <= \Data[7]~output_o\; + +Data(6) <= \Data[6]~output_o\; + +Data(5) <= \Data[5]~output_o\; + +Data(4) <= \Data[4]~output_o\; + +Data(3) <= \Data[3]~output_o\; + +Data(2) <= \Data[2]~output_o\; + +Data(1) <= \Data[1]~output_o\; + +Data(0) <= \Data[0]~output_o\; +END structure; + + diff --git a/MainController/simulation/modelsim/MainController_8_1200mv_0c_vhd_slow.sdo b/MainController/simulation/modelsim/MainController_8_1200mv_0c_vhd_slow.sdo new file mode 100644 index 0000000..afb55df --- /dev/null +++ b/MainController/simulation/modelsim/MainController_8_1200mv_0c_vhd_slow.sdo @@ -0,0 +1,949 @@ +// Copyright (C) 1991-2013 Altera Corporation +// Your use of Altera Corporation's design tools, logic functions +// and other software and tools, and its AMPP partner logic +// functions, and any output files from any of the foregoing +// (including device programming or simulation files), and any +// associated documentation or information are expressly subject +// to the terms and conditions of the Altera Program License +// Subscription Agreement, Altera MegaCore Function License +// Agreement, or other applicable license agreement, including, +// without limitation, that your use is for the sole purpose of +// programming logic devices manufactured by Altera and sold by +// Altera or its authorized distributors. Please refer to the +// applicable agreement for further details. + + +// +// Device: Altera EP3C25Q240C8 Package PQFP240 +// + +// +// This file contains Slow Corner delays for the design using part EP3C25Q240C8, +// with speed grade 8, core voltage 1.2V, and temperature 0 Celsius +// + +// +// This SDF file should be used for ModelSim-Altera (VHDL) only +// + +(DELAYFILE + (SDFVERSION "2.1") + (DESIGN "MainController") + (DATE "03/12/2024 16:24:29") + (VENDOR "Altera") + (PROGRAM "Quartus II 64-Bit") + (VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version") + (DIVIDER .) + (TIMESCALE 1 ps) + + (CELL + (CELLTYPE "cycloneiii_io_obuf") + (INSTANCE \\FPGA_LED_1\~output\\) + (DELAY + (ABSOLUTE + (PORT i (1277:1277:1277) (1446:1446:1446)) + (IOPATH i o (2195:2195:2195) (2297:2297:2297)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_io_ibuf") + (INSTANCE \\FPGA_CLK\~input\\) + (DELAY + (ABSOLUTE + (IOPATH i o (899:899:899) (1014:1014:1014)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_clkctrl") + (INSTANCE \\FPGA_CLK\~inputclkctrl\\) + (DELAY + (ABSOLUTE + (PORT inclk[0] (166:166:166) (162:162:162)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[0\]\~24\\) + (DELAY + (ABSOLUTE + (PORT dataa (553:553:553) (536:536:536)) + (IOPATH dataa combout (435:435:435) (425:425:425)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[0\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[1\]\~26\\) + (DELAY + (ABSOLUTE + (PORT datab (558:558:558) (530:530:530)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[1\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[2\]\~28\\) + (DELAY + (ABSOLUTE + (PORT datab (548:548:548) (534:534:534)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[2\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[3\]\~30\\) + (DELAY + (ABSOLUTE + (PORT datab (326:326:326) (383:383:383)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[3\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2182:2182:2182) (2152:2152:2152)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[4\]\~32\\) + (DELAY + (ABSOLUTE + (PORT dataa (568:568:568) (551:551:551)) + (IOPATH dataa combout (435:435:435) (425:425:425)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[4\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[5\]\~34\\) + (DELAY + (ABSOLUTE + (PORT datab (326:326:326) (383:383:383)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[5\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[6\]\~36\\) + (DELAY + (ABSOLUTE + (PORT datab (326:326:326) (384:384:384)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[6\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2182:2182:2182) (2152:2152:2152)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[7\]\~38\\) + (DELAY + (ABSOLUTE + (PORT datab (548:548:548) (530:530:530)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[7\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[8\]\~40\\) + (DELAY + (ABSOLUTE + (PORT datab (325:325:325) (382:382:382)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[8\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[9\]\~42\\) + (DELAY + (ABSOLUTE + (PORT dataa (328:328:328) (392:392:392)) + (IOPATH dataa combout (414:414:414) (444:444:444)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[9\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1712:1712:1712) (1732:1732:1732)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[10\]\~44\\) + (DELAY + (ABSOLUTE + (PORT datab (324:324:324) (381:381:381)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[10\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2182:2182:2182) (2152:2152:2152)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[11\]\~46\\) + (DELAY + (ABSOLUTE + (PORT dataa (328:328:328) (392:392:392)) + (IOPATH dataa combout (414:414:414) (444:444:444)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[11\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2182:2182:2182) (2152:2152:2152)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (1344:1344:1344) (1536:1536:1536)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[12\]\~48\\) + (DELAY + (ABSOLUTE + (PORT datab (323:323:323) (381:381:381)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[12\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[13\]\~50\\) + (DELAY + (ABSOLUTE + (PORT datab (338:338:338) (392:392:392)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[13\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[14\]\~52\\) + (DELAY + (ABSOLUTE + (PORT datab (339:339:339) (393:393:393)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[14\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[15\]\~54\\) + (DELAY + (ABSOLUTE + (PORT dataa (351:351:351) (414:414:414)) + (IOPATH dataa combout (414:414:414) (444:444:444)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[15\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1711:1711:1711) (1731:1731:1731)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[16\]\~56\\) + (DELAY + (ABSOLUTE + (PORT datab (340:340:340) (394:394:394)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[16\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1711:1711:1711) (1731:1731:1731)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[17\]\~58\\) + (DELAY + (ABSOLUTE + (PORT dataa (343:343:343) (403:403:403)) + (IOPATH dataa combout (414:414:414) (444:444:444)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[17\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1711:1711:1711) (1731:1731:1731)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~0\\) + (DELAY + (ABSOLUTE + (PORT dataa (880:880:880) (761:761:761)) + (PORT datab (618:618:618) (575:575:575)) + (PORT datac (513:513:513) (507:507:507)) + (PORT datad (552:552:552) (524:524:524)) + (IOPATH dataa combout (392:392:392) (419:419:419)) + (IOPATH datab combout (393:393:393) (431:431:431)) + (IOPATH datac combout (301:301:301) (283:283:283)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[18\]\~60\\) + (DELAY + (ABSOLUTE + (PORT dataa (330:330:330) (394:394:394)) + (IOPATH dataa combout (435:435:435) (425:425:425)) + (IOPATH dataa cout (486:486:486) (375:375:375)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[18\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1711:1711:1711) (1731:1731:1731)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[19\]\~62\\) + (DELAY + (ABSOLUTE + (PORT datab (327:327:327) (384:384:384)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[19\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[20\]\~64\\) + (DELAY + (ABSOLUTE + (PORT datab (328:328:328) (384:384:384)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[20\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[21\]\~66\\) + (DELAY + (ABSOLUTE + (PORT datab (326:326:326) (384:384:384)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[21\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[22\]\~68\\) + (DELAY + (ABSOLUTE + (PORT datab (328:328:328) (386:386:386)) + (IOPATH datab combout (437:437:437) (425:425:425)) + (IOPATH datab cout (497:497:497) (381:381:381)) + (IOPATH datad combout (167:167:167) (143:143:143)) + (IOPATH cin combout (549:549:549) (519:519:519)) + (IOPATH cin cout (63:63:63) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[22\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[23\]\~70\\) + (DELAY + (ABSOLUTE + (PORT dataa (808:808:808) (716:716:716)) + (IOPATH dataa combout (435:435:435) (444:444:444)) + (IOPATH cin combout (549:549:549) (519:519:519)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[23\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (PORT sclr (884:884:884) (924:924:924)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + (HOLD sclr (posedge clk) (195:195:195)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~1\\) + (DELAY + (ABSOLUTE + (PORT dataa (329:329:329) (393:393:393)) + (PORT datab (326:326:326) (383:383:383)) + (PORT datac (283:283:283) (349:349:349)) + (PORT datad (284:284:284) (342:342:342)) + (IOPATH dataa combout (374:374:374) (392:392:392)) + (IOPATH datab combout (384:384:384) (398:398:398)) + (IOPATH datac combout (301:301:301) (283:283:283)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~2\\) + (DELAY + (ABSOLUTE + (PORT datab (327:327:327) (384:384:384)) + (PORT datac (761:761:761) (676:676:676)) + (PORT datad (225:225:225) (233:233:233)) + (IOPATH datab combout (423:423:423) (451:451:451)) + (IOPATH datac combout (301:301:301) (283:283:283)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~5\\) + (DELAY + (ABSOLUTE + (PORT dataa (328:328:328) (392:392:392)) + (PORT datab (325:325:325) (382:382:382)) + (PORT datac (297:297:297) (359:359:359)) + (PORT datad (284:284:284) (343:343:343)) + (IOPATH dataa combout (404:404:404) (450:450:450)) + (IOPATH datab combout (406:406:406) (453:453:453)) + (IOPATH datac combout (301:301:301) (283:283:283)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~3\\) + (DELAY + (ABSOLUTE + (PORT dataa (341:341:341) (401:401:401)) + (PORT datab (339:339:339) (394:394:394)) + (PORT datac (296:296:296) (359:359:359)) + (PORT datad (297:297:297) (353:353:353)) + (IOPATH dataa combout (404:404:404) (450:450:450)) + (IOPATH datab combout (406:406:406) (453:453:453)) + (IOPATH datac combout (301:301:301) (283:283:283)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~4\\) + (DELAY + (ABSOLUTE + (PORT dataa (570:570:570) (549:549:549)) + (PORT datab (326:326:326) (382:382:382)) + (PORT datac (283:283:283) (348:348:348)) + (PORT datad (225:225:225) (232:232:232)) + (IOPATH dataa combout (428:428:428) (449:449:449)) + (IOPATH datab combout (438:438:438) (455:455:455)) + (IOPATH datac combout (301:301:301) (283:283:283)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~6\\) + (DELAY + (ABSOLUTE + (PORT dataa (332:332:332) (396:396:396)) + (PORT datab (328:328:328) (385:385:385)) + (PORT datac (224:224:224) (239:239:239)) + (PORT datad (225:225:225) (233:233:233)) + (IOPATH dataa combout (350:350:350) (371:371:371)) + (IOPATH datab combout (354:354:354) (380:380:380)) + (IOPATH datac combout (301:301:301) (285:285:285)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~7\\) + (DELAY + (ABSOLUTE + (PORT dataa (563:563:563) (549:549:549)) + (PORT datab (329:329:329) (387:387:387)) + (PORT datac (522:522:522) (502:502:502)) + (PORT datad (799:799:799) (654:654:654)) + (IOPATH dataa combout (435:435:435) (407:407:407)) + (IOPATH datab combout (437:437:437) (407:407:407)) + (IOPATH datac combout (305:305:305) (285:285:285)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~8\\) + (DELAY + (ABSOLUTE + (PORT dataa (355:355:355) (418:418:418)) + (PORT datab (529:529:529) (432:432:432)) + (PORT datac (224:224:224) (239:239:239)) + (PORT datad (224:224:224) (232:232:232)) + (IOPATH dataa combout (404:404:404) (450:450:450)) + (IOPATH datab combout (415:415:415) (425:425:425)) + (IOPATH datac combout (305:305:305) (285:285:285)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|ledBuf\~0\\) + (DELAY + (ABSOLUTE + (PORT datad (737:737:737) (601:601:601)) + (IOPATH datac combout (415:415:415) (429:429:429)) + (IOPATH datad combout (167:167:167) (143:143:143)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|ledBuf\\) + (DELAY + (ABSOLUTE + (PORT clk (2183:2183:2183) (2153:2153:2153)) + (PORT d (90:90:90) (101:101:101)) + (IOPATH (posedge clk) q (240:240:240) (240:240:240)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (195:195:195)) + ) + ) +) diff --git a/MainController/simulation/modelsim/MainController_8_1200mv_85c_slow.vho b/MainController/simulation/modelsim/MainController_8_1200mv_85c_slow.vho new file mode 100644 index 0000000..d2c6f05 --- /dev/null +++ b/MainController/simulation/modelsim/MainController_8_1200mv_85c_slow.vho @@ -0,0 +1,1526 @@ +-- Copyright (C) 1991-2013 Altera Corporation +-- Your use of Altera Corporation's design tools, logic functions +-- and other software and tools, and its AMPP partner logic +-- functions, and any output files from any of the foregoing +-- (including device programming or simulation files), and any +-- associated documentation or information are expressly subject +-- to the terms and conditions of the Altera Program License +-- Subscription Agreement, Altera MegaCore Function License +-- Agreement, or other applicable license agreement, including, +-- without limitation, that your use is for the sole purpose of +-- programming logic devices manufactured by Altera and sold by +-- Altera or its authorized distributors. Please refer to the +-- applicable agreement for further details. + +-- VENDOR "Altera" +-- PROGRAM "Quartus II 64-Bit" +-- VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version" + +-- DATE "03/12/2024 16:24:29" + +-- +-- Device: Altera EP3C25Q240C8 Package PQFP240 +-- + +-- +-- This VHDL file should be used for ModelSim-Altera (VHDL) only +-- + +LIBRARY ALTERA; +LIBRARY CYCLONEIII; +LIBRARY IEEE; +USE ALTERA.ALTERA_PRIMITIVES_COMPONENTS.ALL; +USE CYCLONEIII.CYCLONEIII_COMPONENTS.ALL; +USE IEEE.STD_LOGIC_1164.ALL; + +ENTITY MainController IS + PORT ( + FPGA_LED_1 : OUT std_logic; + FPGA_CLK : IN std_logic; + Data : INOUT std_logic_vector(7 DOWNTO 0); + Address : IN std_logic_vector(7 DOWNTO 0); + nOE : IN std_logic; + nWE : IN std_logic; + nCE : IN std_logic + ); +END MainController; + +-- Design Ports Information +-- FPGA_LED_1 => Location: PIN_166, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Address[7] => Location: PIN_195, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[6] => Location: PIN_230, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[5] => Location: PIN_235, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[4] => Location: PIN_232, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[3] => Location: PIN_233, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[2] => Location: PIN_234, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[1] => Location: PIN_231, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[0] => Location: PIN_196, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nOE => Location: PIN_217, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nWE => Location: PIN_218, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nCE => Location: PIN_219, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Data[7] => Location: PIN_221, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[6] => Location: PIN_223, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[5] => Location: PIN_224, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[4] => Location: PIN_226, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[3] => Location: PIN_187, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[2] => Location: PIN_188, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[1] => Location: PIN_189, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[0] => Location: PIN_194, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- FPGA_CLK => Location: PIN_31, I/O Standard: 3.3-V LVTTL, Current Strength: Default + + +ARCHITECTURE structure OF MainController IS +SIGNAL gnd : std_logic := '0'; +SIGNAL vcc : std_logic := '1'; +SIGNAL unknown : std_logic := 'X'; +SIGNAL devoe : std_logic := '1'; +SIGNAL devclrn : std_logic := '1'; +SIGNAL devpor : std_logic := '1'; +SIGNAL ww_devoe : std_logic; +SIGNAL ww_devclrn : std_logic; +SIGNAL ww_devpor : std_logic; +SIGNAL ww_FPGA_LED_1 : std_logic; +SIGNAL ww_FPGA_CLK : std_logic; +SIGNAL ww_Address : std_logic_vector(7 DOWNTO 0); +SIGNAL ww_nOE : std_logic; +SIGNAL ww_nWE : std_logic; +SIGNAL ww_nCE : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_INCLK_bus\ : std_logic_vector(3 DOWNTO 0); +SIGNAL \Address[7]~input_o\ : std_logic; +SIGNAL \Address[6]~input_o\ : std_logic; +SIGNAL \Address[5]~input_o\ : std_logic; +SIGNAL \Address[4]~input_o\ : std_logic; +SIGNAL \Address[3]~input_o\ : std_logic; +SIGNAL \Address[2]~input_o\ : std_logic; +SIGNAL \Address[1]~input_o\ : std_logic; +SIGNAL \Address[0]~input_o\ : std_logic; +SIGNAL \nOE~input_o\ : std_logic; +SIGNAL \nWE~input_o\ : std_logic; +SIGNAL \nCE~input_o\ : std_logic; +SIGNAL \Data[7]~input_o\ : std_logic; +SIGNAL \Data[6]~input_o\ : std_logic; +SIGNAL \Data[5]~input_o\ : std_logic; +SIGNAL \Data[4]~input_o\ : std_logic; +SIGNAL \Data[3]~input_o\ : std_logic; +SIGNAL \Data[2]~input_o\ : std_logic; +SIGNAL \Data[1]~input_o\ : std_logic; +SIGNAL \Data[0]~input_o\ : std_logic; +SIGNAL \Data[7]~output_o\ : std_logic; +SIGNAL \Data[6]~output_o\ : std_logic; +SIGNAL \Data[5]~output_o\ : std_logic; +SIGNAL \Data[4]~output_o\ : std_logic; +SIGNAL \Data[3]~output_o\ : std_logic; +SIGNAL \Data[2]~output_o\ : std_logic; +SIGNAL \Data[1]~output_o\ : std_logic; +SIGNAL \Data[0]~output_o\ : std_logic; +SIGNAL \FPGA_LED_1~output_o\ : std_logic; +SIGNAL \FPGA_CLK~input_o\ : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_outclk\ : std_logic; +SIGNAL \inst2|counter[0]~24_combout\ : std_logic; +SIGNAL \inst2|counter[0]~25\ : std_logic; +SIGNAL \inst2|counter[1]~26_combout\ : std_logic; +SIGNAL \inst2|counter[1]~27\ : std_logic; +SIGNAL \inst2|counter[2]~28_combout\ : std_logic; +SIGNAL \inst2|counter[2]~29\ : std_logic; +SIGNAL \inst2|counter[3]~30_combout\ : std_logic; +SIGNAL \inst2|counter[3]~31\ : std_logic; +SIGNAL \inst2|counter[4]~32_combout\ : std_logic; +SIGNAL \inst2|counter[4]~33\ : std_logic; +SIGNAL \inst2|counter[5]~34_combout\ : std_logic; +SIGNAL \inst2|counter[5]~35\ : std_logic; +SIGNAL \inst2|counter[6]~36_combout\ : std_logic; +SIGNAL \inst2|counter[6]~37\ : std_logic; +SIGNAL \inst2|counter[7]~38_combout\ : std_logic; +SIGNAL \inst2|counter[7]~39\ : std_logic; +SIGNAL \inst2|counter[8]~40_combout\ : std_logic; +SIGNAL \inst2|counter[8]~41\ : std_logic; +SIGNAL \inst2|counter[9]~42_combout\ : std_logic; +SIGNAL \inst2|counter[9]~43\ : std_logic; +SIGNAL \inst2|counter[10]~44_combout\ : std_logic; +SIGNAL \inst2|counter[10]~45\ : std_logic; +SIGNAL \inst2|counter[11]~46_combout\ : std_logic; +SIGNAL \inst2|counter[11]~47\ : std_logic; +SIGNAL \inst2|counter[12]~48_combout\ : std_logic; +SIGNAL \inst2|counter[12]~49\ : std_logic; +SIGNAL \inst2|counter[13]~50_combout\ : std_logic; +SIGNAL \inst2|counter[13]~51\ : std_logic; +SIGNAL \inst2|counter[14]~52_combout\ : std_logic; +SIGNAL \inst2|counter[14]~53\ : std_logic; +SIGNAL \inst2|counter[15]~54_combout\ : std_logic; +SIGNAL \inst2|counter[15]~55\ : std_logic; +SIGNAL \inst2|counter[16]~56_combout\ : std_logic; +SIGNAL \inst2|counter[16]~57\ : std_logic; +SIGNAL \inst2|counter[17]~58_combout\ : std_logic; +SIGNAL \inst2|LessThan0~0_combout\ : std_logic; +SIGNAL \inst2|counter[17]~59\ : std_logic; +SIGNAL \inst2|counter[18]~60_combout\ : std_logic; +SIGNAL \inst2|counter[18]~61\ : std_logic; +SIGNAL \inst2|counter[19]~62_combout\ : std_logic; +SIGNAL \inst2|counter[19]~63\ : std_logic; +SIGNAL \inst2|counter[20]~64_combout\ : std_logic; +SIGNAL \inst2|counter[20]~65\ : std_logic; +SIGNAL \inst2|counter[21]~66_combout\ : std_logic; +SIGNAL \inst2|counter[21]~67\ : std_logic; +SIGNAL \inst2|counter[22]~68_combout\ : std_logic; +SIGNAL \inst2|counter[22]~69\ : std_logic; +SIGNAL \inst2|counter[23]~70_combout\ : std_logic; +SIGNAL \inst2|LessThan0~1_combout\ : std_logic; +SIGNAL \inst2|LessThan0~2_combout\ : std_logic; +SIGNAL \inst2|LessThan0~5_combout\ : std_logic; +SIGNAL \inst2|LessThan0~3_combout\ : std_logic; +SIGNAL \inst2|LessThan0~4_combout\ : std_logic; +SIGNAL \inst2|LessThan0~6_combout\ : std_logic; +SIGNAL \inst2|LessThan0~7_combout\ : std_logic; +SIGNAL \inst2|LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ledBuf~0_combout\ : std_logic; +SIGNAL \inst2|ledBuf~q\ : std_logic; +SIGNAL \inst2|counter\ : std_logic_vector(23 DOWNTO 0); +SIGNAL \inst2|ALT_INV_LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ALT_INV_ledBuf~q\ : std_logic; + +BEGIN + +FPGA_LED_1 <= ww_FPGA_LED_1; +ww_FPGA_CLK <= FPGA_CLK; +ww_Address <= Address; +ww_nOE <= nOE; +ww_nWE <= nWE; +ww_nCE <= nCE; +ww_devoe <= devoe; +ww_devclrn <= devclrn; +ww_devpor <= devpor; + +\FPGA_CLK~inputclkctrl_INCLK_bus\ <= (vcc & vcc & vcc & \FPGA_CLK~input_o\); +\inst2|ALT_INV_LessThan0~8_combout\ <= NOT \inst2|LessThan0~8_combout\; +\inst2|ALT_INV_ledBuf~q\ <= NOT \inst2|ledBuf~q\; + +-- Location: IOOBUF_X18_Y34_N2 +\Data[7]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[7]~output_o\); + +-- Location: IOOBUF_X18_Y34_N23 +\Data[6]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[6]~output_o\); + +-- Location: IOOBUF_X16_Y34_N2 +\Data[5]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[5]~output_o\); + +-- Location: IOOBUF_X16_Y34_N16 +\Data[4]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[4]~output_o\); + +-- Location: IOOBUF_X45_Y34_N9 +\Data[3]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[3]~output_o\); + +-- Location: IOOBUF_X45_Y34_N16 +\Data[2]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[2]~output_o\); + +-- Location: IOOBUF_X45_Y34_N23 +\Data[1]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[1]~output_o\); + +-- Location: IOOBUF_X40_Y34_N9 +\Data[0]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[0]~output_o\); + +-- Location: IOOBUF_X53_Y22_N2 +\FPGA_LED_1~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "false") +-- pragma translate_on +PORT MAP ( + i => \inst2|ALT_INV_ledBuf~q\, + devoe => ww_devoe, + o => \FPGA_LED_1~output_o\); + +-- Location: IOIBUF_X0_Y16_N1 +\FPGA_CLK~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_FPGA_CLK, + o => \FPGA_CLK~input_o\); + +-- Location: CLKCTRL_G4 +\FPGA_CLK~inputclkctrl\ : cycloneiii_clkctrl +-- pragma translate_off +GENERIC MAP ( + clock_type => "global clock", + ena_register_mode => "none") +-- pragma translate_on +PORT MAP ( + inclk => \FPGA_CLK~inputclkctrl_INCLK_bus\, + devclrn => ww_devclrn, + devpor => ww_devpor, + outclk => \FPGA_CLK~inputclkctrl_outclk\); + +-- Location: LCCOMB_X51_Y14_N8 +\inst2|counter[0]~24\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[0]~24_combout\ = \inst2|counter\(0) $ (VCC) +-- \inst2|counter[0]~25\ = CARRY(\inst2|counter\(0)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101010110101010", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(0), + datad => VCC, + combout => \inst2|counter[0]~24_combout\, + cout => \inst2|counter[0]~25\); + +-- Location: FF_X51_Y14_N9 +\inst2|counter[0]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[0]~24_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(0)); + +-- Location: LCCOMB_X51_Y14_N10 +\inst2|counter[1]~26\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[1]~26_combout\ = (\inst2|counter\(1) & (!\inst2|counter[0]~25\)) # (!\inst2|counter\(1) & ((\inst2|counter[0]~25\) # (GND))) +-- \inst2|counter[1]~27\ = CARRY((!\inst2|counter[0]~25\) # (!\inst2|counter\(1))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(1), + datad => VCC, + cin => \inst2|counter[0]~25\, + combout => \inst2|counter[1]~26_combout\, + cout => \inst2|counter[1]~27\); + +-- Location: FF_X51_Y14_N11 +\inst2|counter[1]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[1]~26_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(1)); + +-- Location: LCCOMB_X51_Y14_N12 +\inst2|counter[2]~28\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[2]~28_combout\ = (\inst2|counter\(2) & (\inst2|counter[1]~27\ $ (GND))) # (!\inst2|counter\(2) & (!\inst2|counter[1]~27\ & VCC)) +-- \inst2|counter[2]~29\ = CARRY((\inst2|counter\(2) & !\inst2|counter[1]~27\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(2), + datad => VCC, + cin => \inst2|counter[1]~27\, + combout => \inst2|counter[2]~28_combout\, + cout => \inst2|counter[2]~29\); + +-- Location: FF_X51_Y14_N13 +\inst2|counter[2]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[2]~28_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(2)); + +-- Location: LCCOMB_X51_Y14_N14 +\inst2|counter[3]~30\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[3]~30_combout\ = (\inst2|counter\(3) & (!\inst2|counter[2]~29\)) # (!\inst2|counter\(3) & ((\inst2|counter[2]~29\) # (GND))) +-- \inst2|counter[3]~31\ = CARRY((!\inst2|counter[2]~29\) # (!\inst2|counter\(3))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(3), + datad => VCC, + cin => \inst2|counter[2]~29\, + combout => \inst2|counter[3]~30_combout\, + cout => \inst2|counter[3]~31\); + +-- Location: FF_X51_Y14_N15 +\inst2|counter[3]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[3]~30_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(3)); + +-- Location: LCCOMB_X51_Y14_N16 +\inst2|counter[4]~32\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[4]~32_combout\ = (\inst2|counter\(4) & (\inst2|counter[3]~31\ $ (GND))) # (!\inst2|counter\(4) & (!\inst2|counter[3]~31\ & VCC)) +-- \inst2|counter[4]~33\ = CARRY((\inst2|counter\(4) & !\inst2|counter[3]~31\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datad => VCC, + cin => \inst2|counter[3]~31\, + combout => \inst2|counter[4]~32_combout\, + cout => \inst2|counter[4]~33\); + +-- Location: FF_X51_Y14_N17 +\inst2|counter[4]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[4]~32_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(4)); + +-- Location: LCCOMB_X51_Y14_N18 +\inst2|counter[5]~34\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[5]~34_combout\ = (\inst2|counter\(5) & (!\inst2|counter[4]~33\)) # (!\inst2|counter\(5) & ((\inst2|counter[4]~33\) # (GND))) +-- \inst2|counter[5]~35\ = CARRY((!\inst2|counter[4]~33\) # (!\inst2|counter\(5))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(5), + datad => VCC, + cin => \inst2|counter[4]~33\, + combout => \inst2|counter[5]~34_combout\, + cout => \inst2|counter[5]~35\); + +-- Location: FF_X51_Y14_N19 +\inst2|counter[5]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[5]~34_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(5)); + +-- Location: LCCOMB_X51_Y14_N20 +\inst2|counter[6]~36\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[6]~36_combout\ = (\inst2|counter\(6) & (\inst2|counter[5]~35\ $ (GND))) # (!\inst2|counter\(6) & (!\inst2|counter[5]~35\ & VCC)) +-- \inst2|counter[6]~37\ = CARRY((\inst2|counter\(6) & !\inst2|counter[5]~35\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(6), + datad => VCC, + cin => \inst2|counter[5]~35\, + combout => \inst2|counter[6]~36_combout\, + cout => \inst2|counter[6]~37\); + +-- Location: FF_X51_Y14_N21 +\inst2|counter[6]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[6]~36_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(6)); + +-- Location: LCCOMB_X51_Y14_N22 +\inst2|counter[7]~38\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[7]~38_combout\ = (\inst2|counter\(7) & (!\inst2|counter[6]~37\)) # (!\inst2|counter\(7) & ((\inst2|counter[6]~37\) # (GND))) +-- \inst2|counter[7]~39\ = CARRY((!\inst2|counter[6]~37\) # (!\inst2|counter\(7))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(7), + datad => VCC, + cin => \inst2|counter[6]~37\, + combout => \inst2|counter[7]~38_combout\, + cout => \inst2|counter[7]~39\); + +-- Location: FF_X51_Y14_N23 +\inst2|counter[7]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[7]~38_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(7)); + +-- Location: LCCOMB_X51_Y14_N24 +\inst2|counter[8]~40\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[8]~40_combout\ = (\inst2|counter\(8) & (\inst2|counter[7]~39\ $ (GND))) # (!\inst2|counter\(8) & (!\inst2|counter[7]~39\ & VCC)) +-- \inst2|counter[8]~41\ = CARRY((\inst2|counter\(8) & !\inst2|counter[7]~39\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(8), + datad => VCC, + cin => \inst2|counter[7]~39\, + combout => \inst2|counter[8]~40_combout\, + cout => \inst2|counter[8]~41\); + +-- Location: FF_X51_Y14_N25 +\inst2|counter[8]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[8]~40_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(8)); + +-- Location: LCCOMB_X51_Y14_N26 +\inst2|counter[9]~42\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[9]~42_combout\ = (\inst2|counter\(9) & (!\inst2|counter[8]~41\)) # (!\inst2|counter\(9) & ((\inst2|counter[8]~41\) # (GND))) +-- \inst2|counter[9]~43\ = CARRY((!\inst2|counter[8]~41\) # (!\inst2|counter\(9))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datad => VCC, + cin => \inst2|counter[8]~41\, + combout => \inst2|counter[9]~42_combout\, + cout => \inst2|counter[9]~43\); + +-- Location: FF_X51_Y14_N27 +\inst2|counter[9]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[9]~42_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(9)); + +-- Location: LCCOMB_X51_Y14_N28 +\inst2|counter[10]~44\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[10]~44_combout\ = (\inst2|counter\(10) & (\inst2|counter[9]~43\ $ (GND))) # (!\inst2|counter\(10) & (!\inst2|counter[9]~43\ & VCC)) +-- \inst2|counter[10]~45\ = CARRY((\inst2|counter\(10) & !\inst2|counter[9]~43\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(10), + datad => VCC, + cin => \inst2|counter[9]~43\, + combout => \inst2|counter[10]~44_combout\, + cout => \inst2|counter[10]~45\); + +-- Location: FF_X51_Y14_N29 +\inst2|counter[10]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[10]~44_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(10)); + +-- Location: LCCOMB_X51_Y14_N30 +\inst2|counter[11]~46\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[11]~46_combout\ = (\inst2|counter\(11) & (!\inst2|counter[10]~45\)) # (!\inst2|counter\(11) & ((\inst2|counter[10]~45\) # (GND))) +-- \inst2|counter[11]~47\ = CARRY((!\inst2|counter[10]~45\) # (!\inst2|counter\(11))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datad => VCC, + cin => \inst2|counter[10]~45\, + combout => \inst2|counter[11]~46_combout\, + cout => \inst2|counter[11]~47\); + +-- Location: FF_X51_Y14_N31 +\inst2|counter[11]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[11]~46_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(11)); + +-- Location: LCCOMB_X51_Y13_N0 +\inst2|counter[12]~48\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[12]~48_combout\ = (\inst2|counter\(12) & (\inst2|counter[11]~47\ $ (GND))) # (!\inst2|counter\(12) & (!\inst2|counter[11]~47\ & VCC)) +-- \inst2|counter[12]~49\ = CARRY((\inst2|counter\(12) & !\inst2|counter[11]~47\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(12), + datad => VCC, + cin => \inst2|counter[11]~47\, + combout => \inst2|counter[12]~48_combout\, + cout => \inst2|counter[12]~49\); + +-- Location: FF_X51_Y13_N1 +\inst2|counter[12]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[12]~48_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(12)); + +-- Location: LCCOMB_X51_Y13_N2 +\inst2|counter[13]~50\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[13]~50_combout\ = (\inst2|counter\(13) & (!\inst2|counter[12]~49\)) # (!\inst2|counter\(13) & ((\inst2|counter[12]~49\) # (GND))) +-- \inst2|counter[13]~51\ = CARRY((!\inst2|counter[12]~49\) # (!\inst2|counter\(13))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(13), + datad => VCC, + cin => \inst2|counter[12]~49\, + combout => \inst2|counter[13]~50_combout\, + cout => \inst2|counter[13]~51\); + +-- Location: FF_X51_Y13_N3 +\inst2|counter[13]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[13]~50_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(13)); + +-- Location: LCCOMB_X51_Y13_N4 +\inst2|counter[14]~52\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[14]~52_combout\ = (\inst2|counter\(14) & (\inst2|counter[13]~51\ $ (GND))) # (!\inst2|counter\(14) & (!\inst2|counter[13]~51\ & VCC)) +-- \inst2|counter[14]~53\ = CARRY((\inst2|counter\(14) & !\inst2|counter[13]~51\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(14), + datad => VCC, + cin => \inst2|counter[13]~51\, + combout => \inst2|counter[14]~52_combout\, + cout => \inst2|counter[14]~53\); + +-- Location: FF_X51_Y13_N5 +\inst2|counter[14]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[14]~52_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(14)); + +-- Location: LCCOMB_X51_Y13_N6 +\inst2|counter[15]~54\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[15]~54_combout\ = (\inst2|counter\(15) & (!\inst2|counter[14]~53\)) # (!\inst2|counter\(15) & ((\inst2|counter[14]~53\) # (GND))) +-- \inst2|counter[15]~55\ = CARRY((!\inst2|counter[14]~53\) # (!\inst2|counter\(15))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datad => VCC, + cin => \inst2|counter[14]~53\, + combout => \inst2|counter[15]~54_combout\, + cout => \inst2|counter[15]~55\); + +-- Location: FF_X51_Y13_N7 +\inst2|counter[15]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[15]~54_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(15)); + +-- Location: LCCOMB_X51_Y13_N8 +\inst2|counter[16]~56\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[16]~56_combout\ = (\inst2|counter\(16) & (\inst2|counter[15]~55\ $ (GND))) # (!\inst2|counter\(16) & (!\inst2|counter[15]~55\ & VCC)) +-- \inst2|counter[16]~57\ = CARRY((\inst2|counter\(16) & !\inst2|counter[15]~55\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(16), + datad => VCC, + cin => \inst2|counter[15]~55\, + combout => \inst2|counter[16]~56_combout\, + cout => \inst2|counter[16]~57\); + +-- Location: FF_X51_Y13_N9 +\inst2|counter[16]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[16]~56_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(16)); + +-- Location: LCCOMB_X51_Y13_N10 +\inst2|counter[17]~58\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[17]~58_combout\ = (\inst2|counter\(17) & (!\inst2|counter[16]~57\)) # (!\inst2|counter\(17) & ((\inst2|counter[16]~57\) # (GND))) +-- \inst2|counter[17]~59\ = CARRY((!\inst2|counter[16]~57\) # (!\inst2|counter\(17))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(17), + datad => VCC, + cin => \inst2|counter[16]~57\, + combout => \inst2|counter[17]~58_combout\, + cout => \inst2|counter[17]~59\); + +-- Location: FF_X51_Y13_N11 +\inst2|counter[17]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[17]~58_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(17)); + +-- Location: LCCOMB_X50_Y13_N20 +\inst2|LessThan0~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~0_combout\ = ((!\inst2|counter\(15) & (!\inst2|counter\(16) & !\inst2|counter\(14)))) # (!\inst2|counter\(17)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000111100011111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|counter\(16), + datac => \inst2|counter\(17), + datad => \inst2|counter\(14), + combout => \inst2|LessThan0~0_combout\); + +-- Location: LCCOMB_X51_Y13_N12 +\inst2|counter[18]~60\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[18]~60_combout\ = (\inst2|counter\(18) & (\inst2|counter[17]~59\ $ (GND))) # (!\inst2|counter\(18) & (!\inst2|counter[17]~59\ & VCC)) +-- \inst2|counter[18]~61\ = CARRY((\inst2|counter\(18) & !\inst2|counter[17]~59\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datad => VCC, + cin => \inst2|counter[17]~59\, + combout => \inst2|counter[18]~60_combout\, + cout => \inst2|counter[18]~61\); + +-- Location: FF_X51_Y13_N13 +\inst2|counter[18]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[18]~60_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(18)); + +-- Location: LCCOMB_X51_Y13_N14 +\inst2|counter[19]~62\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[19]~62_combout\ = (\inst2|counter\(19) & (!\inst2|counter[18]~61\)) # (!\inst2|counter\(19) & ((\inst2|counter[18]~61\) # (GND))) +-- \inst2|counter[19]~63\ = CARRY((!\inst2|counter[18]~61\) # (!\inst2|counter\(19))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(19), + datad => VCC, + cin => \inst2|counter[18]~61\, + combout => \inst2|counter[19]~62_combout\, + cout => \inst2|counter[19]~63\); + +-- Location: FF_X51_Y13_N15 +\inst2|counter[19]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[19]~62_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(19)); + +-- Location: LCCOMB_X51_Y13_N16 +\inst2|counter[20]~64\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[20]~64_combout\ = (\inst2|counter\(20) & (\inst2|counter[19]~63\ $ (GND))) # (!\inst2|counter\(20) & (!\inst2|counter[19]~63\ & VCC)) +-- \inst2|counter[20]~65\ = CARRY((\inst2|counter\(20) & !\inst2|counter[19]~63\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(20), + datad => VCC, + cin => \inst2|counter[19]~63\, + combout => \inst2|counter[20]~64_combout\, + cout => \inst2|counter[20]~65\); + +-- Location: FF_X51_Y13_N17 +\inst2|counter[20]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[20]~64_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(20)); + +-- Location: LCCOMB_X51_Y13_N18 +\inst2|counter[21]~66\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[21]~66_combout\ = (\inst2|counter\(21) & (!\inst2|counter[20]~65\)) # (!\inst2|counter\(21) & ((\inst2|counter[20]~65\) # (GND))) +-- \inst2|counter[21]~67\ = CARRY((!\inst2|counter[20]~65\) # (!\inst2|counter\(21))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(21), + datad => VCC, + cin => \inst2|counter[20]~65\, + combout => \inst2|counter[21]~66_combout\, + cout => \inst2|counter[21]~67\); + +-- Location: FF_X51_Y13_N19 +\inst2|counter[21]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[21]~66_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(21)); + +-- Location: LCCOMB_X51_Y13_N20 +\inst2|counter[22]~68\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[22]~68_combout\ = (\inst2|counter\(22) & (\inst2|counter[21]~67\ $ (GND))) # (!\inst2|counter\(22) & (!\inst2|counter[21]~67\ & VCC)) +-- \inst2|counter[22]~69\ = CARRY((\inst2|counter\(22) & !\inst2|counter[21]~67\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datad => VCC, + cin => \inst2|counter[21]~67\, + combout => \inst2|counter[22]~68_combout\, + cout => \inst2|counter[22]~69\); + +-- Location: FF_X51_Y13_N21 +\inst2|counter[22]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[22]~68_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(22)); + +-- Location: LCCOMB_X51_Y13_N22 +\inst2|counter[23]~70\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[23]~70_combout\ = \inst2|counter\(23) $ (\inst2|counter[22]~69\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(23), + cin => \inst2|counter[22]~69\, + combout => \inst2|counter[23]~70_combout\); + +-- Location: FF_X51_Y13_N23 +\inst2|counter[23]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[23]~70_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(23)); + +-- Location: LCCOMB_X51_Y13_N24 +\inst2|LessThan0~1\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~1_combout\ = (((!\inst2|counter\(21)) # (!\inst2|counter\(19))) # (!\inst2|counter\(20))) # (!\inst2|counter\(18)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0111111111111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datab => \inst2|counter\(20), + datac => \inst2|counter\(19), + datad => \inst2|counter\(21), + combout => \inst2|LessThan0~1_combout\); + +-- Location: LCCOMB_X51_Y13_N30 +\inst2|LessThan0~2\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~2_combout\ = ((\inst2|LessThan0~1_combout\) # (!\inst2|counter\(23))) # (!\inst2|counter\(22)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datac => \inst2|counter\(23), + datad => \inst2|LessThan0~1_combout\, + combout => \inst2|LessThan0~2_combout\); + +-- Location: LCCOMB_X51_Y14_N4 +\inst2|LessThan0~5\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~5_combout\ = (!\inst2|counter\(9) & (!\inst2|counter\(8) & (!\inst2|counter\(7) & !\inst2|counter\(10)))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000000000001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datab => \inst2|counter\(8), + datac => \inst2|counter\(7), + datad => \inst2|counter\(10), + combout => \inst2|LessThan0~5_combout\); + +-- Location: LCCOMB_X51_Y14_N0 +\inst2|LessThan0~3\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~3_combout\ = (!\inst2|counter\(2) & (!\inst2|counter\(4) & ((!\inst2|counter\(1)) # (!\inst2|counter\(0))))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000100010001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(2), + datab => \inst2|counter\(4), + datac => \inst2|counter\(0), + datad => \inst2|counter\(1), + combout => \inst2|LessThan0~3_combout\); + +-- Location: LCCOMB_X51_Y14_N6 +\inst2|LessThan0~4\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~4_combout\ = ((\inst2|LessThan0~3_combout\) # ((!\inst2|counter\(4) & !\inst2|counter\(3)))) # (!\inst2|counter\(5)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100110111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datab => \inst2|counter\(5), + datac => \inst2|counter\(3), + datad => \inst2|LessThan0~3_combout\, + combout => \inst2|LessThan0~4_combout\); + +-- Location: LCCOMB_X51_Y14_N2 +\inst2|LessThan0~6\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~6_combout\ = (!\inst2|counter\(11) & (!\inst2|counter\(6) & (\inst2|LessThan0~5_combout\ & \inst2|LessThan0~4_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0001000000000000", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datab => \inst2|counter\(6), + datac => \inst2|LessThan0~5_combout\, + datad => \inst2|LessThan0~4_combout\, + combout => \inst2|LessThan0~6_combout\); + +-- Location: LCCOMB_X51_Y13_N28 +\inst2|LessThan0~7\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~7_combout\ = (\inst2|counter\(16)) # ((\inst2|counter\(13)) # ((\inst2|counter\(12) & !\inst2|LessThan0~6_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111101011111110", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(16), + datab => \inst2|counter\(12), + datac => \inst2|counter\(13), + datad => \inst2|LessThan0~6_combout\, + combout => \inst2|LessThan0~7_combout\); + +-- Location: LCCOMB_X51_Y13_N26 +\inst2|LessThan0~8\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~8_combout\ = (\inst2|LessThan0~0_combout\) # ((\inst2|LessThan0~2_combout\) # ((!\inst2|counter\(15) & !\inst2|LessThan0~7_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111110011111101", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|LessThan0~0_combout\, + datac => \inst2|LessThan0~2_combout\, + datad => \inst2|LessThan0~7_combout\, + combout => \inst2|LessThan0~8_combout\); + +-- Location: LCCOMB_X52_Y13_N0 +\inst2|ledBuf~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|ledBuf~0_combout\ = \inst2|ledBuf~q\ $ (!\inst2|LessThan0~8_combout\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111000000001111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datac => \inst2|ledBuf~q\, + datad => \inst2|LessThan0~8_combout\, + combout => \inst2|ledBuf~0_combout\); + +-- Location: FF_X52_Y13_N1 +\inst2|ledBuf\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|ledBuf~0_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|ledBuf~q\); + +-- Location: IOIBUF_X38_Y34_N1 +\Address[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(7), + o => \Address[7]~input_o\); + +-- Location: IOIBUF_X14_Y34_N8 +\Address[6]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(6), + o => \Address[6]~input_o\); + +-- Location: IOIBUF_X7_Y34_N15 +\Address[5]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(5), + o => \Address[5]~input_o\); + +-- Location: IOIBUF_X14_Y34_N22 +\Address[4]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(4), + o => \Address[4]~input_o\); + +-- Location: IOIBUF_X7_Y34_N1 +\Address[3]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(3), + o => \Address[3]~input_o\); + +-- Location: IOIBUF_X7_Y34_N8 +\Address[2]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(2), + o => \Address[2]~input_o\); + +-- Location: IOIBUF_X14_Y34_N15 +\Address[1]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(1), + o => \Address[1]~input_o\); + +-- Location: IOIBUF_X38_Y34_N15 +\Address[0]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(0), + o => \Address[0]~input_o\); + +-- Location: IOIBUF_X20_Y34_N1 +\nOE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nOE, + o => \nOE~input_o\); + +-- Location: IOIBUF_X20_Y34_N8 +\nWE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nWE, + o => \nWE~input_o\); + +-- Location: IOIBUF_X20_Y34_N15 +\nCE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nCE, + o => \nCE~input_o\); + +-- Location: IOIBUF_X18_Y34_N1 +\Data[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(7), + o => \Data[7]~input_o\); + +-- Location: IOIBUF_X18_Y34_N22 +\Data[6]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(6), + o => \Data[6]~input_o\); + +-- Location: IOIBUF_X16_Y34_N1 +\Data[5]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(5), + o => \Data[5]~input_o\); + +-- Location: IOIBUF_X16_Y34_N15 +\Data[4]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(4), + o => \Data[4]~input_o\); + +-- Location: IOIBUF_X45_Y34_N8 +\Data[3]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(3), + o => \Data[3]~input_o\); + +-- Location: IOIBUF_X45_Y34_N15 +\Data[2]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(2), + o => \Data[2]~input_o\); + +-- Location: IOIBUF_X45_Y34_N22 +\Data[1]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(1), + o => \Data[1]~input_o\); + +-- Location: IOIBUF_X40_Y34_N8 +\Data[0]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(0), + o => \Data[0]~input_o\); + +ww_FPGA_LED_1 <= \FPGA_LED_1~output_o\; + +Data(7) <= \Data[7]~output_o\; + +Data(6) <= \Data[6]~output_o\; + +Data(5) <= \Data[5]~output_o\; + +Data(4) <= \Data[4]~output_o\; + +Data(3) <= \Data[3]~output_o\; + +Data(2) <= \Data[2]~output_o\; + +Data(1) <= \Data[1]~output_o\; + +Data(0) <= \Data[0]~output_o\; +END structure; + + diff --git a/MainController/simulation/modelsim/MainController_8_1200mv_85c_vhd_slow.sdo b/MainController/simulation/modelsim/MainController_8_1200mv_85c_vhd_slow.sdo new file mode 100644 index 0000000..7a8f05c --- /dev/null +++ b/MainController/simulation/modelsim/MainController_8_1200mv_85c_vhd_slow.sdo @@ -0,0 +1,949 @@ +// Copyright (C) 1991-2013 Altera Corporation +// Your use of Altera Corporation's design tools, logic functions +// and other software and tools, and its AMPP partner logic +// functions, and any output files from any of the foregoing +// (including device programming or simulation files), and any +// associated documentation or information are expressly subject +// to the terms and conditions of the Altera Program License +// Subscription Agreement, Altera MegaCore Function License +// Agreement, or other applicable license agreement, including, +// without limitation, that your use is for the sole purpose of +// programming logic devices manufactured by Altera and sold by +// Altera or its authorized distributors. Please refer to the +// applicable agreement for further details. + + +// +// Device: Altera EP3C25Q240C8 Package PQFP240 +// + +// +// This file contains Slow Corner delays for the design using part EP3C25Q240C8, +// with speed grade 8, core voltage 1.2V, and temperature 85 Celsius +// + +// +// This SDF file should be used for ModelSim-Altera (VHDL) only +// + +(DELAYFILE + (SDFVERSION "2.1") + (DESIGN "MainController") + (DATE "03/12/2024 16:24:29") + (VENDOR "Altera") + (PROGRAM "Quartus II 64-Bit") + (VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version") + (DIVIDER .) + (TIMESCALE 1 ps) + + (CELL + (CELLTYPE "cycloneiii_io_obuf") + (INSTANCE \\FPGA_LED_1\~output\\) + (DELAY + (ABSOLUTE + (PORT i (1403:1403:1403) (1502:1502:1502)) + (IOPATH i o (2195:2195:2195) (2297:2297:2297)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_io_ibuf") + (INSTANCE \\FPGA_CLK\~input\\) + (DELAY + (ABSOLUTE + (IOPATH i o (899:899:899) (1014:1014:1014)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_clkctrl") + (INSTANCE \\FPGA_CLK\~inputclkctrl\\) + (DELAY + (ABSOLUTE + (PORT inclk[0] (190:190:190) (179:179:179)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[0\]\~24\\) + (DELAY + (ABSOLUTE + (PORT dataa (567:567:567) (600:600:600)) + (IOPATH dataa combout (471:471:471) (472:472:472)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[0\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[1\]\~26\\) + (DELAY + (ABSOLUTE + (PORT datab (576:576:576) (592:592:592)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[1\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[2\]\~28\\) + (DELAY + (ABSOLUTE + (PORT datab (566:566:566) (594:594:594)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[2\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[3\]\~30\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (423:423:423)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[3\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[4\]\~32\\) + (DELAY + (ABSOLUTE + (PORT dataa (583:583:583) (615:615:615)) + (IOPATH dataa combout (471:471:471) (472:472:472)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[4\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[5\]\~34\\) + (DELAY + (ABSOLUTE + (PORT datab (342:342:342) (425:425:425)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[5\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[6\]\~36\\) + (DELAY + (ABSOLUTE + (PORT datab (341:341:341) (425:425:425)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[6\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[7\]\~38\\) + (DELAY + (ABSOLUTE + (PORT datab (561:561:561) (592:592:592)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[7\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[8\]\~40\\) + (DELAY + (ABSOLUTE + (PORT datab (341:341:341) (423:423:423)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[8\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[9\]\~42\\) + (DELAY + (ABSOLUTE + (PORT dataa (343:343:343) (434:434:434)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[9\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[10\]\~44\\) + (DELAY + (ABSOLUTE + (PORT datab (341:341:341) (421:421:421)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[10\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[11\]\~46\\) + (DELAY + (ABSOLUTE + (PORT dataa (343:343:343) (434:434:434)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[11\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[12\]\~48\\) + (DELAY + (ABSOLUTE + (PORT datab (340:340:340) (422:422:422)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[12\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[13\]\~50\\) + (DELAY + (ABSOLUTE + (PORT datab (357:357:357) (434:434:434)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[13\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[14\]\~52\\) + (DELAY + (ABSOLUTE + (PORT datab (358:358:358) (435:435:435)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[14\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[15\]\~54\\) + (DELAY + (ABSOLUTE + (PORT dataa (370:370:370) (460:460:460)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[15\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[16\]\~56\\) + (DELAY + (ABSOLUTE + (PORT datab (359:359:359) (436:436:436)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[16\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[17\]\~58\\) + (DELAY + (ABSOLUTE + (PORT dataa (362:362:362) (447:447:447)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[17\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~0\\) + (DELAY + (ABSOLUTE + (PORT dataa (893:893:893) (866:866:866)) + (PORT datab (635:635:635) (645:645:645)) + (PORT datac (534:534:534) (562:562:562)) + (PORT datad (572:572:572) (584:584:584)) + (IOPATH dataa combout (438:438:438) (448:448:448)) + (IOPATH datab combout (440:440:440) (462:462:462)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[18\]\~60\\) + (DELAY + (ABSOLUTE + (PORT dataa (346:346:346) (436:436:436)) + (IOPATH dataa combout (471:471:471) (472:472:472)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[18\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[19\]\~62\\) + (DELAY + (ABSOLUTE + (PORT datab (344:344:344) (425:425:425)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[19\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[20\]\~64\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (426:426:426)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[20\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[21\]\~66\\) + (DELAY + (ABSOLUTE + (PORT datab (344:344:344) (424:424:424)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[21\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[22\]\~68\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (428:428:428)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[22\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[23\]\~70\\) + (DELAY + (ABSOLUTE + (PORT dataa (821:821:821) (810:810:810)) + (IOPATH dataa combout (471:471:471) (481:481:481)) + (IOPATH cin combout (607:607:607) (577:577:577)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[23\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~1\\) + (DELAY + (ABSOLUTE + (PORT dataa (346:346:346) (435:435:435)) + (PORT datab (342:342:342) (425:425:425)) + (PORT datac (302:302:302) (385:385:385)) + (PORT datad (302:302:302) (378:378:378)) + (IOPATH dataa combout (420:420:420) (428:428:428)) + (IOPATH datab combout (432:432:432) (433:433:433)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~2\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (427:427:427)) + (PORT datac (776:776:776) (761:761:761)) + (PORT datad (237:237:237) (256:256:256)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~5\\) + (DELAY + (ABSOLUTE + (PORT dataa (346:346:346) (434:434:434)) + (PORT datab (343:343:343) (424:424:424)) + (PORT datac (319:319:319) (396:396:396)) + (PORT datad (304:304:304) (379:379:379)) + (IOPATH dataa combout (456:456:456) (486:486:486)) + (IOPATH datab combout (457:457:457) (489:489:489)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~3\\) + (DELAY + (ABSOLUTE + (PORT dataa (361:361:361) (445:445:445)) + (PORT datab (359:359:359) (437:437:437)) + (PORT datac (318:318:318) (396:396:396)) + (PORT datad (319:319:319) (389:389:389)) + (IOPATH dataa combout (456:456:456) (486:486:486)) + (IOPATH datab combout (457:457:457) (489:489:489)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~4\\) + (DELAY + (ABSOLUTE + (PORT dataa (583:583:583) (613:613:613)) + (PORT datab (342:342:342) (424:424:424)) + (PORT datac (301:301:301) (385:385:385)) + (PORT datad (237:237:237) (255:255:255)) + (IOPATH dataa combout (481:481:481) (491:491:491)) + (IOPATH datab combout (494:494:494) (496:496:496)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~6\\) + (DELAY + (ABSOLUTE + (PORT dataa (348:348:348) (438:438:438)) + (PORT datab (344:344:344) (427:427:427)) + (PORT datac (235:235:235) (262:262:262)) + (PORT datad (237:237:237) (255:255:255)) + (IOPATH dataa combout (393:393:393) (398:398:398)) + (IOPATH datab combout (393:393:393) (408:408:408)) + (IOPATH datac combout (324:324:324) (316:316:316)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~7\\) + (DELAY + (ABSOLUTE + (PORT dataa (579:579:579) (617:617:617)) + (PORT datab (345:345:345) (429:429:429)) + (PORT datac (541:541:541) (559:559:559)) + (PORT datad (816:816:816) (741:741:741)) + (IOPATH dataa combout (471:471:471) (453:453:453)) + (IOPATH datab combout (472:472:472) (452:452:452)) + (IOPATH datac combout (327:327:327) (316:316:316)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~8\\) + (DELAY + (ABSOLUTE + (PORT dataa (373:373:373) (464:464:464)) + (PORT datab (531:531:531) (492:492:492)) + (PORT datac (235:235:235) (262:262:262)) + (PORT datad (236:236:236) (255:255:255)) + (IOPATH dataa combout (456:456:456) (486:486:486)) + (IOPATH datab combout (454:454:454) (473:473:473)) + (IOPATH datac combout (327:327:327) (316:316:316)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|ledBuf\~0\\) + (DELAY + (ABSOLUTE + (PORT datad (747:747:747) (674:674:674)) + (IOPATH datac combout (462:462:462) (482:482:482)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|ledBuf\\) + (DELAY + (ABSOLUTE + (PORT clk (2411:2411:2411) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + ) + ) +) diff --git a/MainController/simulation/modelsim/MainController_min_1200mv_0c_fast.vho b/MainController/simulation/modelsim/MainController_min_1200mv_0c_fast.vho new file mode 100644 index 0000000..d2c6f05 --- /dev/null +++ b/MainController/simulation/modelsim/MainController_min_1200mv_0c_fast.vho @@ -0,0 +1,1526 @@ +-- Copyright (C) 1991-2013 Altera Corporation +-- Your use of Altera Corporation's design tools, logic functions +-- and other software and tools, and its AMPP partner logic +-- functions, and any output files from any of the foregoing +-- (including device programming or simulation files), and any +-- associated documentation or information are expressly subject +-- to the terms and conditions of the Altera Program License +-- Subscription Agreement, Altera MegaCore Function License +-- Agreement, or other applicable license agreement, including, +-- without limitation, that your use is for the sole purpose of +-- programming logic devices manufactured by Altera and sold by +-- Altera or its authorized distributors. Please refer to the +-- applicable agreement for further details. + +-- VENDOR "Altera" +-- PROGRAM "Quartus II 64-Bit" +-- VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version" + +-- DATE "03/12/2024 16:24:29" + +-- +-- Device: Altera EP3C25Q240C8 Package PQFP240 +-- + +-- +-- This VHDL file should be used for ModelSim-Altera (VHDL) only +-- + +LIBRARY ALTERA; +LIBRARY CYCLONEIII; +LIBRARY IEEE; +USE ALTERA.ALTERA_PRIMITIVES_COMPONENTS.ALL; +USE CYCLONEIII.CYCLONEIII_COMPONENTS.ALL; +USE IEEE.STD_LOGIC_1164.ALL; + +ENTITY MainController IS + PORT ( + FPGA_LED_1 : OUT std_logic; + FPGA_CLK : IN std_logic; + Data : INOUT std_logic_vector(7 DOWNTO 0); + Address : IN std_logic_vector(7 DOWNTO 0); + nOE : IN std_logic; + nWE : IN std_logic; + nCE : IN std_logic + ); +END MainController; + +-- Design Ports Information +-- FPGA_LED_1 => Location: PIN_166, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Address[7] => Location: PIN_195, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[6] => Location: PIN_230, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[5] => Location: PIN_235, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[4] => Location: PIN_232, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[3] => Location: PIN_233, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[2] => Location: PIN_234, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[1] => Location: PIN_231, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Address[0] => Location: PIN_196, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nOE => Location: PIN_217, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nWE => Location: PIN_218, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- nCE => Location: PIN_219, I/O Standard: 3.3-V LVTTL, Current Strength: Default +-- Data[7] => Location: PIN_221, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[6] => Location: PIN_223, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[5] => Location: PIN_224, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[4] => Location: PIN_226, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[3] => Location: PIN_187, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[2] => Location: PIN_188, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[1] => Location: PIN_189, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- Data[0] => Location: PIN_194, I/O Standard: 3.3-V LVTTL, Current Strength: 8mA +-- FPGA_CLK => Location: PIN_31, I/O Standard: 3.3-V LVTTL, Current Strength: Default + + +ARCHITECTURE structure OF MainController IS +SIGNAL gnd : std_logic := '0'; +SIGNAL vcc : std_logic := '1'; +SIGNAL unknown : std_logic := 'X'; +SIGNAL devoe : std_logic := '1'; +SIGNAL devclrn : std_logic := '1'; +SIGNAL devpor : std_logic := '1'; +SIGNAL ww_devoe : std_logic; +SIGNAL ww_devclrn : std_logic; +SIGNAL ww_devpor : std_logic; +SIGNAL ww_FPGA_LED_1 : std_logic; +SIGNAL ww_FPGA_CLK : std_logic; +SIGNAL ww_Address : std_logic_vector(7 DOWNTO 0); +SIGNAL ww_nOE : std_logic; +SIGNAL ww_nWE : std_logic; +SIGNAL ww_nCE : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_INCLK_bus\ : std_logic_vector(3 DOWNTO 0); +SIGNAL \Address[7]~input_o\ : std_logic; +SIGNAL \Address[6]~input_o\ : std_logic; +SIGNAL \Address[5]~input_o\ : std_logic; +SIGNAL \Address[4]~input_o\ : std_logic; +SIGNAL \Address[3]~input_o\ : std_logic; +SIGNAL \Address[2]~input_o\ : std_logic; +SIGNAL \Address[1]~input_o\ : std_logic; +SIGNAL \Address[0]~input_o\ : std_logic; +SIGNAL \nOE~input_o\ : std_logic; +SIGNAL \nWE~input_o\ : std_logic; +SIGNAL \nCE~input_o\ : std_logic; +SIGNAL \Data[7]~input_o\ : std_logic; +SIGNAL \Data[6]~input_o\ : std_logic; +SIGNAL \Data[5]~input_o\ : std_logic; +SIGNAL \Data[4]~input_o\ : std_logic; +SIGNAL \Data[3]~input_o\ : std_logic; +SIGNAL \Data[2]~input_o\ : std_logic; +SIGNAL \Data[1]~input_o\ : std_logic; +SIGNAL \Data[0]~input_o\ : std_logic; +SIGNAL \Data[7]~output_o\ : std_logic; +SIGNAL \Data[6]~output_o\ : std_logic; +SIGNAL \Data[5]~output_o\ : std_logic; +SIGNAL \Data[4]~output_o\ : std_logic; +SIGNAL \Data[3]~output_o\ : std_logic; +SIGNAL \Data[2]~output_o\ : std_logic; +SIGNAL \Data[1]~output_o\ : std_logic; +SIGNAL \Data[0]~output_o\ : std_logic; +SIGNAL \FPGA_LED_1~output_o\ : std_logic; +SIGNAL \FPGA_CLK~input_o\ : std_logic; +SIGNAL \FPGA_CLK~inputclkctrl_outclk\ : std_logic; +SIGNAL \inst2|counter[0]~24_combout\ : std_logic; +SIGNAL \inst2|counter[0]~25\ : std_logic; +SIGNAL \inst2|counter[1]~26_combout\ : std_logic; +SIGNAL \inst2|counter[1]~27\ : std_logic; +SIGNAL \inst2|counter[2]~28_combout\ : std_logic; +SIGNAL \inst2|counter[2]~29\ : std_logic; +SIGNAL \inst2|counter[3]~30_combout\ : std_logic; +SIGNAL \inst2|counter[3]~31\ : std_logic; +SIGNAL \inst2|counter[4]~32_combout\ : std_logic; +SIGNAL \inst2|counter[4]~33\ : std_logic; +SIGNAL \inst2|counter[5]~34_combout\ : std_logic; +SIGNAL \inst2|counter[5]~35\ : std_logic; +SIGNAL \inst2|counter[6]~36_combout\ : std_logic; +SIGNAL \inst2|counter[6]~37\ : std_logic; +SIGNAL \inst2|counter[7]~38_combout\ : std_logic; +SIGNAL \inst2|counter[7]~39\ : std_logic; +SIGNAL \inst2|counter[8]~40_combout\ : std_logic; +SIGNAL \inst2|counter[8]~41\ : std_logic; +SIGNAL \inst2|counter[9]~42_combout\ : std_logic; +SIGNAL \inst2|counter[9]~43\ : std_logic; +SIGNAL \inst2|counter[10]~44_combout\ : std_logic; +SIGNAL \inst2|counter[10]~45\ : std_logic; +SIGNAL \inst2|counter[11]~46_combout\ : std_logic; +SIGNAL \inst2|counter[11]~47\ : std_logic; +SIGNAL \inst2|counter[12]~48_combout\ : std_logic; +SIGNAL \inst2|counter[12]~49\ : std_logic; +SIGNAL \inst2|counter[13]~50_combout\ : std_logic; +SIGNAL \inst2|counter[13]~51\ : std_logic; +SIGNAL \inst2|counter[14]~52_combout\ : std_logic; +SIGNAL \inst2|counter[14]~53\ : std_logic; +SIGNAL \inst2|counter[15]~54_combout\ : std_logic; +SIGNAL \inst2|counter[15]~55\ : std_logic; +SIGNAL \inst2|counter[16]~56_combout\ : std_logic; +SIGNAL \inst2|counter[16]~57\ : std_logic; +SIGNAL \inst2|counter[17]~58_combout\ : std_logic; +SIGNAL \inst2|LessThan0~0_combout\ : std_logic; +SIGNAL \inst2|counter[17]~59\ : std_logic; +SIGNAL \inst2|counter[18]~60_combout\ : std_logic; +SIGNAL \inst2|counter[18]~61\ : std_logic; +SIGNAL \inst2|counter[19]~62_combout\ : std_logic; +SIGNAL \inst2|counter[19]~63\ : std_logic; +SIGNAL \inst2|counter[20]~64_combout\ : std_logic; +SIGNAL \inst2|counter[20]~65\ : std_logic; +SIGNAL \inst2|counter[21]~66_combout\ : std_logic; +SIGNAL \inst2|counter[21]~67\ : std_logic; +SIGNAL \inst2|counter[22]~68_combout\ : std_logic; +SIGNAL \inst2|counter[22]~69\ : std_logic; +SIGNAL \inst2|counter[23]~70_combout\ : std_logic; +SIGNAL \inst2|LessThan0~1_combout\ : std_logic; +SIGNAL \inst2|LessThan0~2_combout\ : std_logic; +SIGNAL \inst2|LessThan0~5_combout\ : std_logic; +SIGNAL \inst2|LessThan0~3_combout\ : std_logic; +SIGNAL \inst2|LessThan0~4_combout\ : std_logic; +SIGNAL \inst2|LessThan0~6_combout\ : std_logic; +SIGNAL \inst2|LessThan0~7_combout\ : std_logic; +SIGNAL \inst2|LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ledBuf~0_combout\ : std_logic; +SIGNAL \inst2|ledBuf~q\ : std_logic; +SIGNAL \inst2|counter\ : std_logic_vector(23 DOWNTO 0); +SIGNAL \inst2|ALT_INV_LessThan0~8_combout\ : std_logic; +SIGNAL \inst2|ALT_INV_ledBuf~q\ : std_logic; + +BEGIN + +FPGA_LED_1 <= ww_FPGA_LED_1; +ww_FPGA_CLK <= FPGA_CLK; +ww_Address <= Address; +ww_nOE <= nOE; +ww_nWE <= nWE; +ww_nCE <= nCE; +ww_devoe <= devoe; +ww_devclrn <= devclrn; +ww_devpor <= devpor; + +\FPGA_CLK~inputclkctrl_INCLK_bus\ <= (vcc & vcc & vcc & \FPGA_CLK~input_o\); +\inst2|ALT_INV_LessThan0~8_combout\ <= NOT \inst2|LessThan0~8_combout\; +\inst2|ALT_INV_ledBuf~q\ <= NOT \inst2|ledBuf~q\; + +-- Location: IOOBUF_X18_Y34_N2 +\Data[7]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[7]~output_o\); + +-- Location: IOOBUF_X18_Y34_N23 +\Data[6]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[6]~output_o\); + +-- Location: IOOBUF_X16_Y34_N2 +\Data[5]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[5]~output_o\); + +-- Location: IOOBUF_X16_Y34_N16 +\Data[4]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[4]~output_o\); + +-- Location: IOOBUF_X45_Y34_N9 +\Data[3]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[3]~output_o\); + +-- Location: IOOBUF_X45_Y34_N16 +\Data[2]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[2]~output_o\); + +-- Location: IOOBUF_X45_Y34_N23 +\Data[1]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[1]~output_o\); + +-- Location: IOOBUF_X40_Y34_N9 +\Data[0]~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "true") +-- pragma translate_on +PORT MAP ( + i => VCC, + devoe => ww_devoe, + o => \Data[0]~output_o\); + +-- Location: IOOBUF_X53_Y22_N2 +\FPGA_LED_1~output\ : cycloneiii_io_obuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + open_drain_output => "false") +-- pragma translate_on +PORT MAP ( + i => \inst2|ALT_INV_ledBuf~q\, + devoe => ww_devoe, + o => \FPGA_LED_1~output_o\); + +-- Location: IOIBUF_X0_Y16_N1 +\FPGA_CLK~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_FPGA_CLK, + o => \FPGA_CLK~input_o\); + +-- Location: CLKCTRL_G4 +\FPGA_CLK~inputclkctrl\ : cycloneiii_clkctrl +-- pragma translate_off +GENERIC MAP ( + clock_type => "global clock", + ena_register_mode => "none") +-- pragma translate_on +PORT MAP ( + inclk => \FPGA_CLK~inputclkctrl_INCLK_bus\, + devclrn => ww_devclrn, + devpor => ww_devpor, + outclk => \FPGA_CLK~inputclkctrl_outclk\); + +-- Location: LCCOMB_X51_Y14_N8 +\inst2|counter[0]~24\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[0]~24_combout\ = \inst2|counter\(0) $ (VCC) +-- \inst2|counter[0]~25\ = CARRY(\inst2|counter\(0)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101010110101010", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(0), + datad => VCC, + combout => \inst2|counter[0]~24_combout\, + cout => \inst2|counter[0]~25\); + +-- Location: FF_X51_Y14_N9 +\inst2|counter[0]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[0]~24_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(0)); + +-- Location: LCCOMB_X51_Y14_N10 +\inst2|counter[1]~26\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[1]~26_combout\ = (\inst2|counter\(1) & (!\inst2|counter[0]~25\)) # (!\inst2|counter\(1) & ((\inst2|counter[0]~25\) # (GND))) +-- \inst2|counter[1]~27\ = CARRY((!\inst2|counter[0]~25\) # (!\inst2|counter\(1))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(1), + datad => VCC, + cin => \inst2|counter[0]~25\, + combout => \inst2|counter[1]~26_combout\, + cout => \inst2|counter[1]~27\); + +-- Location: FF_X51_Y14_N11 +\inst2|counter[1]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[1]~26_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(1)); + +-- Location: LCCOMB_X51_Y14_N12 +\inst2|counter[2]~28\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[2]~28_combout\ = (\inst2|counter\(2) & (\inst2|counter[1]~27\ $ (GND))) # (!\inst2|counter\(2) & (!\inst2|counter[1]~27\ & VCC)) +-- \inst2|counter[2]~29\ = CARRY((\inst2|counter\(2) & !\inst2|counter[1]~27\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(2), + datad => VCC, + cin => \inst2|counter[1]~27\, + combout => \inst2|counter[2]~28_combout\, + cout => \inst2|counter[2]~29\); + +-- Location: FF_X51_Y14_N13 +\inst2|counter[2]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[2]~28_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(2)); + +-- Location: LCCOMB_X51_Y14_N14 +\inst2|counter[3]~30\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[3]~30_combout\ = (\inst2|counter\(3) & (!\inst2|counter[2]~29\)) # (!\inst2|counter\(3) & ((\inst2|counter[2]~29\) # (GND))) +-- \inst2|counter[3]~31\ = CARRY((!\inst2|counter[2]~29\) # (!\inst2|counter\(3))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(3), + datad => VCC, + cin => \inst2|counter[2]~29\, + combout => \inst2|counter[3]~30_combout\, + cout => \inst2|counter[3]~31\); + +-- Location: FF_X51_Y14_N15 +\inst2|counter[3]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[3]~30_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(3)); + +-- Location: LCCOMB_X51_Y14_N16 +\inst2|counter[4]~32\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[4]~32_combout\ = (\inst2|counter\(4) & (\inst2|counter[3]~31\ $ (GND))) # (!\inst2|counter\(4) & (!\inst2|counter[3]~31\ & VCC)) +-- \inst2|counter[4]~33\ = CARRY((\inst2|counter\(4) & !\inst2|counter[3]~31\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datad => VCC, + cin => \inst2|counter[3]~31\, + combout => \inst2|counter[4]~32_combout\, + cout => \inst2|counter[4]~33\); + +-- Location: FF_X51_Y14_N17 +\inst2|counter[4]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[4]~32_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(4)); + +-- Location: LCCOMB_X51_Y14_N18 +\inst2|counter[5]~34\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[5]~34_combout\ = (\inst2|counter\(5) & (!\inst2|counter[4]~33\)) # (!\inst2|counter\(5) & ((\inst2|counter[4]~33\) # (GND))) +-- \inst2|counter[5]~35\ = CARRY((!\inst2|counter[4]~33\) # (!\inst2|counter\(5))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(5), + datad => VCC, + cin => \inst2|counter[4]~33\, + combout => \inst2|counter[5]~34_combout\, + cout => \inst2|counter[5]~35\); + +-- Location: FF_X51_Y14_N19 +\inst2|counter[5]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[5]~34_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(5)); + +-- Location: LCCOMB_X51_Y14_N20 +\inst2|counter[6]~36\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[6]~36_combout\ = (\inst2|counter\(6) & (\inst2|counter[5]~35\ $ (GND))) # (!\inst2|counter\(6) & (!\inst2|counter[5]~35\ & VCC)) +-- \inst2|counter[6]~37\ = CARRY((\inst2|counter\(6) & !\inst2|counter[5]~35\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(6), + datad => VCC, + cin => \inst2|counter[5]~35\, + combout => \inst2|counter[6]~36_combout\, + cout => \inst2|counter[6]~37\); + +-- Location: FF_X51_Y14_N21 +\inst2|counter[6]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[6]~36_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(6)); + +-- Location: LCCOMB_X51_Y14_N22 +\inst2|counter[7]~38\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[7]~38_combout\ = (\inst2|counter\(7) & (!\inst2|counter[6]~37\)) # (!\inst2|counter\(7) & ((\inst2|counter[6]~37\) # (GND))) +-- \inst2|counter[7]~39\ = CARRY((!\inst2|counter[6]~37\) # (!\inst2|counter\(7))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(7), + datad => VCC, + cin => \inst2|counter[6]~37\, + combout => \inst2|counter[7]~38_combout\, + cout => \inst2|counter[7]~39\); + +-- Location: FF_X51_Y14_N23 +\inst2|counter[7]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[7]~38_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(7)); + +-- Location: LCCOMB_X51_Y14_N24 +\inst2|counter[8]~40\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[8]~40_combout\ = (\inst2|counter\(8) & (\inst2|counter[7]~39\ $ (GND))) # (!\inst2|counter\(8) & (!\inst2|counter[7]~39\ & VCC)) +-- \inst2|counter[8]~41\ = CARRY((\inst2|counter\(8) & !\inst2|counter[7]~39\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(8), + datad => VCC, + cin => \inst2|counter[7]~39\, + combout => \inst2|counter[8]~40_combout\, + cout => \inst2|counter[8]~41\); + +-- Location: FF_X51_Y14_N25 +\inst2|counter[8]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[8]~40_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(8)); + +-- Location: LCCOMB_X51_Y14_N26 +\inst2|counter[9]~42\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[9]~42_combout\ = (\inst2|counter\(9) & (!\inst2|counter[8]~41\)) # (!\inst2|counter\(9) & ((\inst2|counter[8]~41\) # (GND))) +-- \inst2|counter[9]~43\ = CARRY((!\inst2|counter[8]~41\) # (!\inst2|counter\(9))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datad => VCC, + cin => \inst2|counter[8]~41\, + combout => \inst2|counter[9]~42_combout\, + cout => \inst2|counter[9]~43\); + +-- Location: FF_X51_Y14_N27 +\inst2|counter[9]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[9]~42_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(9)); + +-- Location: LCCOMB_X51_Y14_N28 +\inst2|counter[10]~44\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[10]~44_combout\ = (\inst2|counter\(10) & (\inst2|counter[9]~43\ $ (GND))) # (!\inst2|counter\(10) & (!\inst2|counter[9]~43\ & VCC)) +-- \inst2|counter[10]~45\ = CARRY((\inst2|counter\(10) & !\inst2|counter[9]~43\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(10), + datad => VCC, + cin => \inst2|counter[9]~43\, + combout => \inst2|counter[10]~44_combout\, + cout => \inst2|counter[10]~45\); + +-- Location: FF_X51_Y14_N29 +\inst2|counter[10]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[10]~44_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(10)); + +-- Location: LCCOMB_X51_Y14_N30 +\inst2|counter[11]~46\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[11]~46_combout\ = (\inst2|counter\(11) & (!\inst2|counter[10]~45\)) # (!\inst2|counter\(11) & ((\inst2|counter[10]~45\) # (GND))) +-- \inst2|counter[11]~47\ = CARRY((!\inst2|counter[10]~45\) # (!\inst2|counter\(11))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datad => VCC, + cin => \inst2|counter[10]~45\, + combout => \inst2|counter[11]~46_combout\, + cout => \inst2|counter[11]~47\); + +-- Location: FF_X51_Y14_N31 +\inst2|counter[11]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[11]~46_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(11)); + +-- Location: LCCOMB_X51_Y13_N0 +\inst2|counter[12]~48\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[12]~48_combout\ = (\inst2|counter\(12) & (\inst2|counter[11]~47\ $ (GND))) # (!\inst2|counter\(12) & (!\inst2|counter[11]~47\ & VCC)) +-- \inst2|counter[12]~49\ = CARRY((\inst2|counter\(12) & !\inst2|counter[11]~47\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(12), + datad => VCC, + cin => \inst2|counter[11]~47\, + combout => \inst2|counter[12]~48_combout\, + cout => \inst2|counter[12]~49\); + +-- Location: FF_X51_Y13_N1 +\inst2|counter[12]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[12]~48_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(12)); + +-- Location: LCCOMB_X51_Y13_N2 +\inst2|counter[13]~50\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[13]~50_combout\ = (\inst2|counter\(13) & (!\inst2|counter[12]~49\)) # (!\inst2|counter\(13) & ((\inst2|counter[12]~49\) # (GND))) +-- \inst2|counter[13]~51\ = CARRY((!\inst2|counter[12]~49\) # (!\inst2|counter\(13))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(13), + datad => VCC, + cin => \inst2|counter[12]~49\, + combout => \inst2|counter[13]~50_combout\, + cout => \inst2|counter[13]~51\); + +-- Location: FF_X51_Y13_N3 +\inst2|counter[13]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[13]~50_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(13)); + +-- Location: LCCOMB_X51_Y13_N4 +\inst2|counter[14]~52\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[14]~52_combout\ = (\inst2|counter\(14) & (\inst2|counter[13]~51\ $ (GND))) # (!\inst2|counter\(14) & (!\inst2|counter[13]~51\ & VCC)) +-- \inst2|counter[14]~53\ = CARRY((\inst2|counter\(14) & !\inst2|counter[13]~51\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(14), + datad => VCC, + cin => \inst2|counter[13]~51\, + combout => \inst2|counter[14]~52_combout\, + cout => \inst2|counter[14]~53\); + +-- Location: FF_X51_Y13_N5 +\inst2|counter[14]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[14]~52_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(14)); + +-- Location: LCCOMB_X51_Y13_N6 +\inst2|counter[15]~54\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[15]~54_combout\ = (\inst2|counter\(15) & (!\inst2|counter[14]~53\)) # (!\inst2|counter\(15) & ((\inst2|counter[14]~53\) # (GND))) +-- \inst2|counter[15]~55\ = CARRY((!\inst2|counter[14]~53\) # (!\inst2|counter\(15))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datad => VCC, + cin => \inst2|counter[14]~53\, + combout => \inst2|counter[15]~54_combout\, + cout => \inst2|counter[15]~55\); + +-- Location: FF_X51_Y13_N7 +\inst2|counter[15]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[15]~54_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(15)); + +-- Location: LCCOMB_X51_Y13_N8 +\inst2|counter[16]~56\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[16]~56_combout\ = (\inst2|counter\(16) & (\inst2|counter[15]~55\ $ (GND))) # (!\inst2|counter\(16) & (!\inst2|counter[15]~55\ & VCC)) +-- \inst2|counter[16]~57\ = CARRY((\inst2|counter\(16) & !\inst2|counter[15]~55\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(16), + datad => VCC, + cin => \inst2|counter[15]~55\, + combout => \inst2|counter[16]~56_combout\, + cout => \inst2|counter[16]~57\); + +-- Location: FF_X51_Y13_N9 +\inst2|counter[16]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[16]~56_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(16)); + +-- Location: LCCOMB_X51_Y13_N10 +\inst2|counter[17]~58\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[17]~58_combout\ = (\inst2|counter\(17) & (!\inst2|counter[16]~57\)) # (!\inst2|counter\(17) & ((\inst2|counter[16]~57\) # (GND))) +-- \inst2|counter[17]~59\ = CARRY((!\inst2|counter[16]~57\) # (!\inst2|counter\(17))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(17), + datad => VCC, + cin => \inst2|counter[16]~57\, + combout => \inst2|counter[17]~58_combout\, + cout => \inst2|counter[17]~59\); + +-- Location: FF_X51_Y13_N11 +\inst2|counter[17]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[17]~58_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(17)); + +-- Location: LCCOMB_X50_Y13_N20 +\inst2|LessThan0~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~0_combout\ = ((!\inst2|counter\(15) & (!\inst2|counter\(16) & !\inst2|counter\(14)))) # (!\inst2|counter\(17)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000111100011111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|counter\(16), + datac => \inst2|counter\(17), + datad => \inst2|counter\(14), + combout => \inst2|LessThan0~0_combout\); + +-- Location: LCCOMB_X51_Y13_N12 +\inst2|counter[18]~60\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[18]~60_combout\ = (\inst2|counter\(18) & (\inst2|counter[17]~59\ $ (GND))) # (!\inst2|counter\(18) & (!\inst2|counter[17]~59\ & VCC)) +-- \inst2|counter[18]~61\ = CARRY((\inst2|counter\(18) & !\inst2|counter[17]~59\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1010010100001010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datad => VCC, + cin => \inst2|counter[17]~59\, + combout => \inst2|counter[18]~60_combout\, + cout => \inst2|counter[18]~61\); + +-- Location: FF_X51_Y13_N13 +\inst2|counter[18]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[18]~60_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(18)); + +-- Location: LCCOMB_X51_Y13_N14 +\inst2|counter[19]~62\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[19]~62_combout\ = (\inst2|counter\(19) & (!\inst2|counter[18]~61\)) # (!\inst2|counter\(19) & ((\inst2|counter[18]~61\) # (GND))) +-- \inst2|counter[19]~63\ = CARRY((!\inst2|counter[18]~61\) # (!\inst2|counter\(19))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(19), + datad => VCC, + cin => \inst2|counter[18]~61\, + combout => \inst2|counter[19]~62_combout\, + cout => \inst2|counter[19]~63\); + +-- Location: FF_X51_Y13_N15 +\inst2|counter[19]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[19]~62_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(19)); + +-- Location: LCCOMB_X51_Y13_N16 +\inst2|counter[20]~64\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[20]~64_combout\ = (\inst2|counter\(20) & (\inst2|counter[19]~63\ $ (GND))) # (!\inst2|counter\(20) & (!\inst2|counter[19]~63\ & VCC)) +-- \inst2|counter[20]~65\ = CARRY((\inst2|counter\(20) & !\inst2|counter[19]~63\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(20), + datad => VCC, + cin => \inst2|counter[19]~63\, + combout => \inst2|counter[20]~64_combout\, + cout => \inst2|counter[20]~65\); + +-- Location: FF_X51_Y13_N17 +\inst2|counter[20]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[20]~64_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(20)); + +-- Location: LCCOMB_X51_Y13_N18 +\inst2|counter[21]~66\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[21]~66_combout\ = (\inst2|counter\(21) & (!\inst2|counter[20]~65\)) # (!\inst2|counter\(21) & ((\inst2|counter[20]~65\) # (GND))) +-- \inst2|counter[21]~67\ = CARRY((!\inst2|counter[20]~65\) # (!\inst2|counter\(21))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0011110000111111", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(21), + datad => VCC, + cin => \inst2|counter[20]~65\, + combout => \inst2|counter[21]~66_combout\, + cout => \inst2|counter[21]~67\); + +-- Location: FF_X51_Y13_N19 +\inst2|counter[21]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[21]~66_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(21)); + +-- Location: LCCOMB_X51_Y13_N20 +\inst2|counter[22]~68\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[22]~68_combout\ = (\inst2|counter\(22) & (\inst2|counter[21]~67\ $ (GND))) # (!\inst2|counter\(22) & (!\inst2|counter[21]~67\ & VCC)) +-- \inst2|counter[22]~69\ = CARRY((\inst2|counter\(22) & !\inst2|counter[21]~67\)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1100001100001100", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datad => VCC, + cin => \inst2|counter[21]~67\, + combout => \inst2|counter[22]~68_combout\, + cout => \inst2|counter[22]~69\); + +-- Location: FF_X51_Y13_N21 +\inst2|counter[22]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[22]~68_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(22)); + +-- Location: LCCOMB_X51_Y13_N22 +\inst2|counter[23]~70\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|counter[23]~70_combout\ = \inst2|counter\(23) $ (\inst2|counter[22]~69\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0101101001011010", + sum_lutc_input => "cin") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(23), + cin => \inst2|counter[22]~69\, + combout => \inst2|counter[23]~70_combout\); + +-- Location: FF_X51_Y13_N23 +\inst2|counter[23]\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|counter[23]~70_combout\, + sclr => \inst2|ALT_INV_LessThan0~8_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|counter\(23)); + +-- Location: LCCOMB_X51_Y13_N24 +\inst2|LessThan0~1\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~1_combout\ = (((!\inst2|counter\(21)) # (!\inst2|counter\(19))) # (!\inst2|counter\(20))) # (!\inst2|counter\(18)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0111111111111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(18), + datab => \inst2|counter\(20), + datac => \inst2|counter\(19), + datad => \inst2|counter\(21), + combout => \inst2|LessThan0~1_combout\); + +-- Location: LCCOMB_X51_Y13_N30 +\inst2|LessThan0~2\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~2_combout\ = ((\inst2|LessThan0~1_combout\) # (!\inst2|counter\(23))) # (!\inst2|counter\(22)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100111111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datab => \inst2|counter\(22), + datac => \inst2|counter\(23), + datad => \inst2|LessThan0~1_combout\, + combout => \inst2|LessThan0~2_combout\); + +-- Location: LCCOMB_X51_Y14_N4 +\inst2|LessThan0~5\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~5_combout\ = (!\inst2|counter\(9) & (!\inst2|counter\(8) & (!\inst2|counter\(7) & !\inst2|counter\(10)))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000000000001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(9), + datab => \inst2|counter\(8), + datac => \inst2|counter\(7), + datad => \inst2|counter\(10), + combout => \inst2|LessThan0~5_combout\); + +-- Location: LCCOMB_X51_Y14_N0 +\inst2|LessThan0~3\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~3_combout\ = (!\inst2|counter\(2) & (!\inst2|counter\(4) & ((!\inst2|counter\(1)) # (!\inst2|counter\(0))))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0000000100010001", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(2), + datab => \inst2|counter\(4), + datac => \inst2|counter\(0), + datad => \inst2|counter\(1), + combout => \inst2|LessThan0~3_combout\); + +-- Location: LCCOMB_X51_Y14_N6 +\inst2|LessThan0~4\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~4_combout\ = ((\inst2|LessThan0~3_combout\) # ((!\inst2|counter\(4) & !\inst2|counter\(3)))) # (!\inst2|counter\(5)) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111111100110111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(4), + datab => \inst2|counter\(5), + datac => \inst2|counter\(3), + datad => \inst2|LessThan0~3_combout\, + combout => \inst2|LessThan0~4_combout\); + +-- Location: LCCOMB_X51_Y14_N2 +\inst2|LessThan0~6\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~6_combout\ = (!\inst2|counter\(11) & (!\inst2|counter\(6) & (\inst2|LessThan0~5_combout\ & \inst2|LessThan0~4_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "0001000000000000", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(11), + datab => \inst2|counter\(6), + datac => \inst2|LessThan0~5_combout\, + datad => \inst2|LessThan0~4_combout\, + combout => \inst2|LessThan0~6_combout\); + +-- Location: LCCOMB_X51_Y13_N28 +\inst2|LessThan0~7\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~7_combout\ = (\inst2|counter\(16)) # ((\inst2|counter\(13)) # ((\inst2|counter\(12) & !\inst2|LessThan0~6_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111101011111110", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(16), + datab => \inst2|counter\(12), + datac => \inst2|counter\(13), + datad => \inst2|LessThan0~6_combout\, + combout => \inst2|LessThan0~7_combout\); + +-- Location: LCCOMB_X51_Y13_N26 +\inst2|LessThan0~8\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|LessThan0~8_combout\ = (\inst2|LessThan0~0_combout\) # ((\inst2|LessThan0~2_combout\) # ((!\inst2|counter\(15) & !\inst2|LessThan0~7_combout\))) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111110011111101", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + dataa => \inst2|counter\(15), + datab => \inst2|LessThan0~0_combout\, + datac => \inst2|LessThan0~2_combout\, + datad => \inst2|LessThan0~7_combout\, + combout => \inst2|LessThan0~8_combout\); + +-- Location: LCCOMB_X52_Y13_N0 +\inst2|ledBuf~0\ : cycloneiii_lcell_comb +-- Equation(s): +-- \inst2|ledBuf~0_combout\ = \inst2|ledBuf~q\ $ (!\inst2|LessThan0~8_combout\) + +-- pragma translate_off +GENERIC MAP ( + lut_mask => "1111000000001111", + sum_lutc_input => "datac") +-- pragma translate_on +PORT MAP ( + datac => \inst2|ledBuf~q\, + datad => \inst2|LessThan0~8_combout\, + combout => \inst2|ledBuf~0_combout\); + +-- Location: FF_X52_Y13_N1 +\inst2|ledBuf\ : dffeas +-- pragma translate_off +GENERIC MAP ( + is_wysiwyg => "true", + power_up => "low") +-- pragma translate_on +PORT MAP ( + clk => \FPGA_CLK~inputclkctrl_outclk\, + d => \inst2|ledBuf~0_combout\, + devclrn => ww_devclrn, + devpor => ww_devpor, + q => \inst2|ledBuf~q\); + +-- Location: IOIBUF_X38_Y34_N1 +\Address[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(7), + o => \Address[7]~input_o\); + +-- Location: IOIBUF_X14_Y34_N8 +\Address[6]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(6), + o => \Address[6]~input_o\); + +-- Location: IOIBUF_X7_Y34_N15 +\Address[5]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(5), + o => \Address[5]~input_o\); + +-- Location: IOIBUF_X14_Y34_N22 +\Address[4]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(4), + o => \Address[4]~input_o\); + +-- Location: IOIBUF_X7_Y34_N1 +\Address[3]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(3), + o => \Address[3]~input_o\); + +-- Location: IOIBUF_X7_Y34_N8 +\Address[2]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(2), + o => \Address[2]~input_o\); + +-- Location: IOIBUF_X14_Y34_N15 +\Address[1]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(1), + o => \Address[1]~input_o\); + +-- Location: IOIBUF_X38_Y34_N15 +\Address[0]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_Address(0), + o => \Address[0]~input_o\); + +-- Location: IOIBUF_X20_Y34_N1 +\nOE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nOE, + o => \nOE~input_o\); + +-- Location: IOIBUF_X20_Y34_N8 +\nWE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nWE, + o => \nWE~input_o\); + +-- Location: IOIBUF_X20_Y34_N15 +\nCE~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => ww_nCE, + o => \nCE~input_o\); + +-- Location: IOIBUF_X18_Y34_N1 +\Data[7]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(7), + o => \Data[7]~input_o\); + +-- Location: IOIBUF_X18_Y34_N22 +\Data[6]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(6), + o => \Data[6]~input_o\); + +-- Location: IOIBUF_X16_Y34_N1 +\Data[5]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(5), + o => \Data[5]~input_o\); + +-- Location: IOIBUF_X16_Y34_N15 +\Data[4]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(4), + o => \Data[4]~input_o\); + +-- Location: IOIBUF_X45_Y34_N8 +\Data[3]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(3), + o => \Data[3]~input_o\); + +-- Location: IOIBUF_X45_Y34_N15 +\Data[2]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(2), + o => \Data[2]~input_o\); + +-- Location: IOIBUF_X45_Y34_N22 +\Data[1]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(1), + o => \Data[1]~input_o\); + +-- Location: IOIBUF_X40_Y34_N8 +\Data[0]~input\ : cycloneiii_io_ibuf +-- pragma translate_off +GENERIC MAP ( + bus_hold => "false", + simulate_z_as => "z") +-- pragma translate_on +PORT MAP ( + i => Data(0), + o => \Data[0]~input_o\); + +ww_FPGA_LED_1 <= \FPGA_LED_1~output_o\; + +Data(7) <= \Data[7]~output_o\; + +Data(6) <= \Data[6]~output_o\; + +Data(5) <= \Data[5]~output_o\; + +Data(4) <= \Data[4]~output_o\; + +Data(3) <= \Data[3]~output_o\; + +Data(2) <= \Data[2]~output_o\; + +Data(1) <= \Data[1]~output_o\; + +Data(0) <= \Data[0]~output_o\; +END structure; + + diff --git a/MainController/simulation/modelsim/MainController_min_1200mv_0c_vhd_fast.sdo b/MainController/simulation/modelsim/MainController_min_1200mv_0c_vhd_fast.sdo new file mode 100644 index 0000000..ac15010 --- /dev/null +++ b/MainController/simulation/modelsim/MainController_min_1200mv_0c_vhd_fast.sdo @@ -0,0 +1,949 @@ +// Copyright (C) 1991-2013 Altera Corporation +// Your use of Altera Corporation's design tools, logic functions +// and other software and tools, and its AMPP partner logic +// functions, and any output files from any of the foregoing +// (including device programming or simulation files), and any +// associated documentation or information are expressly subject +// to the terms and conditions of the Altera Program License +// Subscription Agreement, Altera MegaCore Function License +// Agreement, or other applicable license agreement, including, +// without limitation, that your use is for the sole purpose of +// programming logic devices manufactured by Altera and sold by +// Altera or its authorized distributors. Please refer to the +// applicable agreement for further details. + + +// +// Device: Altera EP3C25Q240C8 Package PQFP240 +// + +// +// This file contains Fast Corner delays for the design using part EP3C25Q240C8, +// with speed grade M, core voltage 1.2V, and temperature 0 Celsius +// + +// +// This SDF file should be used for ModelSim-Altera (VHDL) only +// + +(DELAYFILE + (SDFVERSION "2.1") + (DESIGN "MainController") + (DATE "03/12/2024 16:24:29") + (VENDOR "Altera") + (PROGRAM "Quartus II 64-Bit") + (VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version") + (DIVIDER .) + (TIMESCALE 1 ps) + + (CELL + (CELLTYPE "cycloneiii_io_obuf") + (INSTANCE \\FPGA_LED_1\~output\\) + (DELAY + (ABSOLUTE + (PORT i (677:677:677) (604:604:604)) + (IOPATH i o (1309:1309:1309) (1354:1354:1354)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_io_ibuf") + (INSTANCE \\FPGA_CLK\~input\\) + (DELAY + (ABSOLUTE + (IOPATH i o (320:320:320) (873:873:873)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_clkctrl") + (INSTANCE \\FPGA_CLK\~inputclkctrl\\) + (DELAY + (ABSOLUTE + (PORT inclk[0] (91:91:91) (78:78:78)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[0\]\~24\\) + (DELAY + (ABSOLUTE + (PORT dataa (211:211:211) (266:266:266)) + (IOPATH dataa combout (186:186:186) (180:180:180)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[0\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[1\]\~26\\) + (DELAY + (ABSOLUTE + (PORT datab (212:212:212) (265:265:265)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[1\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[2\]\~28\\) + (DELAY + (ABSOLUTE + (PORT datab (209:209:209) (265:265:265)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[2\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[3\]\~30\\) + (DELAY + (ABSOLUTE + (PORT datab (134:134:134) (184:184:184)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[3\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1150:1150:1150)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[4\]\~32\\) + (DELAY + (ABSOLUTE + (PORT dataa (217:217:217) (273:273:273)) + (IOPATH dataa combout (186:186:186) (175:175:175)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[4\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[5\]\~34\\) + (DELAY + (ABSOLUTE + (PORT datab (134:134:134) (185:185:185)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[5\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[6\]\~36\\) + (DELAY + (ABSOLUTE + (PORT datab (134:134:134) (184:184:184)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[6\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1150:1150:1150)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[7\]\~38\\) + (DELAY + (ABSOLUTE + (PORT datab (211:211:211) (265:265:265)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[7\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[8\]\~40\\) + (DELAY + (ABSOLUTE + (PORT datab (134:134:134) (183:183:183)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[8\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[9\]\~42\\) + (DELAY + (ABSOLUTE + (PORT dataa (135:135:135) (187:187:187)) + (IOPATH dataa combout (165:165:165) (173:173:173)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[9\]\\) + (DELAY + (ABSOLUTE + (PORT clk (918:918:918) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[10\]\~44\\) + (DELAY + (ABSOLUTE + (PORT datab (133:133:133) (182:182:182)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[10\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1150:1150:1150)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[11\]\~46\\) + (DELAY + (ABSOLUTE + (PORT dataa (134:134:134) (187:187:187)) + (IOPATH dataa combout (165:165:165) (173:173:173)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[11\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1150:1150:1150)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (612:612:612) (611:611:611)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[12\]\~48\\) + (DELAY + (ABSOLUTE + (PORT datab (133:133:133) (183:183:183)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[12\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[13\]\~50\\) + (DELAY + (ABSOLUTE + (PORT datab (141:141:141) (189:189:189)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[13\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[14\]\~52\\) + (DELAY + (ABSOLUTE + (PORT datab (141:141:141) (189:189:189)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[14\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[15\]\~54\\) + (DELAY + (ABSOLUTE + (PORT dataa (147:147:147) (199:199:199)) + (IOPATH dataa combout (165:165:165) (173:173:173)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[15\]\\) + (DELAY + (ABSOLUTE + (PORT clk (917:917:917) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[16\]\~56\\) + (DELAY + (ABSOLUTE + (PORT datab (142:142:142) (189:189:189)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[16\]\\) + (DELAY + (ABSOLUTE + (PORT clk (917:917:917) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[17\]\~58\\) + (DELAY + (ABSOLUTE + (PORT dataa (143:143:143) (194:194:194)) + (IOPATH dataa combout (165:165:165) (173:173:173)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[17\]\\) + (DELAY + (ABSOLUTE + (PORT clk (917:917:917) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~0\\) + (DELAY + (ABSOLUTE + (PORT dataa (331:331:331) (397:397:397)) + (PORT datab (233:233:233) (291:291:291)) + (PORT datac (200:200:200) (249:249:249)) + (PORT datad (212:212:212) (260:260:260)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (120:120:120) (125:125:125)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[18\]\~60\\) + (DELAY + (ABSOLUTE + (PORT dataa (136:136:136) (190:190:190)) + (IOPATH dataa combout (186:186:186) (175:175:175)) + (IOPATH dataa cout (226:226:226) (171:171:171)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[18\]\\) + (DELAY + (ABSOLUTE + (PORT clk (917:917:917) (925:925:925)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[19\]\~62\\) + (DELAY + (ABSOLUTE + (PORT datab (135:135:135) (185:185:185)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[19\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[20\]\~64\\) + (DELAY + (ABSOLUTE + (PORT datab (135:135:135) (185:185:185)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[20\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[21\]\~66\\) + (DELAY + (ABSOLUTE + (PORT datab (135:135:135) (185:185:185)) + (IOPATH datab combout (166:166:166) (176:176:176)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[21\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[22\]\~68\\) + (DELAY + (ABSOLUTE + (PORT datab (135:135:135) (186:186:186)) + (IOPATH datab combout (192:192:192) (177:177:177)) + (IOPATH datab cout (227:227:227) (175:175:175)) + (IOPATH datad combout (68:68:68) (63:63:63)) + (IOPATH cin combout (187:187:187) (204:204:204)) + (IOPATH cin cout (34:34:34) (34:34:34)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[22\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[23\]\~70\\) + (DELAY + (ABSOLUTE + (PORT dataa (303:303:303) (368:368:368)) + (IOPATH dataa combout (195:195:195) (203:203:203)) + (IOPATH cin combout (187:187:187) (204:204:204)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[23\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1151:1151:1151)) + (PORT d (37:37:37) (50:50:50)) + (PORT sclr (348:348:348) (372:372:372)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + (HOLD sclr (posedge clk) (84:84:84)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~1\\) + (DELAY + (ABSOLUTE + (PORT dataa (138:138:138) (190:190:190)) + (PORT datab (135:135:135) (184:184:184)) + (PORT datac (122:122:122) (164:164:164)) + (PORT datad (122:122:122) (160:160:160)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (119:119:119) (125:125:125)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~2\\) + (DELAY + (ABSOLUTE + (PORT datab (135:135:135) (184:184:184)) + (PORT datac (289:289:289) (344:344:344)) + (PORT datad (90:90:90) (107:107:107)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (120:120:120) (124:124:124)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~5\\) + (DELAY + (ABSOLUTE + (PORT dataa (138:138:138) (190:190:190)) + (PORT datab (137:137:137) (186:186:186)) + (PORT datac (130:130:130) (170:170:170)) + (PORT datad (124:124:124) (162:162:162)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (120:120:120) (124:124:124)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~3\\) + (DELAY + (ABSOLUTE + (PORT dataa (143:143:143) (193:193:193)) + (PORT datab (143:143:143) (192:192:192)) + (PORT datac (128:128:128) (168:168:168)) + (PORT datad (129:129:129) (165:165:165)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (119:119:119) (125:125:125)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~4\\) + (DELAY + (ABSOLUTE + (PORT dataa (218:218:218) (274:274:274)) + (PORT datab (135:135:135) (185:185:185)) + (PORT datac (121:121:121) (164:164:164)) + (PORT datad (90:90:90) (107:107:107)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (120:120:120) (124:124:124)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~6\\) + (DELAY + (ABSOLUTE + (PORT dataa (139:139:139) (193:193:193)) + (PORT datab (137:137:137) (188:188:188)) + (PORT datac (89:89:89) (109:109:109)) + (PORT datad (90:90:90) (106:106:106)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (160:160:160) (156:156:156)) + (IOPATH datac combout (119:119:119) (124:124:124)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~7\\) + (DELAY + (ABSOLUTE + (PORT dataa (218:218:218) (278:278:278)) + (PORT datab (138:138:138) (189:189:189)) + (PORT datac (203:203:203) (249:249:249)) + (PORT datad (301:301:301) (355:355:355)) + (IOPATH dataa combout (170:170:170) (163:163:163)) + (IOPATH datab combout (168:168:168) (167:167:167)) + (IOPATH datac combout (119:119:119) (124:124:124)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~8\\) + (DELAY + (ABSOLUTE + (PORT dataa (151:151:151) (205:205:205)) + (PORT datab (185:185:185) (222:222:222)) + (PORT datac (88:88:88) (110:110:110)) + (PORT datad (89:89:89) (106:106:106)) + (IOPATH dataa combout (158:158:158) (157:157:157)) + (IOPATH datab combout (168:168:168) (167:167:167)) + (IOPATH datac combout (119:119:119) (124:124:124)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|ledBuf\~0\\) + (DELAY + (ABSOLUTE + (PORT datad (274:274:274) (308:308:308)) + (IOPATH datac combout (190:190:190) (195:195:195)) + (IOPATH datad combout (68:68:68) (63:63:63)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|ledBuf\\) + (DELAY + (ABSOLUTE + (PORT clk (1115:1115:1115) (1152:1152:1152)) + (PORT d (37:37:37) (50:50:50)) + (IOPATH (posedge clk) q (105:105:105) (105:105:105)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (84:84:84)) + ) + ) +) diff --git a/MainController/simulation/modelsim/MainController_modelsim.xrf b/MainController/simulation/modelsim/MainController_modelsim.xrf new file mode 100644 index 0000000..bb35dbd --- /dev/null +++ b/MainController/simulation/modelsim/MainController_modelsim.xrf @@ -0,0 +1,108 @@ +vendor_name = ModelSim +source_file = 1, D:/GITEA/altera/MainController/MainController.bdf +source_file = 1, D:/GITEA/altera/MainController/AlteraPLL.qip +source_file = 1, D:/GITEA/altera/MainController/AlteraPLL.vhd +source_file = 1, D:/GITEA/altera/MainController/RAM.vhd +source_file = 1, D:/GITEA/altera/MainController/LedBlink.vhd +source_file = 1, D:/GITEA/altera/MainController/db/MainController.cbx.xml +source_file = 1, d:/intelfpga/13.1/quartus/libraries/vhdl/ieee/prmtvs_b.vhd +source_file = 1, d:/intelfpga/13.1/quartus/libraries/vhdl/ieee/prmtvs_p.vhd +source_file = 1, d:/intelfpga/13.1/quartus/libraries/vhdl/ieee/timing_b.vhd +source_file = 1, d:/intelfpga/13.1/quartus/libraries/vhdl/ieee/timing_p.vhd +source_file = 1, d:/intelfpga/13.1/quartus/libraries/megafunctions/altpll.tdf +source_file = 1, d:/intelfpga/13.1/quartus/libraries/megafunctions/aglobal131.inc +source_file = 1, d:/intelfpga/13.1/quartus/libraries/megafunctions/stratix_pll.inc +source_file = 1, d:/intelfpga/13.1/quartus/libraries/megafunctions/stratixii_pll.inc +source_file = 1, d:/intelfpga/13.1/quartus/libraries/megafunctions/cycloneii_pll.inc +source_file = 1, d:/intelfpga/13.1/quartus/libraries/megafunctions/cbx.lst +source_file = 1, D:/GITEA/altera/MainController/db/alterapll_altpll.v +design_name = MainController +instance = comp, \Data[7]~output\, Data[7]~output, MainController, 1 +instance = comp, \Data[6]~output\, Data[6]~output, MainController, 1 +instance = comp, \Data[5]~output\, Data[5]~output, MainController, 1 +instance = comp, \Data[4]~output\, Data[4]~output, MainController, 1 +instance = comp, \Data[3]~output\, Data[3]~output, MainController, 1 +instance = comp, \Data[2]~output\, Data[2]~output, MainController, 1 +instance = comp, \Data[1]~output\, Data[1]~output, MainController, 1 +instance = comp, \Data[0]~output\, Data[0]~output, MainController, 1 +instance = comp, \FPGA_LED_1~output\, FPGA_LED_1~output, MainController, 1 +instance = comp, \FPGA_CLK~input\, FPGA_CLK~input, MainController, 1 +instance = comp, \FPGA_CLK~inputclkctrl\, FPGA_CLK~inputclkctrl, MainController, 1 +instance = comp, \inst2|counter[0]~24\, inst2|counter[0]~24, MainController, 1 +instance = comp, \inst2|counter[0]\, inst2|counter[0], MainController, 1 +instance = comp, \inst2|counter[1]~26\, inst2|counter[1]~26, MainController, 1 +instance = comp, \inst2|counter[1]\, inst2|counter[1], MainController, 1 +instance = comp, \inst2|counter[2]~28\, inst2|counter[2]~28, MainController, 1 +instance = comp, \inst2|counter[2]\, inst2|counter[2], MainController, 1 +instance = comp, \inst2|counter[3]~30\, inst2|counter[3]~30, MainController, 1 +instance = comp, \inst2|counter[3]\, inst2|counter[3], MainController, 1 +instance = comp, \inst2|counter[4]~32\, inst2|counter[4]~32, MainController, 1 +instance = comp, \inst2|counter[4]\, inst2|counter[4], MainController, 1 +instance = comp, \inst2|counter[5]~34\, inst2|counter[5]~34, MainController, 1 +instance = comp, \inst2|counter[5]\, inst2|counter[5], MainController, 1 +instance = comp, \inst2|counter[6]~36\, inst2|counter[6]~36, MainController, 1 +instance = comp, \inst2|counter[6]\, inst2|counter[6], MainController, 1 +instance = comp, \inst2|counter[7]~38\, inst2|counter[7]~38, MainController, 1 +instance = comp, \inst2|counter[7]\, inst2|counter[7], MainController, 1 +instance = comp, \inst2|counter[8]~40\, inst2|counter[8]~40, MainController, 1 +instance = comp, \inst2|counter[8]\, inst2|counter[8], MainController, 1 +instance = comp, \inst2|counter[9]~42\, inst2|counter[9]~42, MainController, 1 +instance = comp, \inst2|counter[9]\, inst2|counter[9], MainController, 1 +instance = comp, \inst2|counter[10]~44\, inst2|counter[10]~44, MainController, 1 +instance = comp, \inst2|counter[10]\, inst2|counter[10], MainController, 1 +instance = comp, \inst2|counter[11]~46\, inst2|counter[11]~46, MainController, 1 +instance = comp, \inst2|counter[11]\, inst2|counter[11], MainController, 1 +instance = comp, \inst2|counter[12]~48\, inst2|counter[12]~48, MainController, 1 +instance = comp, \inst2|counter[12]\, inst2|counter[12], MainController, 1 +instance = comp, \inst2|counter[13]~50\, inst2|counter[13]~50, MainController, 1 +instance = comp, \inst2|counter[13]\, inst2|counter[13], MainController, 1 +instance = comp, \inst2|counter[14]~52\, inst2|counter[14]~52, MainController, 1 +instance = comp, \inst2|counter[14]\, inst2|counter[14], MainController, 1 +instance = comp, \inst2|counter[15]~54\, inst2|counter[15]~54, MainController, 1 +instance = comp, \inst2|counter[15]\, inst2|counter[15], MainController, 1 +instance = comp, \inst2|counter[16]~56\, inst2|counter[16]~56, MainController, 1 +instance = comp, \inst2|counter[16]\, inst2|counter[16], MainController, 1 +instance = comp, \inst2|counter[17]~58\, inst2|counter[17]~58, MainController, 1 +instance = comp, \inst2|counter[17]\, inst2|counter[17], MainController, 1 +instance = comp, \inst2|LessThan0~0\, inst2|LessThan0~0, MainController, 1 +instance = comp, \inst2|counter[18]~60\, inst2|counter[18]~60, MainController, 1 +instance = comp, \inst2|counter[18]\, inst2|counter[18], MainController, 1 +instance = comp, \inst2|counter[19]~62\, inst2|counter[19]~62, MainController, 1 +instance = comp, \inst2|counter[19]\, inst2|counter[19], MainController, 1 +instance = comp, \inst2|counter[20]~64\, inst2|counter[20]~64, MainController, 1 +instance = comp, \inst2|counter[20]\, inst2|counter[20], MainController, 1 +instance = comp, \inst2|counter[21]~66\, inst2|counter[21]~66, MainController, 1 +instance = comp, \inst2|counter[21]\, inst2|counter[21], MainController, 1 +instance = comp, \inst2|counter[22]~68\, inst2|counter[22]~68, MainController, 1 +instance = comp, \inst2|counter[22]\, inst2|counter[22], MainController, 1 +instance = comp, \inst2|counter[23]~70\, inst2|counter[23]~70, MainController, 1 +instance = comp, \inst2|counter[23]\, inst2|counter[23], MainController, 1 +instance = comp, \inst2|LessThan0~1\, inst2|LessThan0~1, MainController, 1 +instance = comp, \inst2|LessThan0~2\, inst2|LessThan0~2, MainController, 1 +instance = comp, \inst2|LessThan0~5\, inst2|LessThan0~5, MainController, 1 +instance = comp, \inst2|LessThan0~3\, inst2|LessThan0~3, MainController, 1 +instance = comp, \inst2|LessThan0~4\, inst2|LessThan0~4, MainController, 1 +instance = comp, \inst2|LessThan0~6\, inst2|LessThan0~6, MainController, 1 +instance = comp, \inst2|LessThan0~7\, inst2|LessThan0~7, MainController, 1 +instance = comp, \inst2|LessThan0~8\, inst2|LessThan0~8, MainController, 1 +instance = comp, \inst2|ledBuf~0\, inst2|ledBuf~0, MainController, 1 +instance = comp, \inst2|ledBuf\, inst2|ledBuf, MainController, 1 +instance = comp, \Address[7]~input\, Address[7]~input, MainController, 1 +instance = comp, \Address[6]~input\, Address[6]~input, MainController, 1 +instance = comp, \Address[5]~input\, Address[5]~input, MainController, 1 +instance = comp, \Address[4]~input\, Address[4]~input, MainController, 1 +instance = comp, \Address[3]~input\, Address[3]~input, MainController, 1 +instance = comp, \Address[2]~input\, Address[2]~input, MainController, 1 +instance = comp, \Address[1]~input\, Address[1]~input, MainController, 1 +instance = comp, \Address[0]~input\, Address[0]~input, MainController, 1 +instance = comp, \nOE~input\, nOE~input, MainController, 1 +instance = comp, \nWE~input\, nWE~input, MainController, 1 +instance = comp, \nCE~input\, nCE~input, MainController, 1 +instance = comp, \Data[7]~input\, Data[7]~input, MainController, 1 +instance = comp, \Data[6]~input\, Data[6]~input, MainController, 1 +instance = comp, \Data[5]~input\, Data[5]~input, MainController, 1 +instance = comp, \Data[4]~input\, Data[4]~input, MainController, 1 +instance = comp, \Data[3]~input\, Data[3]~input, MainController, 1 +instance = comp, \Data[2]~input\, Data[2]~input, MainController, 1 +instance = comp, \Data[1]~input\, Data[1]~input, MainController, 1 +instance = comp, \Data[0]~input\, Data[0]~input, MainController, 1 diff --git a/MainController/simulation/modelsim/MainController_vhd.sdo b/MainController/simulation/modelsim/MainController_vhd.sdo new file mode 100644 index 0000000..7a8f05c --- /dev/null +++ b/MainController/simulation/modelsim/MainController_vhd.sdo @@ -0,0 +1,949 @@ +// Copyright (C) 1991-2013 Altera Corporation +// Your use of Altera Corporation's design tools, logic functions +// and other software and tools, and its AMPP partner logic +// functions, and any output files from any of the foregoing +// (including device programming or simulation files), and any +// associated documentation or information are expressly subject +// to the terms and conditions of the Altera Program License +// Subscription Agreement, Altera MegaCore Function License +// Agreement, or other applicable license agreement, including, +// without limitation, that your use is for the sole purpose of +// programming logic devices manufactured by Altera and sold by +// Altera or its authorized distributors. Please refer to the +// applicable agreement for further details. + + +// +// Device: Altera EP3C25Q240C8 Package PQFP240 +// + +// +// This file contains Slow Corner delays for the design using part EP3C25Q240C8, +// with speed grade 8, core voltage 1.2V, and temperature 85 Celsius +// + +// +// This SDF file should be used for ModelSim-Altera (VHDL) only +// + +(DELAYFILE + (SDFVERSION "2.1") + (DESIGN "MainController") + (DATE "03/12/2024 16:24:29") + (VENDOR "Altera") + (PROGRAM "Quartus II 64-Bit") + (VERSION "Version 13.1.0 Build 162 10/23/2013 SJ Full Version") + (DIVIDER .) + (TIMESCALE 1 ps) + + (CELL + (CELLTYPE "cycloneiii_io_obuf") + (INSTANCE \\FPGA_LED_1\~output\\) + (DELAY + (ABSOLUTE + (PORT i (1403:1403:1403) (1502:1502:1502)) + (IOPATH i o (2195:2195:2195) (2297:2297:2297)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_io_ibuf") + (INSTANCE \\FPGA_CLK\~input\\) + (DELAY + (ABSOLUTE + (IOPATH i o (899:899:899) (1014:1014:1014)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_clkctrl") + (INSTANCE \\FPGA_CLK\~inputclkctrl\\) + (DELAY + (ABSOLUTE + (PORT inclk[0] (190:190:190) (179:179:179)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[0\]\~24\\) + (DELAY + (ABSOLUTE + (PORT dataa (567:567:567) (600:600:600)) + (IOPATH dataa combout (471:471:471) (472:472:472)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[0\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[1\]\~26\\) + (DELAY + (ABSOLUTE + (PORT datab (576:576:576) (592:592:592)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[1\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[2\]\~28\\) + (DELAY + (ABSOLUTE + (PORT datab (566:566:566) (594:594:594)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[2\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[3\]\~30\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (423:423:423)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[3\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[4\]\~32\\) + (DELAY + (ABSOLUTE + (PORT dataa (583:583:583) (615:615:615)) + (IOPATH dataa combout (471:471:471) (472:472:472)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[4\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[5\]\~34\\) + (DELAY + (ABSOLUTE + (PORT datab (342:342:342) (425:425:425)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[5\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[6\]\~36\\) + (DELAY + (ABSOLUTE + (PORT datab (341:341:341) (425:425:425)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[6\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[7\]\~38\\) + (DELAY + (ABSOLUTE + (PORT datab (561:561:561) (592:592:592)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[7\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[8\]\~40\\) + (DELAY + (ABSOLUTE + (PORT datab (341:341:341) (423:423:423)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[8\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[9\]\~42\\) + (DELAY + (ABSOLUTE + (PORT dataa (343:343:343) (434:434:434)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[9\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1920:1920:1920) (1930:1930:1930)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[10\]\~44\\) + (DELAY + (ABSOLUTE + (PORT datab (341:341:341) (421:421:421)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[10\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[11\]\~46\\) + (DELAY + (ABSOLUTE + (PORT dataa (343:343:343) (434:434:434)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[11\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2413:2413:2413)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (1472:1472:1472) (1612:1612:1612)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[12\]\~48\\) + (DELAY + (ABSOLUTE + (PORT datab (340:340:340) (422:422:422)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[12\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[13\]\~50\\) + (DELAY + (ABSOLUTE + (PORT datab (357:357:357) (434:434:434)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[13\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[14\]\~52\\) + (DELAY + (ABSOLUTE + (PORT datab (358:358:358) (435:435:435)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[14\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[15\]\~54\\) + (DELAY + (ABSOLUTE + (PORT dataa (370:370:370) (460:460:460)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[15\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[16\]\~56\\) + (DELAY + (ABSOLUTE + (PORT datab (359:359:359) (436:436:436)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[16\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[17\]\~58\\) + (DELAY + (ABSOLUTE + (PORT dataa (362:362:362) (447:447:447)) + (IOPATH dataa combout (461:461:461) (481:481:481)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[17\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~0\\) + (DELAY + (ABSOLUTE + (PORT dataa (893:893:893) (866:866:866)) + (PORT datab (635:635:635) (645:645:645)) + (PORT datac (534:534:534) (562:562:562)) + (PORT datad (572:572:572) (584:584:584)) + (IOPATH dataa combout (438:438:438) (448:448:448)) + (IOPATH datab combout (440:440:440) (462:462:462)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[18\]\~60\\) + (DELAY + (ABSOLUTE + (PORT dataa (346:346:346) (436:436:436)) + (IOPATH dataa combout (471:471:471) (472:472:472)) + (IOPATH dataa cout (552:552:552) (416:416:416)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[18\]\\) + (DELAY + (ABSOLUTE + (PORT clk (1919:1919:1919) (1929:1929:1929)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[19\]\~62\\) + (DELAY + (ABSOLUTE + (PORT datab (344:344:344) (425:425:425)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[19\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[20\]\~64\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (426:426:426)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[20\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[21\]\~66\\) + (DELAY + (ABSOLUTE + (PORT datab (344:344:344) (424:424:424)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[21\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[22\]\~68\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (428:428:428)) + (IOPATH datab combout (472:472:472) (473:473:473)) + (IOPATH datab cout (565:565:565) (421:421:421)) + (IOPATH datad combout (177:177:177) (155:155:155)) + (IOPATH cin combout (607:607:607) (577:577:577)) + (IOPATH cin cout (73:73:73) (73:73:73)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[22\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|counter\[23\]\~70\\) + (DELAY + (ABSOLUTE + (PORT dataa (821:821:821) (810:810:810)) + (IOPATH dataa combout (471:471:471) (481:481:481)) + (IOPATH cin combout (607:607:607) (577:577:577)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|counter\[23\]\\) + (DELAY + (ABSOLUTE + (PORT clk (2410:2410:2410) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (PORT sclr (951:951:951) (989:989:989)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + (HOLD sclr (posedge clk) (212:212:212)) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~1\\) + (DELAY + (ABSOLUTE + (PORT dataa (346:346:346) (435:435:435)) + (PORT datab (342:342:342) (425:425:425)) + (PORT datac (302:302:302) (385:385:385)) + (PORT datad (302:302:302) (378:378:378)) + (IOPATH dataa combout (420:420:420) (428:428:428)) + (IOPATH datab combout (432:432:432) (433:433:433)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~2\\) + (DELAY + (ABSOLUTE + (PORT datab (343:343:343) (427:427:427)) + (PORT datac (776:776:776) (761:761:761)) + (PORT datad (237:237:237) (256:256:256)) + (IOPATH datab combout (473:473:473) (487:487:487)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~5\\) + (DELAY + (ABSOLUTE + (PORT dataa (346:346:346) (434:434:434)) + (PORT datab (343:343:343) (424:424:424)) + (PORT datac (319:319:319) (396:396:396)) + (PORT datad (304:304:304) (379:379:379)) + (IOPATH dataa combout (456:456:456) (486:486:486)) + (IOPATH datab combout (457:457:457) (489:489:489)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~3\\) + (DELAY + (ABSOLUTE + (PORT dataa (361:361:361) (445:445:445)) + (PORT datab (359:359:359) (437:437:437)) + (PORT datac (318:318:318) (396:396:396)) + (PORT datad (319:319:319) (389:389:389)) + (IOPATH dataa combout (456:456:456) (486:486:486)) + (IOPATH datab combout (457:457:457) (489:489:489)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~4\\) + (DELAY + (ABSOLUTE + (PORT dataa (583:583:583) (613:613:613)) + (PORT datab (342:342:342) (424:424:424)) + (PORT datac (301:301:301) (385:385:385)) + (PORT datad (237:237:237) (255:255:255)) + (IOPATH dataa combout (481:481:481) (491:491:491)) + (IOPATH datab combout (494:494:494) (496:496:496)) + (IOPATH datac combout (324:324:324) (315:315:315)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~6\\) + (DELAY + (ABSOLUTE + (PORT dataa (348:348:348) (438:438:438)) + (PORT datab (344:344:344) (427:427:427)) + (PORT datac (235:235:235) (262:262:262)) + (PORT datad (237:237:237) (255:255:255)) + (IOPATH dataa combout (393:393:393) (398:398:398)) + (IOPATH datab combout (393:393:393) (408:408:408)) + (IOPATH datac combout (324:324:324) (316:316:316)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~7\\) + (DELAY + (ABSOLUTE + (PORT dataa (579:579:579) (617:617:617)) + (PORT datab (345:345:345) (429:429:429)) + (PORT datac (541:541:541) (559:559:559)) + (PORT datad (816:816:816) (741:741:741)) + (IOPATH dataa combout (471:471:471) (453:453:453)) + (IOPATH datab combout (472:472:472) (452:452:452)) + (IOPATH datac combout (327:327:327) (316:316:316)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|LessThan0\~8\\) + (DELAY + (ABSOLUTE + (PORT dataa (373:373:373) (464:464:464)) + (PORT datab (531:531:531) (492:492:492)) + (PORT datac (235:235:235) (262:262:262)) + (PORT datad (236:236:236) (255:255:255)) + (IOPATH dataa combout (456:456:456) (486:486:486)) + (IOPATH datab combout (454:454:454) (473:473:473)) + (IOPATH datac combout (327:327:327) (316:316:316)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "cycloneiii_lcell_comb") + (INSTANCE \\inst2\|ledBuf\~0\\) + (DELAY + (ABSOLUTE + (PORT datad (747:747:747) (674:674:674)) + (IOPATH datac combout (462:462:462) (482:482:482)) + (IOPATH datad combout (177:177:177) (155:155:155)) + ) + ) + ) + (CELL + (CELLTYPE "dffeas") + (INSTANCE \\inst2\|ledBuf\\) + (DELAY + (ABSOLUTE + (PORT clk (2411:2411:2411) (2414:2414:2414)) + (PORT d (99:99:99) (115:115:115)) + (IOPATH (posedge clk) q (261:261:261) (261:261:261)) + ) + ) + (TIMINGCHECK + (HOLD d (posedge clk) (212:212:212)) + ) + ) +)