⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 key1.map.rpt

📁 Altera CPLD矩阵键盘一个很不错的Altera芯片程序
💻 RPT
📖 第 1 页 / 共 2 页
字号:
+----------------------+----------------------+


+----------------------------------------------------------------------------------------+
; Analysis & Synthesis Resource Utilization by Entity                                    ;
+---------------------------------+------------+------+----------------------------------+
; Compilation Hierarchy Node      ; Macrocells ; Pins ; Full Hierarchy Name              ;
+---------------------------------+------------+------+----------------------------------+
; |key1                           ; 52         ; 26   ; |key1                            ;
;    |key1|                       ; 16         ; 0    ; |key1|key1                       ;
;    |lpm_counter:cnt_scan_rtl_0| ; 16         ; 0    ; |key1|lpm_counter:cnt_scan_rtl_0 ;
+---------------------------------+------------+------+----------------------------------+


+-----------------------------------------------------------------------------------------------------------+
; State Machine - |key1|scan_key                                                                            ;
+---------------+----------------------+----------------------+----------------------+----------------------+
; Name          ; scan_key.state_bit_3 ; scan_key.state_bit_2 ; scan_key.state_bit_1 ; scan_key.state_bit_0 ;
+---------------+----------------------+----------------------+----------------------+----------------------+
; scan_key.0000 ; 0                    ; 0                    ; 0                    ; 0                    ;
; scan_key.1110 ; 0                    ; 0                    ; 1                    ; 0                    ;
; scan_key.1101 ; 0                    ; 0                    ; 1                    ; 1                    ;
; scan_key.1100 ; 0                    ; 1                    ; 1                    ; 0                    ;
; scan_key.1011 ; 0                    ; 1                    ; 0                    ; 0                    ;
; scan_key.1010 ; 0                    ; 1                    ; 0                    ; 1                    ;
; scan_key.1001 ; 0                    ; 1                    ; 1                    ; 1                    ;
; scan_key.1000 ; 1                    ; 0                    ; 0                    ; 0                    ;
; scan_key.0111 ; 1                    ; 0                    ; 0                    ; 1                    ;
; scan_key.0110 ; 1                    ; 0                    ; 1                    ; 0                    ;
; scan_key.0101 ; 1                    ; 0                    ; 1                    ; 1                    ;
; scan_key.0100 ; 1                    ; 1                    ; 0                    ; 0                    ;
; scan_key.0011 ; 1                    ; 1                    ; 0                    ; 1                    ;
; scan_key.0010 ; 1                    ; 1                    ; 1                    ; 0                    ;
; scan_key.0001 ; 1                    ; 1                    ; 1                    ; 1                    ;
; scan_key.1111 ; 0                    ; 0                    ; 0                    ; 1                    ;
+---------------+----------------------+----------------------+----------------------+----------------------+


+-----------------------------------------------------------------------------+
; Parameter Settings for Inferred Entity Instance: lpm_counter:cnt_scan_rtl_0 ;
+------------------------+-------------------+--------------------------------+
; Parameter Name         ; Value             ; Type                           ;
+------------------------+-------------------+--------------------------------+
; AUTO_CARRY_CHAINS      ; ON                ; AUTO_CARRY                     ;
; IGNORE_CARRY_BUFFERS   ; OFF               ; IGNORE_CARRY                   ;
; AUTO_CASCADE_CHAINS    ; ON                ; AUTO_CASCADE                   ;
; IGNORE_CASCADE_BUFFERS ; OFF               ; IGNORE_CASCADE                 ;
; LPM_WIDTH              ; 16                ; Untyped                        ;
; LPM_DIRECTION          ; UP                ; Untyped                        ;
; LPM_MODULUS            ; 0                 ; Untyped                        ;
; LPM_AVALUE             ; UNUSED            ; Untyped                        ;
; LPM_SVALUE             ; UNUSED            ; Untyped                        ;
; LPM_PORT_UPDOWN        ; PORT_CONNECTIVITY ; Untyped                        ;
; DEVICE_FAMILY          ; MAX7000S          ; Untyped                        ;
; CARRY_CHAIN            ; MANUAL            ; Untyped                        ;
; CARRY_CHAIN_LENGTH     ; 48                ; CARRY_CHAIN_LENGTH             ;
; NOT_GATE_PUSH_BACK     ; ON                ; NOT_GATE_PUSH_BACK             ;
; CARRY_CNT_EN           ; SMART             ; Untyped                        ;
; LABWIDE_SCLR           ; ON                ; Untyped                        ;
; USE_NEW_VERSION        ; TRUE              ; Untyped                        ;
; CBXI_PARAMETER         ; NOTHING           ; Untyped                        ;
+------------------------+-------------------+--------------------------------+
Note: In order to hide this table in the UI and the text report file, please set the "Show Parameter Settings Tables in Synthesis Report" option in "Analysis and Synthesis Settings -> More Settings" to "Off".


