来自「CPLD的小程序集合」· 代码 · 共 211 行 · 第 1/2 页
TXT
211 行
+--------------------------------------------------------------------+--------------------+--------------------+
+--------------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Source Files Read ;
+----------------------------------+-----------------+-----------------+---------------------------------------+
; File Name with User-Entered Path ; Used in Netlist ; File Type ; File Name with Absolute Path ;
+----------------------------------+-----------------+-----------------+---------------------------------------+
; mux.vhd ; yes ; User VHDL File ; D:/EPM240/基础实验/多路选择器/mux.vhd ;
+----------------------------------+-----------------+-----------------+---------------------------------------+
+--------------------------------------------------------------+
; Analysis & Synthesis Resource Usage Summary ;
+---------------------------------------------+----------------+
; Resource ; Usage ;
+---------------------------------------------+----------------+
; Total logic elements ; 10 ;
; -- Combinational with no register ; 10 ;
; -- Register only ; 0 ;
; -- Combinational with a register ; 0 ;
; ; ;
; Logic element usage by number of LUT inputs ; ;
; -- 4 input functions ; 0 ;
; -- 3 input functions ; 10 ;
; -- 2 input functions ; 0 ;
; -- 1 input functions ; 0 ;
; -- 0 input functions ; 0 ;
; -- Combinational cells for routing ; 0 ;
; ; ;
; Logic elements by mode ; ;
; -- normal mode ; 10 ;
; -- arithmetic mode ; 0 ;
; -- qfbk mode ; 0 ;
; -- register cascade mode ; 0 ;
; -- synchronous clear/load mode ; 0 ;
; -- asynchronous clear/load mode ; 0 ;
; ; ;
; Total registers ; 0 ;
; I/O pins ; 23 ;
; Maximum fan-out node ; temp_xhd[0]~54 ;
; Maximum fan-out ; 7 ;
; Total fan-out ; 37 ;
; Average fan-out ; 1.12 ;
+---------------------------------------------+----------------+
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Resource Utilization by Entity ;
+----------------------------+-------------+--------------+------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+
; Compilation Hierarchy Node ; Logic Cells ; LC Registers ; UFM Blocks ; Pins ; Virtual Pins ; LUT-Only LCs ; Register-Only LCs ; LUT/Register LCs ; Carry Chain LCs ; Packed LCs ; Full Hierarchy Name ;
+----------------------------+-------------+--------------+------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+
; |mux ; 10 (10) ; 0 ; 0 ; 23 ; 0 ; 10 (10) ; 0 (0) ; 0 (0) ; 0 (0) ; 0 (0) ; |mux ;
+----------------------------+-------------+--------------+------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+
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.
+------------------------------------------------------+
; General Register Statistics ;
+----------------------------------------------+-------+
; Statistic ; Value ;
+----------------------------------------------+-------+
; Total registers ; 0 ;
; Number of registers using Synchronous Clear ; 0 ;
; Number of registers using Synchronous Load ; 0 ;
; 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 6.0 Build 178 04/27/2006 SJ Full Version
Info: Processing started: Tue Jun 24 23:14:10 2008
Info: Command: quartus_map --read_settings_files=on --write_settings_files=off mux -c mux
Warning: Entity "mux" obtained from "D:/EPM240/基础实验/多路选择器/mux.vhd" instead of from Quartus II megafunction library
Info: Found 2 design units, including 1 entities, in source file mux.vhd
Info: Found design unit 1: mux-arch
Info: Found entity 1: mux
Info: Elaborating entity "mux" for the top level hierarchy
Warning: Output pins are stuck at VCC or GND
Warning: Pin "d[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: Implemented 33 device resources after synthesis - the final resource count might be different
Info: Implemented 7 input pins
Info: Implemented 16 output pins
Info: Implemented 10 logic cells
Info: Quartus II Analysis & Synthesis was successful. 0 errors, 11 warnings
Info: Processing ended: Tue Jun 24 23:14:12 2008
Info: Elapsed time: 00:00:02
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?