forked from XdpCs/HDU-computer-organization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CPU.syr
130 lines (110 loc) · 5.45 KB
/
CPU.syr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Release 14.7 - xst P.20131013 (nt64)
Copyright (c) 1995-2013 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to xst/projnav.tmp
Total REAL time to Xst completion: 0.00 secs
Total CPU time to Xst completion: 0.14 secs
--> Parameter xsthdpdir set to xst
Total REAL time to Xst completion: 0.00 secs
Total CPU time to Xst completion: 0.14 secs
--> Reading design: CPU.prj
TABLE OF CONTENTS
1) Synthesis Options Summary
2) HDL Parsing
3) HDL Elaboration
4) HDL Synthesis
4.1) HDL Synthesis Report
5) Advanced HDL Synthesis
5.1) Advanced HDL Synthesis Report
6) Low Level Synthesis
7) Partition Report
8) Design Summary
8.1) Primitive and Black Box Usage
8.2) Device utilization summary
8.3) Partition Resource Summary
8.4) Timing Report
8.4.1) Clock Information
8.4.2) Asynchronous Control Signals Information
8.4.3) Timing Summary
8.4.4) Timing Details
8.4.5) Cross Clock Domains Report
=========================================================================
* Synthesis Options Summary *
=========================================================================
---- Source Parameters
Input File Name : "CPU.prj"
Ignore Synthesis Constraint File : NO
---- Target Parameters
Output File Name : "CPU"
Output Format : NGC
Target Device : xc6slx16-3-csg324
---- Source Options
Top Module Name : CPU
Automatic FSM Extraction : YES
FSM Encoding Algorithm : Auto
Safe Implementation : No
FSM Style : LUT
RAM Extraction : Yes
RAM Style : Auto
ROM Extraction : Yes
Shift Register Extraction : YES
ROM Style : Auto
Resource Sharing : YES
Asynchronous To Synchronous : NO
Shift Register Minimum Size : 2
Use DSP Block : Auto
Automatic Register Balancing : No
---- Target Options
LUT Combining : Auto
Reduce Control Sets : Auto
Add IO Buffers : YES
Global Maximum Fanout : 100000
Add Generic Clock Buffer(BUFG) : 16
Register Duplication : YES
Optimize Instantiated Primitives : NO
Use Clock Enable : Auto
Use Synchronous Set : Auto
Use Synchronous Reset : Auto
Pack IO Registers into IOBs : Auto
Equivalent register Removal : YES
---- General Options
Optimization Goal : Speed
Optimization Effort : 1
Power Reduction : NO
Keep Hierarchy : No
Netlist Hierarchy : As_Optimized
RTL Output : Yes
Global Optimization : AllClockNets
Read Cores : YES
Write Timing Constraints : NO
Cross Clock Analysis : NO
Hierarchy Separator : /
Bus Delimiter : <>
Case Specifier : Maintain
Slice Utilization Ratio : 100
BRAM Utilization Ratio : 100
DSP48 Utilization Ratio : 100
Auto BRAM Packing : NO
Slice Utilization Ratio Delta : 5
---- Other Options
Cores Search Directories : {"ipcore_dir" }
=========================================================================
=========================================================================
* HDL Parsing *
=========================================================================
Analyzing Verilog file "F:\Desktop\FPGA\ninth_experiment\ipcore_dir\Inst_Rom.v" into library work
Parsing module <Inst_Rom>.
Analyzing Verilog file "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" into library work
Parsing module <Third_experiment_first>.
ERROR:HDLCompiler:1660 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 31: Procedural assignment to a non-register C32 is not permitted, left-hand side should be reg/integer/time/genvar
ERROR:HDLCompiler:1660 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 31: Procedural assignment to a non-register C32 is not permitted, left-hand side should be reg/integer/time/genvar
ERROR:HDLCompiler:1660 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 37: Procedural assignment to a non-register C32 is not permitted, left-hand side should be reg/integer/time/genvar
ERROR:HDLCompiler:483 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 37: Illegal expression in target
ERROR:HDLCompiler:1660 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 38: Procedural assignment to a non-register C32 is not permitted, left-hand side should be reg/integer/time/genvar
ERROR:HDLCompiler:483 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 38: Illegal expression in target
ERROR:HDLCompiler:598 - "F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v" Line 21: Module <Third_experiment_first> ignored due to previous errors.
Verilog file F:\Desktop\FPGA\Third_experiment\Third_experiment_first.v ignored due to errors
-->
Total memory usage is 4458108 kilobytes
Number of errors : 7 ( 0 filtered)
Number of warnings : 0 ( 0 filtered)
Number of infos : 0 ( 0 filtered)