+-------------------------------+
; Analysis & Synthesis Messages ;
+-------------------------------+
Info: *******************************************************************
Info: Running Quartus II Analysis & Synthesis
    Info: Version 6.0 Build 178 04/27/2006 SJ Full Version
    Info: Processing started: Sun Feb 04 16:18:45 2007
Info: Command: quartus_map --read_settings_files=on --write_settings_files=off key1 -c key1
Info: Found 1 design units, including 1 entities, in source file key1.v
    Info: Found entity 1: key1
Info: Elaborating entity "key1" for the top level hierarchy
Warning (10230): Verilog HDL assignment warning at key1.v(27): truncated value with size 32 to match size of target (16)
Info: Inferred 1 megafunctions from design logic
    Info: Inferred lpm_counter megafunction (LPM_WIDTH=16) from the following logic: "cnt_scan[0]~0"
Info: Found 1 design units, including 1 entities, in source file f:/altera/quartus60/libraries/megafunctions/lpm_counter.tdf
    Info: Found entity 1: lpm_counter
Info: Elaborated megafunction instantiation "lpm_counter:cnt_scan_rtl_0"
Info: State machine "|key1|scan_key" contains 16 states
Info: Selected Auto state machine encoding method for state machine "|key1|scan_key"
Info: Encoding result for state machine "|key1|scan_key"
    Info: Completed encoding using 4 state bits
        Info: Encoded state bit "key1|scan_key.state_bit_3"
        Info: Encoded state bit "key1|scan_key.state_bit_2"
        Info: Encoded state bit "key1|scan_key.state_bit_1"
        Info: Encoded state bit "key1|scan_key.state_bit_0"
    Info: State "|key1|scan_key.0000" uses code string "0000"
    Info: State "|key1|scan_key.1110" uses code string "0010"
    Info: State "|key1|scan_key.1101" uses code string "0011"
    Info: State "|key1|scan_key.1100" uses code string "0110"
    Info: State "|key1|scan_key.1011" uses code string "0100"
    Info: State "|key1|scan_key.1010" uses code string "0101"
    Info: State "|key1|scan_key.1001" uses code string "0111"
    Info: State "|key1|scan_key.1000" uses code string "1000"
    Info: State "|key1|scan_key.0111" uses code string "1001"
    Info: State "|key1|scan_key.0110" uses code string "1010"
    Info: State "|key1|scan_key.0101" uses code string "1011"
    Info: State "|key1|scan_key.0100" uses code string "1100"
    Info: State "|key1|scan_key.0011" uses code string "1101"
    Info: State "|key1|scan_key.0010" uses code string "1110"
    Info: State "|key1|scan_key.0001" uses code string "1111"
    Info: State "|key1|scan_key.1111" uses code string "0001"
Info: Registers with preset signals will power-up high
Warning: Output pins are stuck at VCC or GND
    Warning: Pin "dataout[0]" stuck at VCC
    Warning: Pin "en[0]" stuck at GND
    Warning: Pin "en[1]" stuck at GND
    Warning: Pin "en[2]" stuck at GND
    Warning: Pin "en[3]" stuck at GND
    Warning: Pin "en[4]" stuck at GND
    Warning: Pin "en[5]" stuck at GND
    Warning: Pin "en[6]" stuck at GND
    Warning: Pin "en[7]" stuck at GND
Info: Promoted pin-driven signal(s) to global signal
    Info: Promoted clock signal driven by pin "clk" to global clock signal
    Info: Promoted clear signal driven by pin "rst" to global clear signal
Info: Implemented 79 device resources after synthesis - the final resource count might be different
    Info: Implemented 6 input pins
    Info: Implemented 20 output pins
    Info: Implemented 52 macrocells
    Info: Implemented 1 shareable expanders
Info: Quartus II Analysis & Synthesis was successful. 0 errors, 11 warnings
    Info: Processing ended: Sun Feb 04 16:18:52 2007
    Info: Elapsed time: 00:00:08


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -