OpenCores
URL https://opencores.org/ocsvn/diogenes/diogenes/trunk

Subversion Repositories diogenes

[/] [diogenes/] [trunk/] [vhdl/] [sio.syr] - Blame information for rev 236

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 154 fellnhofer
Release 9.2i - xst J.36
2
Copyright (c) 1995-2007 Xilinx, Inc.  All rights reserved.
3
-->
4
Parameter TMPDIR set to ./xst/projnav.tmp
5
CPU : 0.00 / 0.05 s | Elapsed : 0.00 / 0.00 s
6
 
7
-->
8
Parameter xsthdpdir set to ./xst
9
CPU : 0.00 / 0.05 s | Elapsed : 0.00 / 0.00 s
10
 
11
-->
12
Reading design: sio.prj
13
 
14
TABLE OF CONTENTS
15
  1) Synthesis Options Summary
16
  2) HDL Compilation
17
  3) Design Hierarchy Analysis
18
  4) HDL Analysis
19
  5) HDL Synthesis
20
     5.1) HDL Synthesis Report
21
  6) Advanced HDL Synthesis
22
     6.1) Advanced HDL Synthesis Report
23
  7) Low Level Synthesis
24
  8) Partition Report
25
  9) Final Report
26
     9.1) Device utilization summary
27
     9.2) Partition Resource Summary
28
     9.3) TIMING REPORT
29
 
30
 
31
=========================================================================
32
*                      Synthesis Options Summary                        *
33
=========================================================================
34
---- Source Parameters
35
Input File Name                    : "sio.prj"
36
Input Format                       : mixed
37
Ignore Synthesis Constraint File   : NO
38
 
39
---- Target Parameters
40
Output File Name                   : "sio"
41
Output Format                      : NGC
42
Target Device                      : xc3s500e-5-fg320
43
 
44
---- Source Options
45
Top Module Name                    : sio
46
Automatic FSM Extraction           : YES
47
FSM Encoding Algorithm             : Auto
48
Safe Implementation                : No
49
FSM Style                          : lut
50
RAM Extraction                     : Yes
51
RAM Style                          : Auto
52
ROM Extraction                     : Yes
53
Mux Style                          : Auto
54
Decoder Extraction                 : YES
55
Priority Encoder Extraction        : YES
56
Shift Register Extraction          : YES
57
Logical Shifter Extraction         : YES
58
XOR Collapsing                     : YES
59
ROM Style                          : Auto
60
Mux Extraction                     : YES
61
Resource Sharing                   : YES
62
Asynchronous To Synchronous        : NO
63
Multiplier Style                   : auto
64
Automatic Register Balancing       : No
65
 
66
---- Target Options
67
Add IO Buffers                     : YES
68
Global Maximum Fanout              : 500
69
Add Generic Clock Buffer(BUFG)     : 24
70
Register Duplication               : YES
71
Slice Packing                      : YES
72
Optimize Instantiated Primitives   : NO
73
Use Clock Enable                   : Yes
74
Use Synchronous Set                : Yes
75
Use Synchronous Reset              : Yes
76
Pack IO Registers into IOBs        : auto
77
Equivalent register Removal        : YES
78
 
79
---- General Options
80
Optimization Goal                  : Speed
81
Optimization Effort                : 1
82
Library Search Order               : sio.lso
83
Keep Hierarchy                     : NO
84
RTL Output                         : Yes
85
Global Optimization                : AllClockNets
86
Read Cores                         : YES
87
Write Timing Constraints           : NO
88
Cross Clock Analysis               : NO
89
Hierarchy Separator                : /
90
Bus Delimiter                      : <>
91
Case Specifier                     : maintain
92
Slice Utilization Ratio            : 100
93
BRAM Utilization Ratio             : 100
94
Verilog 2001                       : YES
95
Auto BRAM Packing                  : NO
96
Slice Utilization Ratio Delta      : 5
97
 
98
=========================================================================
99
 
100
 
