-
Notifications
You must be signed in to change notification settings - Fork 1
/
simpu.qsf
146 lines (143 loc) · 8.86 KB
/
simpu.qsf
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2015 Altera Corporation. All rights reserved.
# 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, the Altera Quartus Prime License Agreement,
# the 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.
#
# -------------------------------------------------------------------------- #
#
# Quartus Prime
# Version 15.1.0 Build 185 10/21/2015 SJ Lite Edition
# Date created = 18:06:07 March 14, 2017
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# simpu_assignment_defaults.qdf
# If this file doesn't exist, see file:
# assignment_defaults.qdf
#
# 2) Altera recommends that you do not modify this file. This
# file is updated automatically by the Quartus Prime software
# and any changes you make may be lost or overwritten.
#
# -------------------------------------------------------------------------- #
set_global_assignment -name FAMILY "Cyclone IV E"
set_global_assignment -name DEVICE auto
set_global_assignment -name TOP_LEVEL_ENTITY DataPath
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 15.1.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "18:06:07 MARCH 14, 2017"
set_global_assignment -name LAST_QUARTUS_VERSION 15.1.0
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (VHDL)"
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VHDL -section_id eda_simulation
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -entity IDtoMemRegs -section_id Top
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -entity IDtoMemRegs -section_id Top
set_global_assignment -name PARTITION_COLOR 16764057 -entity IDtoMemRegs -section_id Top
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -entity IDtoMemRegs -section_id Top
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
set_global_assignment -name VECTOR_WAVEFORM_FILE wftests/BranchTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/Extender.bdf
set_global_assignment -name VERILOG_FILE cpu/data_path/instmemory.v
set_global_assignment -name VERILOG_FILE cpu/data_path/datamemory.v
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/ExtendedALUTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/register_file/Register32.bdf
set_global_assignment -name BSF_FILE cpu/data_path/register_file/Register32.bsf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/alu/ShiftTest.vwf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift32.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift16.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift8.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift4.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift2.bsf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/alu/Shift1Test.vwf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift1.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Shift.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/or32.bsf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/alu/MaxTest.vwf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Max.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Equal.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Compare.bsf
set_global_assignment -name BSF_FILE cpu/data_path/alu/Adder32.bsf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/Register_FileTest.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/PCTest.vwf
set_global_assignment -name BSF_FILE cpu/data_path/memory.bsf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/ALUTest.vwf
set_global_assignment -name BSF_FILE cpu/data_path/ALU.bsf
set_global_assignment -name BSF_FILE cpu/DataPath.bsf
set_global_assignment -name BSF_FILE cpu/ControlUnit.bsf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift32.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift16.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift8.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift4.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift2.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift1.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Shift.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/or32.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/MaxTest.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Max.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Half_Adder.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Full_Adder.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Equal.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Compare.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Adder32.bdf
set_global_assignment -name BDF_FILE cpu/data_path/Register_File.bdf
set_global_assignment -name BDF_FILE cpu/data_path/PC.bdf
set_global_assignment -name VERILOG_FILE cpu/data_path/memory.v
set_global_assignment -name BDF_FILE cpu/data_path/ALU.bdf
set_global_assignment -name BDF_FILE cpu/DataPath.bdf
set_global_assignment -name BDF_FILE cpu/ControlUnit.bdf
set_global_assignment -name BDF_FILE cpu/data_path/register_file/TwoSideRegister32.bdf
set_global_assignment -name BDF_FILE cpu/data_path/wmemory.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/wmemoryTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/ExtendedALU.bdf
set_global_assignment -name BDF_FILE CPU.bdf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Multiplier.bdf
set_global_assignment -name BDF_FILE cpu/control_unit/OpcodeComparator.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE CPUTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/alu/MulAdder64.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE SumTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Compare5.bdf
set_global_assignment -name BDF_FILE cpu/data_path/Transparent_Register_File.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/Transparent_Register_FileTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/alu/Equal32.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/alu/Equal32Test.vwf
set_global_assignment -name BDF_FILE cpu/ClockCounter8.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/ClockCounter8Test.vwf
set_global_assignment -name BDF_FILE cpu/ClockCounter16.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/ClockCounter16Test.vwf
set_global_assignment -name BDF_FILE cpu/data_path/IFtoIDRegs.bdf
set_global_assignment -name BDF_FILE cpu/data_path/NISU.bdf
set_global_assignment -name BDF_FILE cpu/data_path/IDtoMemRegs.bdf
set_global_assignment -name BDF_FILE cpu/data_path/register_file/Register5.bdf
set_global_assignment -name BDF_FILE cpu/data_path/register_file/Register16.bdf
set_global_assignment -name BDF_FILE cpu/data_path/register_file/Register1.bdf
set_global_assignment -name BDF_FILE cpu/data_path/NOPIU.bdf
set_global_assignment -name BDF_FILE cpu/data_path/EXtoWBRegs.bdf
set_global_assignment -name BDF_FILE cpu/data_path/MemtoEXRegs.bdf
set_global_assignment -name BDF_FILE cpu/data_path/Preprocessor.bdf
set_global_assignment -name BDF_FILE cpu/data_path/Mem_Forwarding_Unit.bdf
set_global_assignment -name BDF_FILE cpu/data_path/Forwarding_Unit.bdf
set_global_assignment -name BDF_FILE cpu/data_path/register_file/Register2.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE cpu/data_path/PreprocessorTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/HDU.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE EZTest.vwf
set_global_assignment -name BDF_FILE cpu/data_path/PostWBRegs.bdf
set_global_assignment -name BDF_FILE cpu/data_path/CDU.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE wftests/UniversalTest.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE wftests/ProgrammerTest.vwf
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top