自己用VHDL写的一个串口程序

源代码在线查看: uart.flow.rpt

软件大小: 300 K
上传用户: hcwlxhyq
关键词: VHDL 串口程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				Flow report for UART
				Mon May 14 10:52:47 2007
				Quartus II Version 7.0 Build 33 02/05/2007 SJ Full Version
				
				
				---------------------
				; Table of Contents ;
				---------------------
				  1. Legal Notice
				  2. Flow Summary
				  3. Flow Settings
				  4. Flow Non-Default Global Settings
				  5. Flow Elapsed Time
				  6. Flow Log
				
				
				
				----------------
				; Legal Notice ;
				----------------
				Copyright (C) 1991-2007 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 from 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.
				
				
				
				+-------------------------------------------------------------------+
				; Flow Summary                                                      ;
				+-------------------------+-----------------------------------------+
				; Flow Status             ; Successful - Mon May 14 10:52:47 2007   ;
				; Quartus II Version      ; 7.0 Build 33 02/05/2007 SJ Full Version ;
				; Revision Name           ; UART                                    ;
				; Top-level Entity Name   ; UART                                    ;
				; Family                  ; Cyclone                                 ;
				; Device                  ; EP1C6Q240C8                             ;
				; Timing Models           ; Final                                   ;
				; Met timing requirements ; Yes                                     ;
				; Total logic elements    ; 64 / 5,980 ( 1 % )                      ;
				; Total pins              ; 5 / 185 ( 3 % )                         ;
				; Total virtual pins      ; 0                                       ;
				; Total memory bits       ; 0 / 92,160 ( 0 % )                      ;
				; Total PLLs              ; 0 / 2 ( 0 % )                           ;
				+-------------------------+-----------------------------------------+
				
				
				+-----------------------------------------+
				; Flow Settings                           ;
				+-------------------+---------------------+
				; Option            ; Setting             ;
				+-------------------+---------------------+
				; Start date & time ; 05/14/2007 10:52:19 ;
				; Main task         ; Compilation         ;
				; Revision Name     ; UART                ;
				+-------------------+---------------------+
				
				
				+----------------------------------------------------------------------------+
				; Flow Non-Default Global Settings                                           ;
				+------------------------+--------+---------------+-------------+------------+
				; Assignment Name        ; Value  ; Default Value ; Entity Name ; Section Id ;
				+------------------------+--------+---------------+-------------+------------+
				; PARTITION_NETLIST_TYPE ; SOURCE ; --            ; --          ; Top        ;
				+------------------------+--------+---------------+-------------+------------+
				
				
				+----------------------------------------+
				; Flow Elapsed Time                      ;
				+-------------------------+--------------+
				; Module Name             ; Elapsed Time ;
				+-------------------------+--------------+
				; Analysis & Synthesis    ; 00:00:03     ;
				; Partition Merge         ; 00:00:01     ;
				; Fitter                  ; 00:00:07     ;
				; Assembler               ; 00:00:06     ;
				; Classic Timing Analyzer ; 00:00:01     ;
				; Total                   ; 00:00:18     ;
				+-------------------------+--------------+
				
				
				------------
				; Flow Log ;
				------------
				quartus_map --read_settings_files=on --write_settings_files=off UART -c UART
				quartus_cdb --read_settings_files=off --write_settings_files=off UART -c UART --merge=on
				quartus_fit --read_settings_files=off --write_settings_files=off UART -c UART
				quartus_asm --read_settings_files=off --write_settings_files=off UART -c UART
				quartus_tan --read_settings_files=off --write_settings_files=off UART -c UART --timing_analysis_only
				
				
				
							

相关资源