📄 time_disp_select.map.rpt
字号:
Analysis & Synthesis report for time_disp_select
Sat Jul 15 21:02:09 2006
Version 4.2 Build 157 12/07/2004 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Analysis & Synthesis Summary
3. Analysis & Synthesis Settings
4. Hierarchy
5. User-Specified and Inferred Latches
6. Analysis & Synthesis Resource Utilization by Entity
7. Analysis & Synthesis Equations
8. Analysis & Synthesis Source Files Read
9. Analysis & Synthesis Resource Usage Summary
10. Analysis & Synthesis Messages
----------------
; Legal Notice ;
----------------
Copyright (C) 1991-2004 Altera Corporation
Any megafunction design, and related netlist (encrypted or decrypted),
support information, device programming or simulation file, and any other
associated documentation or information provided by Altera or a partner
under Altera's Megafunction Partnership Program may be used only
to program PLD devices (but not masked PLD devices) from Altera. Any
other use of such megafunction design, netlist, support information,
device programming or simulation file, or any other related documentation
or information is prohibited for any other purpose, including, but not
limited to modification, reverse engineering, de-compiling, or use with
any other silicon devices, unless such use is explicitly licensed under
a separate agreement with Altera or a megafunction partner. Title to the
intellectual property, including patents, copyrights, trademarks, trade
secrets, or maskworks, embodied in any such megafunction design, netlist,
support information, device programming or simulation file, or any other
related documentation or information provided by Altera or a megafunction
partner, remains with Altera, the megafunction partner, or their respective
licensors. No other licenses, including any licenses needed under any third
party's intellectual property, are provided herein.
+------------------------------------------------------------------------+
; Analysis & Synthesis Summary ;
+-----------------------------+------------------------------------------+
; Analysis & Synthesis Status ; Successful - Sat Jul 15 21:02:09 2006 ;
; Quartus II Version ; 4.2 Build 157 12/07/2004 SJ Full Version ;
; Revision Name ; time_disp_select ;
; Top-level Entity Name ; time_disp_select ;
; Family ; MAX7000S ;
; Total macrocells ; 17 ;
; Total pins ; 13 ;
+-----------------------------+------------------------------------------+
+------------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Settings ;
+----------------------------------------------------------------------+------------------+------------------+
; Option ; Setting ; Default Value ;
+----------------------------------------------------------------------+------------------+------------------+
; Family name ; MAX7000S ; Stratix ;
; Use smart compilation ; Normal ; Normal ;
; Create Debugging Nodes for IP Cores ; off ; off ;
; Preserve fewer node names ; On ; On ;
; Disable OpenCore Plus hardware evaluation ; Off ; Off ;
; Verilog Version ; Verilog_2001 ; Verilog_2001 ;
; VHDL Version ; VHDL93 ; VHDL93 ;
; Top-level entity name ; time_disp_select ; time_disp_select ;
; State Machine Processing ; Auto ; Auto ;
; Extract Verilog State Machines ; On ; On ;
; Extract VHDL State Machines ; On ; On ;
; NOT Gate Push-Back ; On ; On ;
; Power-Up Don't Care ; On ; On ;
; Remove Redundant Logic Cells ; Off ; Off ;
; Remove Duplicate Registers ; On ; On ;
; Ignore CARRY Buffers ; Off ; Off ;
; Ignore CASCADE Buffers ; Off ; Off ;
; Ignore GLOBAL Buffers ; Off ; Off ;
; Ignore ROW GLOBAL Buffers ; Off ; Off ;
; Ignore LCELL Buffers -- MAX 7000B/7000AE/3000A/7000S/7000A ; Auto ; Auto ;
; Ignore SOFT Buffers -- MAX 7000B/7000AE/3000A/7000S/7000A ; Off ; Off ;
; Limit AHDL Integers to 32 Bits ; Off ; Off ;
; Optimization Technique -- MAX 7000B/7000AE/3000A/7000S/7000A ; Speed ; Speed ;
; Allow XOR Gate Usage ; On ; On ;
; Auto Logic Cell Insertion ; On ; On ;
; Parallel Expander Chain Length -- MAX 7000B/7000AE/3000A/7000S/7000A ; 4 ; 4 ;
; Auto Parallel Expanders ; On ; On ;
; Auto Open-Drain Pins ; On ; On ;
; Remove Duplicate Logic ; On ; On ;
; Auto Resource Sharing ; Off ; Off ;
; Maximum Fan-in Per Macrocell -- MAX 7000B/7000AE/3000A/7000S/7000A ; 100 ; 100 ;
+----------------------------------------------------------------------+------------------+------------------+
+-----------+
; Hierarchy ;
+-----------+
time_disp_select
+---------------------------------------------------+
; User-Specified and Inferred Latches ;
+-----------------------------------------------+---+
; Latch Name ; ;
+-----------------------------------------------+---+
; disp_drive[2] ; ;
; disp_drive[1] ; ;
; disp_drive[0] ; ;
; clk ; ;
; Number of user-specified and inferred latches ; 4 ;
+-----------------------------------------------+---+
+----------------------------------------------------------------------+
; Analysis & Synthesis Resource Utilization by Entity ;
+----------------------------+------------+------+---------------------+
; Compilation Hierarchy Node ; Macrocells ; Pins ; Full Hierarchy Name ;
+----------------------------+------------+------+---------------------+
; |time_disp_select ; 17 ; 13 ; |time_disp_select ;
+----------------------------+------------+------+---------------------+
+--------------------------------+
; Analysis & Synthesis Equations ;
+--------------------------------+
The equations can be found in E:/戴仙金/资料/Verilog书/源代码/wristwatch/time_disp_select/time_disp_select.map.eqn.
+-------------------------------------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Source Files Read ;
+----------------------------------+-----------------+--------------------------------------------------------------------------------+
; File Name with User-Entered Path ; Used in Netlist ; File Name with Absolute Path ;
+----------------------------------+-----------------+--------------------------------------------------------------------------------+
; time_disp_select.v ; yes ; E:/戴仙金/资料/Verilog书/源代码/wristwatch/time_disp_select/time_disp_select.v ;
+----------------------------------+-----------------+--------------------------------------------------------------------------------+
+---------------------------------------------+
; Analysis & Synthesis Resource Usage Summary ;
+----------------------+----------------------+
; Resource ; Usage ;
+----------------------+----------------------+
; Logic cells ; 17 ;
; Total registers ; 9 ;
; I/O pins ; 13 ;
; Shareable expanders ; 1 ;
; Maximum fan-out node ; Time_EN ;
; Maximum fan-out ; 9 ;
; Total fan-out ; 76 ;
; Average fan-out ; 2.45 ;
+----------------------+----------------------+
+-------------------------------+
; Analysis & Synthesis Messages ;
+-------------------------------+
Info: *******************************************************************
Info: Running Quartus II Analysis & Synthesis
Info: Version 4.2 Build 157 12/07/2004 SJ Full Version
Info: Processing started: Sat Jul 15 21:02:07 2006
Info: Command: quartus_map --import_settings_files=on --export_settings_files=off time_disp_select -c time_disp_select
Info: Found 1 design units, including 1 entities, in source file time_disp_select.v
Info: Found entity 1: time_disp_select
Warning: Verilog HDL Always Construct warning at time_disp_select.v(43): variable clk may not be assigned a new value in every possible path through the Always Construct. Variable clk holds its previous value in every path with no new value assignment, which may create a combinational loop in the current design.
Warning: Verilog HDL Always Construct warning at time_disp_select.v(43): variable disp_drive may not be assigned a new value in every possible path through the Always Construct. Variable disp_drive holds its previous value in every path with no new value assignment, which may create a combinational loop in the current design.
Info: Promoted pin-driven signal(s) to global signal
Info: Promoted clock signal driven by pin "clk_1khz" to global clock signal
Info: Implemented 31 device resources after synthesis - the final resource count might be different
Info: Implemented 7 input pins
Info: Implemented 6 output pins
Info: Implemented 17 macrocells
Info: Implemented 1 shareable expanders
Info: Quartus II Analysis & Synthesis was successful. 0 errors, 2 warnings
Info: Processing ended: Sat Jul 15 21:02:09 2006
Info: Elapsed time: 00:00:03
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -