⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serialport.map.rpt

📁 VHDL基础的编程源代码
💻 RPT
📖 第 1 页 / 共 3 页
字号:
Analysis & Synthesis report for serialport
Sun Mar 25 20:08:39 2007
Version 5.1 Build 176 10/26/2005 SJ Full Version


---------------------
; Table of Contents ;
---------------------
  1. Legal Notice
  2. Analysis & Synthesis Summary
  3. Analysis & Synthesis Settings
  4. Analysis & Synthesis Source Files Read
  5. Analysis & Synthesis Resource Usage Summary
  6. Analysis & Synthesis Resource Utilization by Entity
  7. Parameter Settings for User Entity Instance: pwm:inst1
  8. Parameter Settings for User Entity Instance: counter_out:inst
  9. Parameter Settings for User Entity Instance: counter:inst3
 10. Parameter Settings for User Entity Instance: bcd_ascii:inst2
 11. Parameter Settings for Inferred Entity Instance: counter_out:inst|lpm_counter:counter_rtl_0
 12. Parameter Settings for Inferred Entity Instance: pwm:inst1|lpm_counter:delay_counter_rtl_1
 13. Parameter Settings for Inferred Entity Instance: baud_div:inst5|lpm_counter:delay_counter_rtl_2
 14. Parameter Settings for Inferred Entity Instance: baud_div:inst5|lpm_add_sub:add_rtl_3
 15. Parameter Settings for Inferred Entity Instance: counter_out:inst|lpm_add_sub:add_rtl_4
 16. Analysis & Synthesis Equations
 17. Analysis & Synthesis Messages



----------------
; Legal Notice ;
----------------
Copyright (C) 1991-2005 Altera Corporation
Your use of Altera Corporation's design tools, logic functions 
and other software and tools, and its AMPP partner logic 
functions, and any output files any of the foregoing 
(including device programming or simulation files), and any 
associated documentation or information are expressly subject 
to the terms and conditions of the Altera Program License 
Subscription Agreement, Altera MegaCore Function License 
Agreement, or other applicable license agreement, including, 
without limitation, that your use is for the sole purpose of 
programming logic devices manufactured by Altera and sold by 
Altera or its authorized distributors.  Please refer to the 
applicable agreement for further details.



+------------------------------------------------------------------------+
; Analysis & Synthesis Summary                                           ;
+-----------------------------+------------------------------------------+
; Analysis & Synthesis Status ; Successful - Sun Mar 25 20:08:39 2007    ;
; Quartus II Version          ; 5.1 Build 176 10/26/2005 SJ Full Version ;
; Revision Name               ; serialport                               ;
; Top-level Entity Name       ; serialport                               ;
; Family                      ; MAX3000A                                 ;
; Total macrocells            ; 128                                      ;
; Total pins                  ; 10                                       ;
+-----------------------------+------------------------------------------+


+---------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Settings                                                                           ;
+----------------------------------------------------------------------+------------------+---------------+
; Option                                                               ; Setting          ; Default Value ;
+----------------------------------------------------------------------+------------------+---------------+
; Device                                                               ; EPM3128ATC100-10 ;               ;
; Top-level entity name                                                ; serialport       ; serialport    ;
; Family name                                                          ; MAX3000A         ; Stratix       ;
; Use smart compilation                                                ; On               ; Off           ;
; 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        ;
; State Machine Processing                                             ; Auto             ; Auto          ;
; Extract Verilog State Machines                                       ; On               ; On            ;
; Extract VHDL State Machines                                          ; On               ; On            ;
; Add Pass-Through Logic to Inferred RAMs                              ; 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           ;
; Ignore translate_off and translate_on Synthesis Directives           ; Off              ; Off           ;
; Show Parameter Settings Tables in Synthesis Report                   ; On               ; On            ;
; HDL message level                                                    ; Level2           ; Level2        ;
+----------------------------------------------------------------------+------------------+---------------+


+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
; Analysis & Synthesis Source Files Read                                                                                                                        ;
+----------------------------------+-----------------+------------------------------------+---------------------------------------------------------------------+
; File Name with User-Entered Path ; Used in Netlist ; File Type                          ; File Name with Absolute Path                                        ;
+----------------------------------+-----------------+------------------------------------+---------------------------------------------------------------------+
; baud_div.vhd                     ; yes             ; User VHDL File                     ; H:/03-源码文件/VHDL/07-串口发送/baud_div.vhd                        ;
; bcd_ascii.vhd                    ; yes             ; User VHDL File                     ; H:/03-源码文件/VHDL/07-串口发送/bcd_ascii.vhd                       ;
; counter.vhd                      ; yes             ; User VHDL File                     ; H:/03-源码文件/VHDL/07-串口发送/counter.vhd                         ;
; pwm.vhd                          ; yes             ; User VHDL File                     ; H:/03-源码文件/VHDL/07-串口发送/pwm.vhd                             ;
; serialport.bdf                   ; yes             ; User Block Diagram/Schematic File  ; H:/03-源码文件/VHDL/07-串口发送/serialport.bdf                      ;
; serialport_tx.vhd                ; yes             ; User VHDL File                     ; H:/03-源码文件/VHDL/07-串口发送/serialport_tx.vhd                   ;
; counter_out.vhd                  ; yes             ; User VHDL File                     ; H:/03-源码文件/VHDL/07-串口发送/counter_out.vhd                     ;
; lpm_counter.tdf                  ; yes             ; Megafunction                       ; f:/altera/quartus51/libraries/megafunctions/lpm_counter.tdf         ;
; lpm_constant.inc                 ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/lpm_constant.inc        ;
; lpm_decode.inc                   ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/lpm_decode.inc          ;
; lpm_add_sub.inc                  ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/lpm_add_sub.inc         ;
; cmpconst.inc                     ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/cmpconst.inc            ;
; lpm_compare.inc                  ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/lpm_compare.inc         ;
; lpm_counter.inc                  ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/lpm_counter.inc         ;
; dffeea.inc                       ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/dffeea.inc              ;
; alt_synch_counter.inc            ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/alt_synch_counter.inc   ;
; alt_synch_counter_f.inc          ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/alt_synch_counter_f.inc ;
; alt_counter_f10ke.inc            ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/alt_counter_f10ke.inc   ;
; alt_counter_stratix.inc          ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/alt_counter_stratix.inc ;
; aglobal51.inc                    ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/aglobal51.inc           ;
; lpm_add_sub.tdf                  ; yes             ; Megafunction                       ; f:/altera/quartus51/libraries/megafunctions/lpm_add_sub.tdf         ;
; addcore.inc                      ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/addcore.inc             ;
; look_add.inc                     ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/look_add.inc            ;
; bypassff.inc                     ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/bypassff.inc            ;
; altshift.inc                     ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/altshift.inc            ;
; alt_stratix_add_sub.inc          ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/alt_stratix_add_sub.inc ;
; alt_mercury_add_sub.inc          ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/alt_mercury_add_sub.inc ;
; addcore.tdf                      ; yes             ; Megafunction                       ; f:/altera/quartus51/libraries/megafunctions/addcore.tdf             ;
; a_csnbuffer.inc                  ; yes             ; Other                              ; f:/altera/quartus51/libraries/megafunctions/a_csnbuffer.inc         ;
; a_csnbuffer.tdf                  ; yes             ; Megafunction                       ; f:/altera/quartus51/libraries/megafunctions/a_csnbuffer.tdf         ;
; look_add.tdf                     ; yes             ; Megafunction                       ; f:/altera/quartus51/libraries/megafunctions/look_add.tdf            ;
; altshift.tdf                     ; yes             ; Megafunction                       ; f:/altera/quartus51/libraries/megafunctions/altshift.tdf            ;
+----------------------------------+-----------------+------------------------------------+---------------------------------------------------------------------+


+---------------------------------------------+
; Analysis & Synthesis Resource Usage Summary ;
+----------------------+----------------------+
; Resource             ; Usage                ;

⌨️ 快捷键说明

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