📄 s_machine.map.rpt
字号:
; File Name with User-Entered Path ; Used in Netlist ; File Type ; File Name with Absolute Path ;
+----------------------------------+-----------------+-----------------+-----------------------------------------------+
; s_machine.vhd ; yes ; User VHDL File ; D:/altera/quartus60/实例/状态机/s_machine.vhd ;
+----------------------------------+-----------------+-----------------+-----------------------------------------------+
+-------------------------------------------------------+
; Analysis & Synthesis Resource Usage Summary ;
+---------------------------------------------+---------+
; Resource ; Usage ;
+---------------------------------------------+---------+
; Total logic elements ; 6 ;
; -- Combinational with no register ; 2 ;
; -- Register only ; 0 ;
; -- Combinational with a register ; 4 ;
; ; ;
; Logic element usage by number of LUT inputs ; ;
; -- 4 input functions ; 4 ;
; -- 3 input functions ; 0 ;
; -- 2 input functions ; 2 ;
; -- 1 input functions ; 0 ;
; -- 0 input functions ; 0 ;
; -- Combinational cells for routing ; 0 ;
; ; ;
; Logic elements by mode ; ;
; -- normal mode ; 6 ;
; -- arithmetic mode ; 0 ;
; -- qfbk mode ; 0 ;
; -- register cascade mode ; 0 ;
; -- synchronous clear/load mode ; 0 ;
; -- asynchronous clear/load mode ; 4 ;
; ; ;
; Total registers ; 4 ;
; I/O pins ; 6 ;
; Maximum fan-out node ; c_s.st0 ;
; Maximum fan-out ; 4 ;
; Total fan-out ; 30 ;
; Average fan-out ; 2.50 ;
+---------------------------------------------+---------+
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
; 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 ;
+----------------------------+-------------+--------------+------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+
; |s_machine ; 6 (6) ; 4 ; 0 ; 6 ; 0 ; 2 (2) ; 0 (0) ; 4 (4) ; 0 (0) ; 0 (0) ; |s_machine ;
+----------------------------+-------------+--------------+------------+------+--------------+--------------+-------------------+------------------+-----------------+------------+---------------------+
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.
+-------------------------------------------------+
; State Machine - |s_machine|c_s ;
+---------+---------+---------+---------+---------+
; Name ; c_s.st3 ; c_s.st2 ; c_s.st1 ; c_s.st0 ;
+---------+---------+---------+---------+---------+
; c_s.st0 ; 0 ; 0 ; 0 ; 0 ;
; c_s.st1 ; 0 ; 0 ; 1 ; 1 ;
; c_s.st2 ; 0 ; 1 ; 0 ; 1 ;
; c_s.st3 ; 1 ; 0 ; 0 ; 1 ;
+---------+---------+---------+---------+---------+
+------------------------------------------------------+
; General Register Statistics ;
+----------------------------------------------+-------+
; Statistic ; Value ;
+----------------------------------------------+-------+
; Total registers ; 4 ;
; Number of registers using Synchronous Clear ; 0 ;
; Number of registers using Synchronous Load ; 0 ;
; Number of registers using Asynchronous Clear ; 4 ;
; 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 202 06/20/2006 Service Pack 1 SJ Full Version
Info: Processing started: Tue Dec 23 00:16:38 2008
Info: Command: quartus_map --read_settings_files=on --write_settings_files=off s_machine -c s_machine
Info: Found 2 design units, including 1 entities, in source file s_machine.vhd
Info: Found design unit 1: s_machine-one
Info: Found entity 1: s_machine
Info: Elaborating entity "s_machine" for the top level hierarchy
Info: State machine "|s_machine|c_s" contains 4 states
Info: Selected Auto state machine encoding method for state machine "|s_machine|c_s"
Info: Encoding result for state machine "|s_machine|c_s"
Info: Completed encoding using 4 state bits
Info: Encoded state bit "c_s.st3"
Info: Encoded state bit "c_s.st2"
Info: Encoded state bit "c_s.st1"
Info: Encoded state bit "c_s.st0"
Info: State "|s_machine|c_s.st0" uses code string "0000"
Info: State "|s_machine|c_s.st1" uses code string "0011"
Info: State "|s_machine|c_s.st2" uses code string "0101"
Info: State "|s_machine|c_s.st3" uses code string "1001"
Info: Implemented 12 device resources after synthesis - the final resource count might be different
Info: Implemented 4 input pins
Info: Implemented 2 output pins
Info: Implemented 6 logic cells
Info: Quartus II Analysis & Synthesis was successful. 0 errors, 0 warnings
Info: Processing ended: Tue Dec 23 00:16:39 2008
Info: Elapsed time: 00:00:02
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -