Serial sequential adder  v.1.0
Example documentation project, author Vladimir Petrović
fsm_adder.qsf
Go to the documentation of this file.
1 # -------------------------------------------------------------------------- #
2 #
3 # Copyright (C) 1991-2016 Altera Corporation. All rights reserved.
4 # Your use of Altera Corporation's design tools, logic functions
5 # and other software and tools, and its AMPP partner logic
6 # functions, and any output files from any of the foregoing
7 # (including device programming or simulation files), and any
8 # associated documentation or information are expressly subject
9 # to the terms and conditions of the Altera Program License
10 # Subscription Agreement, the Altera Quartus Prime License Agreement,
11 # the Altera MegaCore Function License Agreement, or other
12 # applicable license agreement, including, without limitation,
13 # that your use is for the sole purpose of programming logic
14 # devices manufactured by Altera and sold by Altera or its
15 # authorized distributors. Please refer to the applicable
16 # agreement for further details.
17 #
18 # -------------------------------------------------------------------------- #
19 #
20 # Quartus Prime
21 # Version 15.1.2 Build 193 02/01/2016 SJ Lite Edition
22 # Date created = 23:59:13 November 15, 2016
23 #
24 # -------------------------------------------------------------------------- #
25 #
26 # Notes:
27 #
28 # 1) The default values for assignments are stored in the file:
29 # fsm_adder_assignment_defaults.qdf
30 # If this file doesn't exist, see file:
31 # assignment_defaults.qdf
32 #
33 # 2) Altera recommends that you do not modify this file. This
34 # file is updated automatically by the Quartus Prime software
35 # and any changes you make may be lost or overwritten.
36 #
37 # -------------------------------------------------------------------------- #
38 
39 
40 set_global_assignment -name FAMILY "Cyclone V"
41 set_global_assignment -name DEVICE 5CSEMA5F31C6
42 set_global_assignment -name TOP_LEVEL_ENTITY fsm_adder
43 set_global_assignment -name ORIGINAL_QUARTUS_VERSION 15.1.2
44 set_global_assignment -name PROJECT_CREATION_TIME_DATE "23:59:13 NOVEMBER 15, 2016"
45 set_global_assignment -name LAST_QUARTUS_VERSION 15.1.2
46 set_global_assignment -name VHDL_FILE shiftreg.vhd
47 set_global_assignment -name VHDL_FILE serial_adder.vhd
48 set_global_assignment -name VHDL_FILE fulladder.vhd
49 set_global_assignment -name VHDL_FILE fsm_adder.vhd
50 set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
51 set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
52 set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
53 set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 256
54 set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (VHDL)"
55 set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VHDL -section_id eda_simulation
56 set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
57 set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
58 set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
59 set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top