📄 top.syr
字号:
Release 9.2i - xst J.36Copyright (c) 1995-2007 Xilinx, Inc. All rights reserved.--> Parameter TMPDIR set to ./xst/projnav.tmpCPU : 0.00 / 0.14 s | Elapsed : 0.00 / 0.00 s --> Parameter xsthdpdir set to ./xstCPU : 0.00 / 0.14 s | Elapsed : 0.00 / 0.00 s --> Reading design: top.prjTABLE OF CONTENTS 1) Synthesis Options Summary 2) HDL Compilation 3) Design Hierarchy Analysis 4) HDL Analysis 5) HDL Synthesis 5.1) HDL Synthesis Report 6) Advanced HDL Synthesis 6.1) Advanced HDL Synthesis Report 7) Low Level Synthesis 8) Partition Report 9) Final Report 9.1) Device utilization summary 9.2) Partition Resource Summary 9.3) TIMING REPORT=========================================================================* Synthesis Options Summary *=========================================================================---- Source ParametersInput File Name : "top.prj"Input Format : mixedIgnore Synthesis Constraint File : NO---- Target ParametersOutput File Name : "top"Output Format : NGCTarget Device : xc2s50e-7-ft256---- Source OptionsTop Module Name : topAutomatic FSM Extraction : YESFSM Encoding Algorithm : AutoSafe Implementation : NoFSM Style : lutRAM Extraction : YesRAM Style : AutoROM Extraction : YesMux Style : AutoDecoder Extraction : YESPriority Encoder Extraction : YESShift Register Extraction : YESLogical Shifter Extraction : YESXOR Collapsing : YESROM Style : AutoMux Extraction : YESResource Sharing : YESAsynchronous To Synchronous : NOMultiplier Style : lutAutomatic Register Balancing : No---- Target OptionsAdd IO Buffers : YESGlobal Maximum Fanout : 100Add Generic Clock Buffer(BUFG) : 4Register Duplication : YESSlice Packing : YESOptimize Instantiated Primitives : NOConvert Tristates To Logic : YesUse Clock Enable : YesUse Synchronous Set : YesUse Synchronous Reset : YesPack IO Registers into IOBs : autoEquivalent register Removal : YES---- General OptionsOptimization Goal : SpeedOptimization Effort : 1Library Search Order : top.lsoKeep Hierarchy : NORTL Output : YesGlobal Optimization : AllClockNetsRead Cores : YESWrite Timing Constraints : NOCross Clock Analysis : NOHierarchy Separator : /Bus Delimiter : <>Case Specifier : maintainSlice Utilization Ratio : 100BRAM Utilization Ratio : 100Verilog 2001 : YESAuto BRAM Packing : NOSlice Utilization Ratio Delta : 5==================================================================================================================================================* HDL Compilation *=========================================================================Compiling vhdl file "C:/micro_temp/alu_class/op_add.vhd" in Library work.Architecture behavioral of Entity op_add is up to date.Compiling vhdl file "C:/micro_temp/alu_class/op_sub.vhd" in Library work.Architecture behavioral of Entity op_sub is up to date.Compiling vhdl file "C:/micro_temp/alu_class/op_and.vhd" in Library work.Architecture behavioral of Entity op_and is up to date.Compiling vhdl file "C:/micro_temp/alu_class/op_or.vhd" in Library work.Architecture behavioral of Entity op_or is up to date.Compiling vhdl file "C:/micro_temp/alu_class/op_xor.vhd" in Library work.Architecture behavioral of Entity op_xor is up to date.Compiling vhdl file "C:/micro_temp/alu_class/op_mux.vhd" in Library work.Architecture behavioral of Entity op_mux is up to date.Compiling vhdl file "C:/micro_temp/alu_class/register_16bits.vhd" in Library work.Architecture behavioral of Entity register_16bits is up to date.Compiling vhdl file "C:/micro_temp/alu_class/mux_16_to_1.vhd" in Library work.Architecture behavioral of Entity mux_16_to_1 is up to date.Compiling vhdl file "C:/micro_temp/alu_class/demux_1_to_16.vhd" in Library work.Architecture behavioral of Entity demux_1_to_16 is up to date.Compiling vhdl file "C:/micro_temp/alu_class/regisster_set.vhd" in Library work.Architecture behavioral of Entity regisster_set is up to date.Compiling vhdl file "C:/micro_temp/alu_class/alu_module.vhd" in Library work.Architecture behavioral of Entity alu_module is up to date.Compiling vhdl file "C:/micro_temp/alu_class/top.vhd" in Library work.Architecture behavioral of Entity top is up to date.=========================================================================* Design Hierarchy Analysis *=========================================================================Analyzing hierarchy for entity <top> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <regisster_set> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <alu_module> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <register_16bits> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <mux_16_to_1> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <demux_1_to_16> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <op_add> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <op_sub> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <op_and> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <op_or> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <op_xor> in library <work> (architecture <behavioral>).Analyzing hierarchy for entity <op_mux> in library <work> (architecture <behavioral>).=========================================================================* HDL Analysis *=========================================================================Analyzing Entity <top> in library <work> (Architecture <behavioral>).Entity <top> analyzed. Unit <top> generated.Analyzing Entity <regisster_set> in library <work> (Architecture <behavioral>).Entity <regisster_set> analyzed. Unit <regisster_set> generated.Analyzing Entity <register_16bits> in library <work> (Architecture <behavioral>).Entity <register_16bits> analyzed. Unit <register_16bits> generated.Analyzing Entity <mux_16_to_1> in library <work> (Architecture <behavioral>).WARNING:Xst:819 - "C:/micro_temp/alu_class/mux_16_to_1.vhd" line 56: The following signals are missing in the process sensitivity list: data04, data05, data06, data07, data08, data09, data10, data11, data12, data13, data14, data15.Entity <mux_16_to_1> analyzed. Unit <mux_16_to_1> generated.Analyzing Entity <demux_1_to_16> in library <work> (Architecture <behavioral>).Entity <demux_1_to_16> analyzed. Unit <demux_1_to_16> generated.Analyzing Entity <alu_module> in library <work> (Architecture <behavioral>).WARNING:Xst:752 - "C:/micro_temp/alu_class/alu_module.vhd" line 116: Unconnected input port 'data_from_and' of component 'op_mux' is tied to default value.WARNING:Xst:752 - "C:/micro_temp/alu_class/alu_module.vhd" line 116: Unconnected input port 'data_from_or' of component 'op_mux' is tied to default value.WARNING:Xst:752 - "C:/micro_temp/alu_class/alu_module.vhd" line 116: Unconnected input port 'data_from_xor' of component 'op_mux' is tied to default value.Entity <alu_module> analyzed. Unit <alu_module> generated.Analyzing Entity <op_add> in library <work> (Architecture <behavioral>).Entity <op_add> analyzed. Unit <op_add> generated.Analyzing Entity <op_sub> in library <work> (Architecture <behavioral>).Entity <op_sub> analyzed. Unit <op_sub> generated.Analyzing Entity <op_and> in library <work> (Architecture <behavioral>).Entity <op_and> analyzed. Unit <op_and> generated.Analyzing Entity <op_or> in library <work> (Architecture <behavioral>).Entity <op_or> analyzed. Unit <op_or> generated.Analyzing Entity <op_xor> in library <work> (Architecture <behavioral>).Entity <op_xor> analyzed. Unit <op_xor> generated.Analyzing Entity <op_mux> in library <work> (Architecture <behavioral>).Entity <op_mux> analyzed. Unit <op_mux> generated.=========================================================================* HDL Synthesis *=========================================================================Performing bidirectional port resolution...Synthesizing Unit <register_16bits>. Related source file is "C:/micro_temp/alu_class/register_16bits.vhd". Found 16-bit register for signal <data>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -