mirror of
https://github.com/djapendix/Div_MMC.git
synced 2025-11-09 16:55:58 +03:00
101 lines
4.4 KiB
Plaintext
101 lines
4.4 KiB
Plaintext
# -------------------------------------------------------------------------- #
|
|
#
|
|
# 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 = 22:21:41 July 29, 2025
|
|
#
|
|
# -------------------------------------------------------------------------- #
|
|
#
|
|
# Notes:
|
|
#
|
|
# 1) The default values for assignments are stored in the file:
|
|
# divmmc_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 MAX3000A
|
|
set_global_assignment -name DEVICE "EPM3256ATC144-10"
|
|
set_global_assignment -name TOP_LEVEL_ENTITY divmmc
|
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1"
|
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "22:21:41 JULY 29, 2025"
|
|
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
|
|
set_global_assignment -name VHDL_FILE divmmc.vhd
|
|
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
|
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 144
|
|
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR "-1"
|
|
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
|
set_global_assignment -name MAX7000_DEVICE_IO_STANDARD "3.3-V LVTTL"
|
|
set_location_assignment PIN_53 -to A[0]
|
|
set_location_assignment PIN_54 -to A[1]
|
|
set_location_assignment PIN_48 -to D[7]
|
|
set_location_assignment PIN_47 -to D[0]
|
|
set_location_assignment PIN_46 -to D[6]
|
|
set_location_assignment PIN_45 -to D[1]
|
|
set_location_assignment PIN_1 -to A[15]
|
|
set_location_assignment PIN_2 -to A[14]
|
|
set_location_assignment PIN_5 -to A[13]
|
|
set_location_assignment PIN_6 -to A[12]
|
|
set_location_assignment PIN_44 -to D[5]
|
|
set_location_assignment PIN_43 -to D[2]
|
|
set_location_assignment PIN_22 -to m1
|
|
set_location_assignment PIN_49 -to ramoe
|
|
set_location_assignment PIN_32 -to D[3]
|
|
set_location_assignment PIN_31 -to D[4]
|
|
set_location_assignment PIN_30 -to romoe
|
|
set_location_assignment PIN_18 -to romcs
|
|
set_location_assignment PIN_16 -to reset
|
|
set_location_assignment PIN_15 -to wr
|
|
set_location_assignment PIN_14 -to rd
|
|
set_location_assignment PIN_12 -to iorq
|
|
set_location_assignment PIN_90 -to bankout[2]
|
|
set_location_assignment PIN_96 -to card[1]
|
|
set_location_assignment PIN_97 -to card[0]
|
|
set_location_assignment PIN_55 -to A[10]
|
|
set_location_assignment PIN_56 -to A[2]
|
|
set_location_assignment PIN_61 -to A[3]
|
|
set_location_assignment PIN_62 -to A[11]
|
|
set_location_assignment PIN_63 -to A[4]
|
|
set_location_assignment PIN_65 -to A[9]
|
|
set_location_assignment PIN_98 -to spi_clock
|
|
set_location_assignment PIN_99 -to spi_dataout
|
|
set_location_assignment PIN_100 -to spi_datain
|
|
set_location_assignment PIN_81 -to bankout[1]
|
|
set_location_assignment PIN_68 -to A[6]
|
|
set_location_assignment PIN_80 -to romwr
|
|
set_location_assignment PIN_66 -to A[5]
|
|
set_location_assignment PIN_67 -to A[8]
|
|
set_location_assignment PIN_82 -to bankout[3]
|
|
set_location_assignment PIN_83 -to bankout[5]
|
|
set_location_assignment PIN_84 -to ramwr
|
|
set_location_assignment PIN_87 -to bankout[0]
|
|
set_location_assignment PIN_88 -to bankout[4]
|
|
set_location_assignment PIN_138 -to eprom
|
|
set_location_assignment PIN_137 -to poweron
|
|
set_location_assignment PIN_136 -to mapcondout
|
|
set_location_assignment PIN_75 -to A[7]
|
|
set_location_assignment PIN_125 -to clock
|
|
set_location_assignment PIN_36 -to mreq |