OpenCores
URL https://opencores.org/ocsvn/yacc/yacc/trunk

Subversion Repositories yacc

[/] [yacc/] [trunk/] [syn/] [altera/] [yacc.qsf] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tak.sugawa
# Copyright (C) 1991-2005 Altera Corporation
2
# Any  megafunction  design,  and related netlist (encrypted  or  decrypted),
3
# support information,  device programming or simulation file,  and any other
4
# associated  documentation or information  provided by  Altera  or a partner
5
# under  Altera's   Megafunction   Partnership   Program  may  be  used  only
6
# to program  PLD  devices (but not masked  PLD  devices) from  Altera.   Any
7
# other  use  of such  megafunction  design,  netlist,  support  information,
8
# device programming or simulation file,  or any other  related documentation
9
# or information  is prohibited  for  any  other purpose,  including, but not
10
# limited to  modification,  reverse engineering,  de-compiling, or use  with
11
# any other  silicon devices,  unless such use is  explicitly  licensed under
12
# a separate agreement with  Altera  or a megafunction partner.  Title to the
13
# intellectual property,  including patents,  copyrights,  trademarks,  trade
14
# secrets,  or maskworks,  embodied in any such megafunction design, netlist,
15
# support  information,  device programming or simulation file,  or any other
16
# related documentation or information provided by  Altera  or a megafunction
17
# partner, remains with Altera, the megafunction partner, or their respective
18
# licensors. No other licenses, including any licenses needed under any third
19
# party's intellectual property, are provided herein.
20
 
21
 
22
# The default values for assignments are stored in the file
23
#               yacc_assignment_defaults.qdf
24
# If this file doesn't exist, and for assignments not listed, see file
25
#               assignment_defaults.qdf
26
 
27
# Altera recommends that you do not modify this file. This
28
# file is updated automatically by the Quartus II software
29
# and any changes you make may be lost or overwritten.
30
 
31
 
32
# Project-Wide Assignments
33
# ========================
34
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "4.2 SP1"
35
set_global_assignment -name PROJECT_CREATION_TIME_DATE "15:15:56  APRIL 09, 2005"
36
set_global_assignment -name LAST_QUARTUS_VERSION "4.2 SP1"
37
set_global_assignment -name VERILOG_FILE ram_regfile32xx32.v
38
set_global_assignment -name VERILOG_FILE fifo512_cyclone.v
39
set_global_assignment -name VERILOG_FILE ram4092x8_0.v
40
set_global_assignment -name VERILOG_FILE ram4092x8_1.v
41
set_global_assignment -name VERILOG_FILE ram4096x8_2.v
42
set_global_assignment -name VERILOG_FILE ram4096x8_3.v
43
set_global_assignment -name VERILOG_FILE ../../rtl/yacc2.v
44
set_global_assignment -name VERILOG_FILE ../../rtl/alu.v
45
set_global_assignment -name VERILOG_FILE ../../rtl/decoder.v
46
set_global_assignment -name VERILOG_FILE ../../rtl/mul_div_module5.v
47
set_global_assignment -name VERILOG_FILE ../../rtl/pc_module.v
48
set_global_assignment -name VERILOG_FILE ../../rtl/pipelined_rfile.v
49
set_global_assignment -name VERILOG_FILE ../../rtl/ram_module_altera.v
50
set_global_assignment -name VERILOG_FILE ../../rtl/shifter.v
51
set_global_assignment -name VERILOG_FILE ../../rtl/uart_read.v
52
set_global_assignment -name VERILOG_FILE ../../rtl/uart_write_cyclone.v
53
 
54
# Pin & Location Assignments
55
# ==========================
56
set_location_assignment PIN_240 -to Async_Reset
57
set_location_assignment PIN_28 -to clock
58
set_location_assignment PIN_113 -to RXD
59
set_location_assignment PIN_114 -to TXD
60
 
61
# Timing Assignments
62
# ==================
63
set_global_assignment -name IGNORE_CLOCK_SETTINGS ON
64
set_global_assignment -name FMAX_REQUIREMENT "100.0 MHz"
65
 
66
# Analysis & Synthesis Assignments
67
# ================================
68
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE FASTEST
69
set_global_assignment -name FAMILY Cyclone
70
set_global_assignment -name STRATIXII_OPTIMIZATION_TECHNIQUE SPEED
71
set_global_assignment -name CYCLONE_OPTIMIZATION_TECHNIQUE SPEED
72
set_global_assignment -name ADV_NETLIST_OPT_SYNTH_WYSIWYG_REMAP ON
73
set_global_assignment -name ADV_NETLIST_OPT_SYNTH_GATE_RETIME ON
74
set_global_assignment -name TOP_LEVEL_ENTITY yacc
75
set_global_assignment -name USER_LIBRARIES "F:\\yacc\\syn\\altera"
76
 
77
# Fitter Assignments
78
# ==================
79
set_global_assignment -name DEVICE EP1C12Q240C6
80
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON
81
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON
82
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING ON
83
set_global_assignment -name FITTER_EFFORT "FAST FIT"
84
set_global_assignment -name PHYSICAL_SYNTHESIS_EFFORT NORMAL
85
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
86
 
87
# EDA Netlist Writer Assignments
88
# ==============================
89
set_global_assignment -name EDA_SIMULATION_TOOL "Custom Verilog HDL"
90
 
91
# ---------------------------------------
92
# start EDA_TOOL_SETTINGS(eda_simulation)
93
 
94
        # EDA Netlist Writer Assignments
95
        # ==============================
96
        set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VERILOG -section_id eda_simulation
97
        set_global_assignment -name EDA_TIME_SCALE "1 ps" -section_id eda_simulation
98
 
99
# end EDA_TOOL_SETTINGS(eda_simulation)
100
# -------------------------------------

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.