test.map.rpt

来自「实现了对SD卡的SPI方式下读写操作」· RPT 代码 · 共 300 行 · 第 1/5 页

RPT
300
字号
; RTL/spiTxRxData.v                ; yes             ; User Verilog HDL File              ; E:/spi_Master/RTL/spiTxRxData.v                                ;
; RTL/timescale.v                  ; yes             ; User Verilog HDL File              ; E:/spi_Master/RTL/timescale.v                                  ;
; altpll.tdf                       ; yes             ; Megafunction                       ; c:/altera/81/quartus/libraries/megafunctions/altpll.tdf        ;
; aglobal81.inc                    ; yes             ; Megafunction                       ; c:/altera/81/quartus/libraries/megafunctions/aglobal81.inc     ;
; stratix_pll.inc                  ; yes             ; Megafunction                       ; c:/altera/81/quartus/libraries/megafunctions/stratix_pll.inc   ;
; stratixii_pll.inc                ; yes             ; Megafunction                       ; c:/altera/81/quartus/libraries/megafunctions/stratixii_pll.inc ;
; cycloneii_pll.inc                ; yes             ; Megafunction                       ; c:/altera/81/quartus/libraries/megafunctions/cycloneii_pll.inc ;
+----------------------------------+-----------------+------------------------------------+----------------------------------------------------------------+


+------------------------------------------------------------------------------------------+
; Analysis & Synthesis Resource Usage Summary                                              ;
+---------------------------------------------+--------------------------------------------+
; Resource                                    ; Usage                                      ;
+---------------------------------------------+--------------------------------------------+
; Estimated Total logic elements              ; 393                                        ;
;                                             ;                                            ;
; Total combinational functions               ; 393                                        ;
; Logic element usage by number of LUT inputs ;                                            ;
;     -- 4 input functions                    ; 169                                        ;
;     -- 3 input functions                    ; 61                                         ;
;     -- <=2 input functions                  ; 163                                        ;
;                                             ;                                            ;
; Logic elements by mode                      ;                                            ;
;     -- normal mode                          ; 318                                        ;
;     -- arithmetic mode                      ; 75                                         ;
;                                             ;                                            ;
; Total registers                             ; 235                                        ;
;     -- Dedicated logic registers            ; 235                                        ;
;     -- I/O registers                        ; 0                                          ;
;                                             ;                                            ;
; I/O pins                                    ; 5                                          ;
; Total PLLs                                  ; 1                                          ;
; Maximum fan-out node                        ; pll48m:inst2|altpll:altpll_component|_clk0 ;
; Maximum fan-out                             ; 236                                        ;
; Total fan-out                               ; 1845                                       ;
; Average fan-out                             ; 2.91                                       ;
+---------------------------------------------+--------------------------------------------+


+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
; 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 ;
+-----------------------------------------------------+-------------------+--------------+-------------+--------------+---------+-----------+------+--------------+------------------------------------------------------------------+--------------+
; |test                                               ; 393 (1)           ; 235 (0)      ; 0           ; 0            ; 0       ; 0         ; 5    ; 0            ; |test                                                            ; work         ;
;    |pll48m:inst2|                                   ; 0 (0)             ; 0 (0)        ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|pll48m:inst2                                               ; work         ;
;       |altpll:altpll_component|                     ; 0 (0)             ; 0 (0)        ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|pll48m:inst2|altpll:altpll_component                       ; work         ;
;    |spiMaster:inst|                                 ; 392 (0)           ; 235 (0)      ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|spiMaster:inst                                             ; work         ;
;       |initSD:u_initSD|                             ; 98 (98)           ; 44 (44)      ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|spiMaster:inst|initSD:u_initSD                             ; work         ;
;       |readWriteSDBlock:u_readWriteSDBlock|         ; 142 (142)         ; 81 (81)      ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|spiMaster:inst|readWriteSDBlock:u_readWriteSDBlock         ; work         ;
;       |readWriteSPIWireData:u_readWriteSPIWireData| ; 70 (70)           ; 45 (45)      ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|spiMaster:inst|readWriteSPIWireData:u_readWriteSPIWireData ; work         ;
;       |sendCmd:u_sendCmd|                           ; 73 (73)           ; 49 (49)      ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|spiMaster:inst|sendCmd:u_sendCmd                           ; work         ;
;       |spiTxRxData:u_spiTxRxData|                   ; 9 (9)             ; 16 (16)      ; 0           ; 0            ; 0       ; 0         ; 0    ; 0            ; |test|spiMaster:inst|spiTxRxData:u_spiTxRxData                   ; 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.


Encoding Type:  One-Hot
+------------------------------------------------------------------------------------------------------------------+

⌨️ 快捷键说明

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