📄 top.syr
字号:
Release 7.1.04i - xst H.42Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.--> Parameter TMPDIR set to __projnavCPU : 0.00 / 0.30 s | Elapsed : 0.00 / 0.00 s --> Parameter xsthdpdir set to ./xstCPU : 0.00 / 0.30 s | Elapsed : 0.00 / 0.00 s --> Reading design: top.prjTABLE OF CONTENTS 1) Synthesis Options Summary 2) HDL Compilation 3) HDL Analysis 4) HDL Synthesis 5) Advanced HDL Synthesis 5.1) HDL Synthesis Report 6) Low Level Synthesis 7) Final Report 7.1) Device utilization summary 7.2) 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 : xc3s400-4-pq208---- Source OptionsTop Module Name : topAutomatic FSM Extraction : YESFSM Encoding Algorithm : AutoFSM Style : lutRAM Extraction : YesRAM Style : AutoROM Extraction : YesROM Style : AutoMux Extraction : YESMux Style : AutoDecoder Extraction : YESPriority Encoder Extraction : YESShift Register Extraction : YESLogical Shifter Extraction : YESXOR Collapsing : YESResource Sharing : YESMultiplier Style : autoAutomatic Register Balancing : No---- Target OptionsAdd IO Buffers : YESGlobal Maximum Fanout : 500Add Generic Clock Buffer(BUFG) : 8Register Duplication : YESEquivalent register Removal : YESSlice Packing : YESPack IO Registers into IOBs : auto---- General OptionsOptimization Goal : SpeedOptimization Effort : 1Keep Hierarchy : NOGlobal Optimization : AllClockNetsRTL Output : YesWrite Timing Constraints : NOHierarchy Separator : /Bus Delimiter : <>Case Specifier : maintainSlice Utilization Ratio : 100Slice Utilization Ratio Delta : 5---- Other Optionslso : top.lsoRead Cores : YEScross_clock_analysis : NOverilog2001 : YESsafe_implementation : NoOptimize Instantiated Primitives : NOuse_clock_enable : Yesuse_sync_set : Yesuse_sync_reset : Yesenable_auto_floorplanning : No==================================================================================================================================================* HDL Compilation *=========================================================================Compiling vhdl file "F:/data file/uart01/baud.vhd" in Library work.Architecture behavioral of Entity baud is up to date.Compiling vhdl file "F:/data file/uart01/reciever.vhd" in Library work.Architecture behavioral of Entity reciever is up to date.Compiling vhdl file "F:/data file/uart01/transfer.vhd" in Library work.Entity <transfer> compiled.Entity <transfer> (Architecture <behavioral>) compiled.Compiling vhdl file "F:/data file/uart01/uart.vhd" in Library work.Entity <top> compiled.Entity <top> (Architecture <behavioral>) compiled.=========================================================================* HDL Analysis *=========================================================================Analyzing Entity <top> (Architecture <behavioral>).WARNING:Xst:1542 - "F:/data file/uart01/uart.vhd" line 56: No default binding for component: <reciever>. Generic <framlenr> is not on the component.WARNING:Xst:1542 - "F:/data file/uart01/uart.vhd" line 58: No default binding for component: <transfer>. Generic <framlent> is not on the component.Entity <top> analyzed. Unit <top> generated.Analyzing Entity <baud> (Architecture <behavioral>).Entity <baud> analyzed. Unit <baud> generated.Analyzing Entity <reciever> (Architecture <behavioral>).Entity <reciever> analyzed. Unit <reciever> generated.Analyzing Entity <transfer> (Architecture <behavioral>).Entity <transfer> analyzed. Unit <transfer> generated.=========================================================================* HDL Synthesis *=========================================================================Synthesizing Unit <transfer>. Related source file is "F:/data file/uart01/transfer.vhd".WARNING:Xst:1780 - Signal <tcnt> is never used or assigned. Found finite state machine <FSM_0> for signal <state>. ----------------------------------------------------------------------- | States | 5 | | Transitions | 11 | | Inputs | 4 | | Outputs | 5 | | Clock | bclkt (rising_edge) | | Reset | resett (positive) | | Reset type | asynchronous | | Reset State | x_idle | | Power Up State | x_idle | | Encoding | automatic | | Implementation | LUT | ----------------------------------------------------------------------- Found 1-bit register for signal <txd_done>. Found 5-bit comparator greatequal for signal <$n0006> created at line 55. Found 5-bit comparator greatequal for signal <$n0007> created at line 58. Found 5-bit adder for signal <$n0018> created at line 51. Found 32-bit adder for signal <$n0019> created at line 65. Found 1-bit register for signal <txds>. Found 32-bit register for signal <xbitcnt>. Found 5-bit register for signal <xcnt16>. Summary: inferred 1 Finite State Machine(s). inferred 39 D-type flip-flop(s). inferred 2 Adder/Subtractor(s). inferred 2 Comparator(s).Unit <transfer> synthesized.Synthesizing Unit <reciever>. Related source file is "F:/data file/uart01/reciever.vhd". Found finite state machine <FSM_1> for signal <state>. ----------------------------------------------------------------------- | States | 5 | | Transitions | 10 | | Inputs | 4 | | Outputs | 5 | | Clock | bclkr (rising_edge) | | Reset | resetr (positive) | | Reset type | asynchronous | | Reset State | r_start | | Power Up State | r_start | | Encoding | automatic | | Implementation | LUT | ----------------------------------------------------------------------- Found 8-bit register for signal <rbuf>. Found 1-bit register for signal <r_ready>. Found 4-bit comparator greatequal for signal <$n0006> created at line 68. Found 4-bit adder for signal <$n0025> created at line 57. Found 32-bit adder for signal <$n0026> created at line 75. Found 4-bit register for signal <count>. Found 8-bit register for signal <rbufs>. Found 32-bit register for signal <rcnt>. Summary: inferred 1 Finite State Machine(s). inferred 53 D-type flip-flop(s). inferred 2 Adder/Subtractor(s). inferred 1 Comparator(s).Unit <reciever> synthesized.Synthesizing Unit <baud>. Related source file is "F:/data file/uart01/baud.vhd". Found 1-bit register for signal <bclk>. Found 32-bit comparator greatequal for signal <$n0002> created at line 41. Found 32-bit up counter for signal <cnt>. Summary: inferred 1 Counter(s). inferred 1 D-type flip-flop(s). inferred 1 Comparator(s).Unit <baud> synthesized.Synthesizing Unit <top>. Related source file is "F:/data file/uart01/uart.vhd".Unit <top> synthesized.INFO:Xst:1767 - HDL ADVISOR - Resource sharing has identified that some arithmetic operations in this design can share the same physical resources for reduced device utilization. For improved clock frequency you may try to disable resource sharing.=========================================================================* Advanced HDL Synthesis *=========================================================================Advanced RAM inference ...Advanced multiplier inference ...Advanced Registered AddSub inference ...Analyzing FSM <FSM_1> for best encoding.Optimizing FSM <FSM_1> on signal <state[1:3]> with sequential encoding.---------------------- State | Encoding---------------------- r_start | 000 r_center | 001 r_wait | 010 r_sample | 100 r_stop | 011----------------------Analyzing FSM <FSM_0> for best encoding.Optimizing FSM <FSM_0> on signal <state[1:5]> with speed1 encoding.--------------------- State | Encoding--------------------- x_idle | 10000 x_start | 01000 x_wait | 00100 x_shift | 00001 x_stop | 00010---------------------Dynamic shift register inference ...=========================================================================HDL Synthesis ReportMacro Statistics# FSMs : 2# Adders/Subtractors : 4 32-bit adder : 2 4-bit adder : 1 5-bit adder : 1# Counters : 1 32-bit up counter : 1# Registers : 25 1-bit register : 20 32-bit register : 2 4-bit register : 1 5-bit register : 1 8-bit register : 1# Comparators : 4 32-bit comparator greatequal : 1 4-bit comparator greatequal : 1 5-bit comparator greatequal : 2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -