277 lines
15 KiB
Plaintext
277 lines
15 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 = 16:29:32 June 24, 2020
|
|
#
|
|
# -------------------------------------------------------------------------- #
|
|
#
|
|
# Notes:
|
|
#
|
|
# 1) The default values for assignments are stored in the file:
|
|
# coreMZ_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 DEVICE EP4CE115F23I7
|
|
set_global_assignment -name DEVICE EP4CE75F23I7
|
|
set_global_assignment -name FAMILY "Cyclone IV E"
|
|
set_global_assignment -name TOP_LEVEL_ENTITY coreMZ
|
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 17.1.1
|
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:29:32 JUNE 24, 2020"
|
|
set_global_assignment -name LAST_QUARTUS_VERSION "17.1.1 Standard Edition"
|
|
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
|
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR "-1"
|
|
set_global_assignment -name EDA_DESIGN_ENTRY_SYNTHESIS_TOOL "<None>"
|
|
set_global_assignment -name EDA_INPUT_VCC_NAME VCC -section_id eda_design_synthesis
|
|
set_global_assignment -name EDA_INPUT_DATA_FORMAT EDIF -section_id eda_design_synthesis
|
|
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 OPTIMIZE_HOLD_TIMING "ALL PATHS"
|
|
set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING OFF
|
|
set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
|
|
|
|
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 MIN_CORE_JUNCTION_TEMP "-40"
|
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 100
|
|
|
|
set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS ON
|
|
set_global_assignment -name FLOW_ENABLE_IO_ASSIGNMENT_ANALYSIS ON
|
|
set_global_assignment -name ENABLE_CONFIGURATION_PINS OFF
|
|
set_global_assignment -name ENABLE_NCE_PIN OFF
|
|
set_global_assignment -name ENABLE_BOOT_SEL_PIN OFF
|
|
set_global_assignment -name USE_CONFIGURATION_DEVICE OFF
|
|
set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
|
|
set_global_assignment -name RESERVE_DATA0_AFTER_CONFIGURATION "USE AS REGULAR IO"
|
|
set_global_assignment -name RESERVE_DATA1_AFTER_CONFIGURATION "USE AS REGULAR IO"
|
|
set_global_assignment -name RESERVE_FLASH_NCE_AFTER_CONFIGURATION "USE AS REGULAR IO"
|
|
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
|
|
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
|
|
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
|
|
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
|
|
set_global_assignment -name VHDL_INPUT_VERSION VHDL_2008
|
|
set_global_assignment -name VHDL_SHOW_LMF_MAPPING_MESSAGES OFF
|
|
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "NO HEAT SINK WITH STILL AIR"
|
|
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
|
|
set_global_assignment -name RESERVE_DCLK_AFTER_CONFIGURATION "USE AS REGULAR IO"
|
|
set_global_assignment -name CYCLONEIII_CONFIGURATION_DEVICE AUTO
|
|
set_global_assignment -name CYCLONEII_RESERVE_NCEO_AFTER_CONFIGURATION "USE AS REGULAR IO"
|
|
set_global_assignment -name STRATIXIII_UPDATE_MODE STANDARD
|
|
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
|
|
|
|
|
|
# Clocks.
|
|
# =======
|
|
set_location_assignment PIN_T21 -to CLOCK_50
|
|
set_location_assignment PIN_T22 -to CLOCK_50_2
|
|
set_location_assignment PIN_T2 -to CTLCLK
|
|
set_location_assignment PIN_T1 -to SYSCLK
|
|
set_location_assignment PIN_U1 -to VZ80_CLK
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CTL_CLK
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SYS_CLK
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_CLK
|
|
|
|
# Video Interface/Soft CPU Address Bus
|
|
# ====================================
|
|
set_location_assignment PIN_AB10 -to VZ80_ADDR[15]
|
|
set_location_assignment PIN_AA10 -to VZ80_ADDR[14]
|
|
set_location_assignment PIN_AB9 -to VZ80_ADDR[13]
|
|
set_location_assignment PIN_AA9 -to VZ80_ADDR[12]
|
|
set_location_assignment PIN_AB8 -to VZ80_ADDR[11]
|
|
set_location_assignment PIN_AA8 -to VZ80_ADDR[10]
|
|
set_location_assignment PIN_AB7 -to VZ80_ADDR[9]
|
|
set_location_assignment PIN_AA7 -to VZ80_ADDR[8]
|
|
set_location_assignment PIN_AB6 -to VZ80_ADDR[7]
|
|
set_location_assignment PIN_AA6 -to VZ80_ADDR[6]
|
|
set_location_assignment PIN_AB5 -to VZ80_ADDR[5]
|
|
set_location_assignment PIN_AA5 -to VZ80_ADDR[4]
|
|
set_location_assignment PIN_AA4 -to VZ80_ADDR[3]
|
|
set_location_assignment PIN_AA1 -to VZ80_ADDR[2]
|
|
set_location_assignment PIN_Y2 -to VZ80_ADDR[1]
|
|
set_location_assignment PIN_Y1 -to VZ80_ADDR[0]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[15]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[14]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[13]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[12]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[11]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[10]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[9]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[8]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[7]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[6]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[5]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[4]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[3]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[2]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[1]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_ADDR[0]
|
|
|
|
# Video/Soft CPU Data Bus
|
|
# =======================
|
|
set_location_assignment PIN_AB16 -to VZ80_DATA[7]
|
|
set_location_assignment PIN_AA16 -to VZ80_DATA[6]
|
|
set_location_assignment PIN_AB15 -to VZ80_DATA[5]
|
|
set_location_assignment PIN_AA15 -to VZ80_DATA[4]
|
|
set_location_assignment PIN_AB14 -to VZ80_DATA[3]
|
|
set_location_assignment PIN_AA14 -to VZ80_DATA[2]
|
|
set_location_assignment PIN_AB13 -to VZ80_DATA[1]
|
|
set_location_assignment PIN_AA13 -to VZ80_DATA[0]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[7]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[6]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[5]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[4]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[3]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[2]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[1]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_DATA[0]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[7]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[6]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[5]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[4]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[3]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[2]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[1]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to VZ80_DATA[0]
|
|
|
|
# Video/Soft CPU control signals.
|
|
# ===============================
|
|
set_location_assignment PIN_W1 -to VIDEO_RDn
|
|
set_location_assignment PIN_V1 -to VIDEO_WRn
|
|
set_location_assignment PIN_V2 -to VZ80_IORQn
|
|
set_location_assignment PIN_C1 -to VZ80_MREQn
|
|
set_location_assignment PIN_R2 -to VZ80_M1n
|
|
set_location_assignment PIN_F1 -to VZ80_RDn
|
|
set_location_assignment PIN_H1 -to VZ80_WRn
|
|
set_location_assignment PIN_J1 -to VZ80_BUSACKn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VIDEO_RDn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VIDEO_WRn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_IORQn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_MREQn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_RDn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_WRn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_M1n
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_BUSACKn
|
|
|
|
# Composite video multiplexed with Soft CPU input signals.
|
|
# ========================================================
|
|
set_location_assignment PIN_R1 -to VWAITn_A21_V_CSYNC
|
|
set_location_assignment PIN_P1 -to VZ80_A20_RFSHn_V_HSYNCn
|
|
set_location_assignment PIN_P2 -to VZ80_A19_HALTn_V_VSYNCn
|
|
set_location_assignment PIN_N1 -to VZ80_BUSRQn_V_G
|
|
set_location_assignment PIN_N2 -to VZ80_A16_WAITn_V_B
|
|
set_location_assignment PIN_M1 -to VZ80_A18_INTn_V_R
|
|
set_location_assignment PIN_M2 -to VZ80_A17_NMIn_V_COLR
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VWAITn_A21_V_CSYNC
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_A20_RFSHn_V_HSYNCn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_A19_HALTn_V_VSYNCn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_BUSRn_V_G
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_A16_WAITn_V_B
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_A18_INTn_V_R
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VZ80_A17_NMIn_V_COLR
|
|
|
|
# VGA/RGB/Composite video signals output.
|
|
# =======================================
|
|
set_location_assignment PIN_A20 -to COLR_OUT
|
|
set_location_assignment PIN_A14 -to CSYNC_OUTn
|
|
set_location_assignment PIN_A13 -to CSYNC_OUT
|
|
set_location_assignment PIN_A9 -to VSYNC_OUTn
|
|
set_location_assignment PIN_A10 -to HSYNC_OUTn
|
|
set_location_assignment PIN_H22 -to VGA_R[0]
|
|
set_location_assignment PIN_J22 -to VGA_R[1]
|
|
set_location_assignment PIN_K22 -to VGA_R[2]
|
|
set_location_assignment PIN_L22 -to VGA_R[3]
|
|
set_location_assignment PIN_M22 -to VGA_R_COMPOSITE
|
|
set_location_assignment PIN_A15 -to VGA_G[0]
|
|
set_location_assignment PIN_A16 -to VGA_G[1]
|
|
set_location_assignment PIN_A17 -to VGA_G[2]
|
|
set_location_assignment PIN_A18 -to VGA_G[3]
|
|
set_location_assignment PIN_A19 -to VGA_G_COMPOSITE
|
|
set_location_assignment PIN_B22 -to VGA_B[0]
|
|
set_location_assignment PIN_C22 -to VGA_B[1]
|
|
set_location_assignment PIN_D22 -to VGA_B[2]
|
|
set_location_assignment PIN_E22 -to VGA_B[3]
|
|
set_location_assignment PIN_F22 -to VGA_B_COMPOSITE
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to COLR_OUT
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to CSYNC_OUTn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to CSYNC_OUT
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VSYNC_OUTn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to HSYNC_OUTn
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_R[0]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_R[1]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_R[2]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_R[3]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_R_COMPOSITE
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_G[0]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_G[1]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_G[2]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_G[3]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_G_COMPOSITE
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_B[0]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_B[1]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_B[2]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_B[3]
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to VGA_B_COMPOSITE
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to COLR_OUT
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CSYNC_OUTn
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CSYNC_OUT
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VSYNC_OUTn
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to HSYNC_OUTn
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_R[0]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_R[1]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_R[2]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_R[3]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_R_COMPOSITE
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_G[0]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_G[1]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_G[2]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_G[3]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_G_COMPOSITE
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_B[0]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_B[1]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_B[2]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_B[3]
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_B_COMPOSITE
|
|
|
|
|
|
# Files in project.
|
|
# =================
|
|
# Sharp MZ Core Logic
|
|
set_global_assignment -name QIP_FILE ../coreMZ.qip
|
|
# Altera Serial Flash Loader IP
|
|
set_global_assignment -name QIP_FILE ../SFL/SFL_IV.qip
|
|
#
|
|
set_global_assignment -name QIP_FILE ../VideoController.qip
|
|
|
|
|
|
set_global_assignment -name ENABLE_DRC_SETTINGS OFF
|
|
set_global_assignment -name PROJECT_IP_REGENERATION_POLICY SKIP_REGENERATING_IP_IF_HDL_MODIFIED
|
|
set_global_assignment -name SMART_RECOMPILE OFF
|
|
|
|
|
|
|
|
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top |