101
=========================================================================
102
*                          HDL Compilation                              *
103
=========================================================================
104
WARNING:HDLParsers:3607 - Unit work/mysio is now defined in a different file.  It was defined in "/home/andi/xilinx/rs232/sio.vhdl", and is now defined in "/home/andi/xilinx/rs232/sio.vhd".
105
WARNING:HDLParsers:3607 - Unit work/sio/Behavioral is now defined in a different file.  It was defined in "/home/andi/xilinx/rs232/sio.vhdl", and is now defined in "/home/andi/xilinx/rs232/sio.vhd".
106
WARNING:HDLParsers:3516 - Found error in file "/home/andi/xilinx/rs232/sio.vhd".
107
WARNING:HDLParsers:3458 - Because of erroneous VHDL file(s), automatic determination of correct order of compilation of files in project file "/home/andi/xilinx/rs232/sio_vhdl.prj" may be inaccurate. Please put the files in the project file in correct order with keyword 'nosort' at end of the project file, or compile your vhdl file(s) individually to find and fix the error(s) in your vhdl file(s).
108
Compiling vhdl file "/home/andi/xilinx/rs232/types.vhd" in Library work.
109
Architecture types of Entity types is up to date.
110
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/alu.vhd" in Library work.
111
Architecture behavioral of Entity alu is up to date.
112
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/cmp.vhd" in Library work.
113
Architecture behavioral of Entity cmp is up to date.
114
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/regfile.vhd" in Library work.
115
Architecture behavioral of Entity regfile is up to date.
116
Compiling vhdl file "/home/andi/xilinx/rs232/pmem.vhd" in Library work.
117
Architecture pmem_a of Entity pmem is up to date.
118
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/fetch.vhd" in Library work.
119
Architecture behavioral of Entity fetch is up to date.
120
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/decode.vhd" in Library work.
121
Architecture behavioral of Entity decode is up to date.
122
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/execute.vhd" in Library work.
123
Architecture behavioral of Entity execute is up to date.
124
Compiling vhdl file "/home/andi/xilinx/rs232/fifo.vhd" in Library work.
125
Architecture rtl of Entity fifo_elem is up to date.
126
Architecture rtl of Entity fifo is up to date.
127
Compiling vhdl file "/home/andi/xilinx/rs232/sc_uart.vhd" in Library work.
128
Architecture rtl of Entity sc_uart is up to date.
129
Compiling vhdl file "/home/andi/xilinx/rs232/cpu/cpu.vhd" in Library work.
130
Architecture behavioral of Entity cpu is up to date.
131
Compiling vhdl file "/home/andi/xilinx/rs232/sio.vhd" in Library work.
132
Entity  compiled.
133
ERROR:HDLParsers:3312 - "/home/andi/xilinx/rs232/sio.vhd" Line 79. Undefined symbol 'slv_32'.
134
ERROR:HDLParsers:1209 - "/home/andi/xilinx/rs232/sio.vhd" Line 79. slv_32: Undefined symbol (last report in this block)
135
ERROR:HDLParsers:1202 - "/home/andi/xilinx/rs232/sio.vhd" Line 83. Redeclaration of symbol mem_addr.
136
ERROR:HDLParsers:3312 - "/home/andi/xilinx/rs232/sio.vhd" Line 84. Undefined symbol 'slv_16'.
137
ERROR:HDLParsers:1209 - "/home/andi/xilinx/rs232/sio.vhd" Line 84. slv_16: Undefined symbol (last report in this block)
138
ERROR:HDLParsers:3312 - "/home/andi/xilinx/rs232/sio.vhd" Line 116. Undefined symbol 'slv_16'.
139
ERROR:HDLParsers:1209 - "/home/andi/xilinx/rs232/sio.vhd" Line 116. slv_16: Undefined symbol (last report in this block)
140
ERROR:HDLParsers:3312 - "/home/andi/xilinx/rs232/sio.vhd" Line 119. Undefined symbol 'slv_8'.
141
ERROR:HDLParsers:1209 - "/home/andi/xilinx/rs232/sio.vhd" Line 119. slv_8: Undefined symbol (last report in this block)
142
ERROR:HDLParsers:164 - "/home/andi/xilinx/rs232/sio.vhd" Line 125. parse error, unexpected IDENTIFIER, expecting COMMA or COLON
143
-->
144
 
145
 
146
Total memory usage is 98980 kilobytes
147
 
148
Number of errors   :   10 (   0 filtered)
149
Number of warnings :    4 (   0 filtered)
150
Number of infos    :    0 (   0 filtered)
151
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.