2022-03-30 11:53:01 +03:00
|
|
|
# -------------------------------------------------------------------------- #
|
|
|
|
|
#
|
|
|
|
|
# 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.1.0 Build 162 10/23/2013 SJ Web Edition
|
|
|
|
|
# Date created = 11:41:15 March 30, 2022
|
|
|
|
|
#
|
|
|
|
|
# -------------------------------------------------------------------------- #
|
|
|
|
|
#
|
|
|
|
|
# Notes:
|
|
|
|
|
#
|
|
|
|
|
# 1) The default values for assignments are stored in the file:
|
|
|
|
|
# spectrum_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 "Cyclone IV E"
|
|
|
|
|
set_global_assignment -name DEVICE EP4CE22F17C6
|
|
|
|
|
set_global_assignment -name TOP_LEVEL_ENTITY spectrum
|
|
|
|
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 13.1
|
|
|
|
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "11:41:15 MARCH 30, 2022"
|
|
|
|
|
set_global_assignment -name LAST_QUARTUS_VERSION 13.1
|
|
|
|
|
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
|
|
|
|
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
|
|
|
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
|
|
|
|
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
|
|
|
|
|
set_global_assignment -name NOMINAL_CORE_SUPPLY_VOLTAGE 1.2V
|
|
|
|
|
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (Verilog)"
|
|
|
|
|
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "VERILOG HDL" -section_id eda_simulation
|
2022-03-31 14:13:34 +03:00
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE spectrum.sv
|
2022-03-30 11:53:01 +03:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# CLOCK
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_R8 -to CLOCK_50
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CLOCK_50
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# LED
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_A15 -to LED[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[0]
|
|
|
|
|
set_location_assignment PIN_A13 -to LED[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[1]
|
|
|
|
|
set_location_assignment PIN_B13 -to LED[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[2]
|
|
|
|
|
set_location_assignment PIN_A11 -to LED[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[3]
|
|
|
|
|
set_location_assignment PIN_D1 -to LED[4]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[4]
|
|
|
|
|
set_location_assignment PIN_F3 -to LED[5]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[5]
|
|
|
|
|
set_location_assignment PIN_B1 -to LED[6]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[6]
|
|
|
|
|
set_location_assignment PIN_L3 -to LED[7]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to LED[7]
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# KEY
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_J15 -to KEY[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to KEY[0]
|
|
|
|
|
set_location_assignment PIN_E1 -to KEY[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to KEY[1]
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# SW
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_M1 -to SW[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[0]
|
|
|
|
|
set_location_assignment PIN_T8 -to SW[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[1]
|
|
|
|
|
set_location_assignment PIN_B9 -to SW[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[2]
|
|
|
|
|
set_location_assignment PIN_M15 -to SW[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to SW[3]
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# SDRAM
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_M7 -to DRAM_BA[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_BA[0]
|
|
|
|
|
set_location_assignment PIN_M6 -to DRAM_BA[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_BA[1]
|
|
|
|
|
set_location_assignment PIN_R6 -to DRAM_DQM[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQM[0]
|
|
|
|
|
set_location_assignment PIN_T5 -to DRAM_DQM[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQM[1]
|
|
|
|
|
set_location_assignment PIN_L2 -to DRAM_RAS_N
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_RAS_N
|
|
|
|
|
set_location_assignment PIN_L1 -to DRAM_CAS_N
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_CAS_N
|
|
|
|
|
set_location_assignment PIN_L7 -to DRAM_CKE
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_CKE
|
|
|
|
|
set_location_assignment PIN_R4 -to DRAM_CLK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_CLK
|
|
|
|
|
set_location_assignment PIN_C2 -to DRAM_WE_N
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_WE_N
|
|
|
|
|
set_location_assignment PIN_P6 -to DRAM_CS_N
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_CS_N
|
|
|
|
|
set_location_assignment PIN_G2 -to DRAM_DQ[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[0]
|
|
|
|
|
set_location_assignment PIN_G1 -to DRAM_DQ[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[1]
|
|
|
|
|
set_location_assignment PIN_L8 -to DRAM_DQ[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[2]
|
|
|
|
|
set_location_assignment PIN_K5 -to DRAM_DQ[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[3]
|
|
|
|
|
set_location_assignment PIN_K2 -to DRAM_DQ[4]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[4]
|
|
|
|
|
set_location_assignment PIN_J2 -to DRAM_DQ[5]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[5]
|
|
|
|
|
set_location_assignment PIN_J1 -to DRAM_DQ[6]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[6]
|
|
|
|
|
set_location_assignment PIN_R7 -to DRAM_DQ[7]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[7]
|
|
|
|
|
set_location_assignment PIN_T4 -to DRAM_DQ[8]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[8]
|
|
|
|
|
set_location_assignment PIN_T2 -to DRAM_DQ[9]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[9]
|
|
|
|
|
set_location_assignment PIN_T3 -to DRAM_DQ[10]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[10]
|
|
|
|
|
set_location_assignment PIN_R3 -to DRAM_DQ[11]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[11]
|
|
|
|
|
set_location_assignment PIN_R5 -to DRAM_DQ[12]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[12]
|
|
|
|
|
set_location_assignment PIN_P3 -to DRAM_DQ[13]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[13]
|
|
|
|
|
set_location_assignment PIN_N3 -to DRAM_DQ[14]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[14]
|
|
|
|
|
set_location_assignment PIN_K1 -to DRAM_DQ[15]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_DQ[15]
|
|
|
|
|
set_location_assignment PIN_P2 -to DRAM_ADDR[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[0]
|
|
|
|
|
set_location_assignment PIN_N5 -to DRAM_ADDR[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[1]
|
|
|
|
|
set_location_assignment PIN_N6 -to DRAM_ADDR[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[2]
|
|
|
|
|
set_location_assignment PIN_M8 -to DRAM_ADDR[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[3]
|
|
|
|
|
set_location_assignment PIN_P8 -to DRAM_ADDR[4]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[4]
|
|
|
|
|
set_location_assignment PIN_T7 -to DRAM_ADDR[5]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[5]
|
|
|
|
|
set_location_assignment PIN_N8 -to DRAM_ADDR[6]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[6]
|
|
|
|
|
set_location_assignment PIN_T6 -to DRAM_ADDR[7]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[7]
|
|
|
|
|
set_location_assignment PIN_R1 -to DRAM_ADDR[8]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[8]
|
|
|
|
|
set_location_assignment PIN_P1 -to DRAM_ADDR[9]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[9]
|
|
|
|
|
set_location_assignment PIN_N2 -to DRAM_ADDR[10]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[10]
|
|
|
|
|
set_location_assignment PIN_N1 -to DRAM_ADDR[11]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[11]
|
|
|
|
|
set_location_assignment PIN_L4 -to DRAM_ADDR[12]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to DRAM_ADDR[12]
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# EPCS
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_H2 -to EPCS_DATA0
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to EPCS_DATA0
|
|
|
|
|
set_location_assignment PIN_H1 -to EPCS_DCLK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to EPCS_DCLK
|
|
|
|
|
set_location_assignment PIN_D2 -to EPCS_NCSO
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to EPCS_NCSO
|
|
|
|
|
set_location_assignment PIN_C1 -to EPCS_ASDO
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to EPCS_ASDO
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# Accelerometer and EEPROM
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_F2 -to I2C_SCLK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to I2C_SCLK
|
|
|
|
|
set_location_assignment PIN_F1 -to I2C_SDAT
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to I2C_SDAT
|
|
|
|
|
set_location_assignment PIN_G5 -to G_SENSOR_CS_N
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to G_SENSOR_CS_N
|
|
|
|
|
set_location_assignment PIN_M2 -to G_SENSOR_INT
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to G_SENSOR_INT
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# ADC
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_A10 -to ADC_CS_N
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to ADC_CS_N
|
|
|
|
|
set_location_assignment PIN_B10 -to ADC_SADDR
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to ADC_SADDR
|
|
|
|
|
set_location_assignment PIN_B14 -to ADC_SCLK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to ADC_SCLK
|
|
|
|
|
set_location_assignment PIN_A9 -to ADC_SDAT
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to ADC_SDAT
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# 2x13 GPIO Header
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_A14 -to GPIO_2[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[0]
|
|
|
|
|
set_location_assignment PIN_B16 -to GPIO_2[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[1]
|
|
|
|
|
set_location_assignment PIN_C14 -to GPIO_2[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[2]
|
|
|
|
|
set_location_assignment PIN_C16 -to GPIO_2[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[3]
|
|
|
|
|
set_location_assignment PIN_C15 -to GPIO_2[4]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[4]
|
|
|
|
|
set_location_assignment PIN_D16 -to GPIO_2[5]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[5]
|
|
|
|
|
set_location_assignment PIN_D15 -to GPIO_2[6]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[6]
|
|
|
|
|
set_location_assignment PIN_D14 -to GPIO_2[7]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[7]
|
|
|
|
|
set_location_assignment PIN_F15 -to GPIO_2[8]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[8]
|
|
|
|
|
set_location_assignment PIN_F16 -to GPIO_2[9]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[9]
|
|
|
|
|
set_location_assignment PIN_F14 -to GPIO_2[10]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[10]
|
|
|
|
|
set_location_assignment PIN_G16 -to GPIO_2[11]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[11]
|
|
|
|
|
set_location_assignment PIN_G15 -to GPIO_2[12]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2[12]
|
|
|
|
|
set_location_assignment PIN_E15 -to GPIO_2_IN[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2_IN[0]
|
|
|
|
|
set_location_assignment PIN_E16 -to GPIO_2_IN[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2_IN[1]
|
|
|
|
|
set_location_assignment PIN_M16 -to GPIO_2_IN[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2_IN[2]
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# GPIO_0, GPIO_0 connect to GPIO Default
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_A8 -to GPIO_0_IN[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0_IN[0]
|
|
|
|
|
set_location_assignment PIN_D3 -to GPIO_0[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[0]
|
|
|
|
|
set_location_assignment PIN_B8 -to GPIO_0_IN[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0_IN[1]
|
|
|
|
|
set_location_assignment PIN_C3 -to GPIO_0[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[1]
|
|
|
|
|
set_location_assignment PIN_A2 -to GPIO_0[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[2]
|
|
|
|
|
set_location_assignment PIN_A3 -to GPIO_0[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[3]
|
|
|
|
|
|
|
|
|
|
#============================================================
|
|
|
|
|
# GPIO_1, GPIO_1 connect to GPIO Default
|
|
|
|
|
#============================================================
|
|
|
|
|
set_location_assignment PIN_T9 -to GPIO_1_IN[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1_IN[0]
|
|
|
|
|
set_location_assignment PIN_F13 -to GPIO_1[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[0]
|
|
|
|
|
set_location_assignment PIN_R9 -to GPIO_1_IN[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1_IN[1]
|
|
|
|
|
set_location_assignment PIN_T15 -to GPIO_1[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[1]
|
|
|
|
|
set_location_assignment PIN_T14 -to GPIO_1[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[2]
|
|
|
|
|
set_location_assignment PIN_T13 -to GPIO_1[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[3]
|
|
|
|
|
set_location_assignment PIN_R13 -to GPIO_1[4]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[4]
|
|
|
|
|
set_location_assignment PIN_T12 -to GPIO_1[5]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[5]
|
|
|
|
|
set_location_assignment PIN_R12 -to GPIO_1[6]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[6]
|
|
|
|
|
set_location_assignment PIN_T11 -to GPIO_1[7]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[7]
|
|
|
|
|
set_location_assignment PIN_T10 -to GPIO_1[8]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[8]
|
|
|
|
|
set_location_assignment PIN_R11 -to GPIO_1[9]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[9]
|
|
|
|
|
set_location_assignment PIN_P11 -to GPIO_1[10]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[10]
|
|
|
|
|
set_location_assignment PIN_R10 -to GPIO_1[11]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[11]
|
|
|
|
|
set_location_assignment PIN_N12 -to GPIO_1[12]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[12]
|
|
|
|
|
set_location_assignment PIN_P9 -to GPIO_1[13]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[13]
|
|
|
|
|
set_location_assignment PIN_N9 -to GPIO_1[14]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[14]
|
|
|
|
|
set_location_assignment PIN_N11 -to GPIO_1[15]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[15]
|
|
|
|
|
set_location_assignment PIN_L16 -to GPIO_1[16]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[16]
|
|
|
|
|
set_location_assignment PIN_K16 -to GPIO_1[17]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[17]
|
|
|
|
|
set_location_assignment PIN_R16 -to GPIO_1[18]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[18]
|
|
|
|
|
set_location_assignment PIN_L15 -to GPIO_1[19]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[19]
|
|
|
|
|
set_location_assignment PIN_P15 -to GPIO_1[20]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[20]
|
|
|
|
|
set_location_assignment PIN_P16 -to GPIO_1[21]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[21]
|
|
|
|
|
set_location_assignment PIN_R14 -to GPIO_1[22]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[22]
|
|
|
|
|
set_location_assignment PIN_N16 -to GPIO_1[23]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[23]
|
|
|
|
|
set_location_assignment PIN_N15 -to GPIO_1[24]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[24]
|
|
|
|
|
set_location_assignment PIN_P14 -to GPIO_1[25]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[25]
|
|
|
|
|
set_location_assignment PIN_L14 -to GPIO_1[26]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[26]
|
|
|
|
|
set_location_assignment PIN_N14 -to GPIO_1[27]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[27]
|
|
|
|
|
set_location_assignment PIN_M10 -to GPIO_1[28]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[28]
|
|
|
|
|
set_location_assignment PIN_L13 -to GPIO_1[29]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[29]
|
|
|
|
|
set_location_assignment PIN_J16 -to GPIO_1[30]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[30]
|
|
|
|
|
set_location_assignment PIN_K15 -to GPIO_1[31]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_1[31]
|
|
|
|
|
|
|
|
|
|
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "2.5 V"
|
2022-03-30 12:47:42 +03:00
|
|
|
set_global_assignment -name MIF_FILE led_patterns.mif
|
|
|
|
|
set_global_assignment -name QIP_FILE rom0.qip
|
2022-03-30 14:23:28 +03:00
|
|
|
set_global_assignment -name QIP_FILE ram16.qip
|
2022-03-30 14:57:41 +03:00
|
|
|
set_global_assignment -name QIP_FILE ram32.qip
|
2022-03-31 14:13:34 +03:00
|
|
|
set_global_assignment -name QIP_FILE pll.qip
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_bit_select.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_control.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_core.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_flags.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_mux_2.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_mux_2z.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_mux_3z.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_mux_4.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_mux_8.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_prep_daa.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_select.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_shifter_core.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/alu/alu_slice.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/clk_delay.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/decode_state.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/execute.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/interrupts.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/ir.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/memory_ifc.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/pin_control.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/pla_decode.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/resets.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/control/sequencer.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/address_latch.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/address_mux.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/address_pins.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/bus_control.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/bus_switch.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/control_pins_n.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/data_pins.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/data_switch.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/data_switch_mask.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/inc_dec.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/bus/inc_dec_2bit.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/toplevel/z80_top_direct_n.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/registers/reg_control.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/registers/reg_file.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE cpu/registers/reg_latch.v
|
|
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE ula/clocks.sv
|
|
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE ula/zx_kbd.sv
|
|
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE ula/video.sv
|
|
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE ula/ula.sv
|
|
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE ula/ps2_kbd.sv
|
|
|
|
|
set_global_assignment -name VHDL_FILE ula/i2c_loader.vhd
|
|
|
|
|
set_global_assignment -name VHDL_FILE ula/i2s_intf.vhd
|
|
|
|
|
set_location_assignment PIN_B12 -to VGA_VS
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_VS
|
|
|
|
|
set_location_assignment PIN_D12 -to VGA_HS
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_HS
|
|
|
|
|
set_location_assignment PIN_D11 -to VGA_B[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[3]
|
|
|
|
|
set_location_assignment PIN_A12 -to VGA_B[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[2]
|
|
|
|
|
set_location_assignment PIN_B11 -to VGA_B[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[1]
|
|
|
|
|
set_location_assignment PIN_C11 -to VGA_B[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[0]
|
|
|
|
|
set_location_assignment PIN_E10 -to VGA_G[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[3]
|
|
|
|
|
set_location_assignment PIN_E11 -to VGA_G[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[2]
|
|
|
|
|
set_location_assignment PIN_D9 -to VGA_G[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[1]
|
|
|
|
|
set_location_assignment PIN_C9 -to VGA_G[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[0]
|
|
|
|
|
set_location_assignment PIN_E9 -to VGA_R[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[3]
|
|
|
|
|
set_location_assignment PIN_F9 -to VGA_R[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[2]
|
|
|
|
|
set_location_assignment PIN_F8 -to VGA_R[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[1]
|
|
|
|
|
set_location_assignment PIN_E8 -to VGA_R[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[0]
|
|
|
|
|
set_location_assignment PIN_D8 -to AUD_ADCDAT
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to AUD_ADCDAT
|
|
|
|
|
set_location_assignment PIN_E7 -to AUD_ADCLRCK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to AUD_ADCLRCK
|
|
|
|
|
set_location_assignment PIN_E6 -to AUD_BCLK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to AUD_BCLK
|
|
|
|
|
set_location_assignment PIN_C8 -to AUD_DACDAT
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to AUD_DACDAT
|
|
|
|
|
set_location_assignment PIN_C6 -to AUD_DACLRCK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to AUD_DACLRCK
|
|
|
|
|
set_location_assignment PIN_A7 -to AUD_XCK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to AUD_XCK
|
|
|
|
|
set_location_assignment PIN_D6 -to PS2_CLK
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to PS2_CLK
|
|
|
|
|
set_location_assignment PIN_B7 -to PS2_DAT
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to PS2_DAT
|
|
|
|
|
set_global_assignment -name QIP_FILE rom_scr.qip
|
|
|
|
|
set_global_assignment -name QIP_FILE pll_video.qip
|
|
|
|
|
set_global_assignment -name SDC_FILE spectrum.sdc
|
|
|
|
|
set_location_assignment PIN_A6 -to buzzer_out
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to buzzer_out
|
2022-04-01 18:58:14 +03:00
|
|
|
set_location_assignment PIN_B6 -to raw_loader_in
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to raw_loader_in
|
|
|
|
|
set_global_assignment -name QIP_FILE ram_video.qip
|
2022-04-02 14:56:02 +03:00
|
|
|
set_global_assignment -name VHDL_FILE sdram.vhdl
|
|
|
|
|
set_global_assignment -name QIP_FILE sdram_clk_gen.qip
|
2022-04-06 14:01:01 +03:00
|
|
|
set_global_assignment -name VERILOG_FILE sdram.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE sdram_ctrl.v
|
|
|
|
|
set_global_assignment -name VERILOG_FILE sdram_controller.v
|
|
|
|
|
set_global_assignment -name QIP_FILE pll_sdram.qip
|
|
|
|
|
set_global_assignment -name ENABLE_SIGNALTAP OFF
|
|
|
|
|
set_global_assignment -name USE_SIGNALTAP_FILE output_files/stp1.stp
|
|
|
|
|
set_global_assignment -name ENABLE_LOGIC_ANALYZER_INTERFACE OFF
|
|
|
|
|
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
|
|
|
|
|
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
|
|
|
|
|
set_location_assignment PIN_D5 -to kempston[4]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston[4]
|
|
|
|
|
set_location_assignment PIN_A5 -to kempston[3]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston[3]
|
|
|
|
|
set_location_assignment PIN_B5 -to kempston[2]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston[2]
|
|
|
|
|
set_location_assignment PIN_A4 -to kempston[1]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston[1]
|
|
|
|
|
set_location_assignment PIN_B4 -to kempston[0]
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston[0]
|
|
|
|
|
set_location_assignment PIN_B3 -to kempston_gnd
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston_gnd
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to kempston[4]
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to kempston[3]
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to kempston[2]
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to kempston[1]
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to kempston[0]
|
|
|
|
|
set_location_assignment PIN_J13 -to turbo_button
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to turbo_button
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to turbo_button
|
|
|
|
|
set_global_assignment -name VERILOG_FILE debouncer.v
|
|
|
|
|
set_location_assignment PIN_J14 -to kempston_autofire_button
|
|
|
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to kempston_autofire_button
|
|
|
|
|
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to kempston_autofire_button
|
2022-03-30 11:53:01 +03:00
|
|
|
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|