pulse.map.rpt

来自「由VHDL 语言实现的数控分频 利用的是QUARTUES环境已经得到验证」· RPT 代码 · 共 222 行 · 第 1/2 页

RPT
222
字号
; Suppress Register Optimization Related Messages                                ; Off                ; Off                ;
; Number of Removed Registers Reported in Synthesis Report                       ; 100                ; 100                ;
; Clock MUX Protection                                                           ; On                 ; On                 ;
; Use smart compilation                                                          ; Off                ; Off                ;
+--------------------------------------------------------------------------------+--------------------+--------------------+


+-----------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Source Files Read                                                              ;
+----------------------------------+-----------------+-----------------+------------------------------+
; File Name with User-Entered Path ; Used in Netlist ; File Type       ; File Name with Absolute Path ;
+----------------------------------+-----------------+-----------------+------------------------------+
; pulse.vhd                        ; yes             ; User VHDL File  ; F:/Quartus/PULSE/pulse.vhd   ;
+----------------------------------+-----------------+-----------------+------------------------------+


+---------------------------------------------------------+
; Analysis & Synthesis Resource Usage Summary             ;
+---------------------------------------------+-----------+
; Resource                                    ; Usage     ;
+---------------------------------------------+-----------+
; Total logic elements                        ; 13        ;
;     -- Combinational with no register       ; 3         ;
;     -- Register only                        ; 1         ;
;     -- Combinational with a register        ; 9         ;
;                                             ;           ;
; Logic element usage by number of LUT inputs ;           ;
;     -- 4 input functions                    ; 2         ;
;     -- 3 input functions                    ; 0         ;
;     -- 2 input functions                    ; 8         ;
;     -- 1 input functions                    ; 2         ;
;     -- 0 input functions                    ; 0         ;
;                                             ;           ;
; Logic elements by mode                      ;           ;
;     -- normal mode                          ; 6         ;
;     -- arithmetic mode                      ; 7         ;
;     -- qfbk mode                            ; 0         ;
;     -- register cascade mode                ; 0         ;
;     -- synchronous clear/load mode          ; 8         ;
;     -- asynchronous clear/load mode         ; 0         ;
;                                             ;           ;
; Total registers                             ; 10        ;
; Total logic cells in carry chains           ; 8         ;
; I/O pins                                    ; 10        ;
; Maximum fan-out node                        ; Equal0~66 ;
; Maximum fan-out                             ; 9         ;
; Total fan-out                               ; 54        ;
; Average fan-out                             ; 2.35      ;
+---------------------------------------------+-----------+


+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Resource Utilization by Entity                                                                                                                                                                   ;
+----------------------------+-------------+--------------+-------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+--------------+
; Compilation Hierarchy Node ; Logic Cells ; LC Registers ; Memory Bits ; Pins ; Virtual Pins ; LUT-Only LCs ; Register-Only LCs ; LUT/Register LCs ; Carry Chain LCs ; Packed LCs ; Full Hierarchy Name ; Library Name ;
+----------------------------+-------------+--------------+-------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+--------------+
; |pulse                     ; 13 (13)     ; 10           ; 0           ; 10   ; 0            ; 3 (3)        ; 1 (1)             ; 9 (9)            ; 8 (8)           ; 0 (0)      ; |pulse              ; 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.


+-----------------------------------------------------------------+
; Registers Removed During Synthesis                              ;
+---------------------------------------+-------------------------+
; Register name                         ; Reason for Removal      ;
+---------------------------------------+-------------------------+
; fout~reg0                             ; Merged with \p_div:cnt2 ;
; Total Number of Removed Registers = 1 ;                         ;
+---------------------------------------+-------------------------+


+------------------------------------------------------+
; General Register Statistics                          ;
+----------------------------------------------+-------+
; Statistic                                    ; Value ;
+----------------------------------------------+-------+
; Total registers                              ; 10    ;
; Number of registers using Synchronous Clear  ; 0     ;
; Number of registers using Synchronous Load   ; 8     ;
; Number of registers using Asynchronous Clear ; 0     ;
; Number of registers using Asynchronous Load  ; 0     ;
; Number of registers using Clock Enable       ; 0     ;
; Number of registers using Preset             ; 0     ;
+----------------------------------------------+-------+


+-------------------------------+
; Analysis & Synthesis Messages ;
+-------------------------------+
Info: *******************************************************************
Info: Running Quartus II Analysis & Synthesis
    Info: Version 7.1 Build 156 04/30/2007 SJ Full Version
    Info: Processing started: Thu Aug 02 21:40:07 2007
Info: Command: quartus_map --read_settings_files=on --write_settings_files=off pulse -c pulse
Info: Found 2 design units, including 1 entities, in source file pulse.vhd
    Info: Found design unit 1: pulse-one
    Info: Found entity 1: pulse
Info: Elaborating entity "pulse" for the top level hierarchy
Info: Duplicate registers merged to single register
    Info: Duplicate register "fout~reg0" merged to single register "\p_div:cnt2"
Info: Implemented 23 device resources after synthesis - the final resource count might be different
    Info: Implemented 9 input pins
    Info: Implemented 1 output pins
    Info: Implemented 13 logic cells
Info: Quartus II Analysis & Synthesis was successful. 0 errors, 0 warnings
    Info: Allocated 145 megabytes of memory during processing
    Info: Processing ended: Thu Aug 02 21:40:11 2007
    Info: Elapsed time: 00:00:04


⌨️ 快捷键说明

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