-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsx_eng.qsf
104 lines (102 loc) · 4.74 KB
/
msx_eng.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
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2013 Altera Corporation
# 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, 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 II 64-Bit
# Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition
# Date created = 11:03:24 вересня 30, 2019
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# msx_eng_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 II software
# and any changes you make may be lost or overwritten.
#
# -------------------------------------------------------------------------- #
set_global_assignment -name FAMILY MAX7000S
set_global_assignment -name DEVICE "EPM7128STC100-15"
set_global_assignment -name TOP_LEVEL_ENTITY msx_eng
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "11:03:24 вересня 30, 2019"
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (VHDL)"
set_global_assignment -name MAX7000_DEVICE_IO_STANDARD TTL
set_global_assignment -name VHDL_FILE sn74ls153.vhd
set_global_assignment -name VHDL_FILE sn74ls139.vhd
set_global_assignment -name VHDL_FILE msx_eng.vhd
set_global_assignment -name VHDL_FILE exp_slot.vhd
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 100
set_location_assignment PIN_87 -to clk_i
set_location_assignment PIN_6 -to rom_addr_o[16]
set_location_assignment PIN_8 -to rom_addr_o[14]
set_location_assignment PIN_35 -to ppi_cs_n_o
set_location_assignment PIN_9 -to ppi_port_a_i[0]
set_location_assignment PIN_10 -to ppi_port_a_i[1]
set_location_assignment PIN_12 -to rom_cs_n_o
set_location_assignment PIN_13 -to ram_cs_n_o
set_location_assignment PIN_14 -to rom_addr_o[17]
set_location_assignment PIN_16 -to addr_i[11]
set_location_assignment PIN_17 -to ppi_port_a_i[3]
set_location_assignment PIN_19 -to iorq_n_i
set_location_assignment PIN_20 -to m1_n_i
set_location_assignment PIN_21 -to data_io[6]
set_location_assignment PIN_23 -to rom_addr_o[15]
set_location_assignment PIN_29 -to mreq_n_i
set_location_assignment PIN_30 -to rd_n_i
set_location_assignment PIN_31 -to psg_bdir_o
set_location_assignment PIN_32 -to psg_bc1_o
set_location_assignment PIN_36 -to vdp_cswr_n_o
set_location_assignment PIN_37 -to vdp_csrd_n_o
set_location_assignment PIN_45 -to addr_i[14]
set_location_assignment PIN_46 -to addr_i[15]
set_location_assignment PIN_47 -to ppi_port_a_i[7]
set_location_assignment PIN_48 -to ppi_port_a_i[6]
set_location_assignment PIN_56 -to addr_i[0]
set_location_assignment PIN_57 -to data_io[7]
set_location_assignment PIN_58 -to ppi_port_a_i[4]
set_location_assignment PIN_60 -to addr_i[13]
set_location_assignment PIN_61 -to addr_i[7]
set_location_assignment PIN_68 -to data_io[0]
set_location_assignment PIN_69 -to addr_i[5]
set_location_assignment PIN_71 -to rfsh_n_i
set_location_assignment PIN_79 -to data_io[5]
set_location_assignment PIN_80 -to data_io[3]
set_location_assignment PIN_81 -to addr_i[2]
set_location_assignment PIN_83 -to addr_i[3]
set_location_assignment PIN_85 -to data_io[1]
set_location_assignment PIN_90 -to reset_n_i
set_location_assignment PIN_27 -to wr_n_i
set_location_assignment PIN_93 -to addr_i[6]
set_location_assignment PIN_94 -to data_io[2]
set_location_assignment PIN_96 -to addr_i[12]
set_location_assignment PIN_97 -to ppi_port_a_i[5]
set_location_assignment PIN_98 -to data_io[4]
set_location_assignment PIN_99 -to addr_i[4]
set_location_assignment PIN_84 -to ppi_port_a_i[2]
set_location_assignment PIN_92 -to en_ascii16_n_i
set_location_assignment PIN_42 -to addr_i[1]
set_location_assignment PIN_44 -to addr_i[8]
set_location_assignment PIN_63 -to addr_i[9]
set_location_assignment PIN_64 -to addr_i[10]