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

Subversion Repositories yacc

[/] [yacc/] [trunk/] [syn/] [altra_stratix2/] [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 ../../rtl/yacc2.v
38
set_global_assignment -name VERILOG_FILE ../../rtl/mul_div_module5.v
39
set_global_assignment -name VERILOG_FILE ram_regfile32xx32.v
40
set_global_assignment -name VERILOG_FILE fifo512_cyclone.v
41
set_global_assignment -name VERILOG_FILE ram4092x8_0.v
42
set_global_assignment -name VERILOG_FILE ram4092x8_1.v
43
set_global_assignment -name VERILOG_FILE ram4096x8_2.v
44
set_global_assignment -name VERILOG_FILE ram4096x8_3.v
45
set_global_assignment -name VERILOG_FILE ../../rtl/alu.v
46
set_global_assignment -name VERILOG_FILE ../../rtl/decoder.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
# Timing Assignments
55
# ==================
56
set_global_assignment -name IGNORE_CLOCK_SETTINGS ON
57
set_global_assignment -name FMAX_REQUIREMENT "160.0 MHz"
58
 
59
# Analysis & Synthesis Assignments
60
# ================================
61
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE FASTEST
62
set_global_assignment -name FAMILY "Stratix II"
63
set_global_assignment -name STRATIXII_OPTIMIZATION_TECHNIQUE SPEED
64
set_global_assignment -name ADV_NETLIST_OPT_SYNTH_WYSIWYG_REMAP ON
65
set_global_assignment -name ADV_NETLIST_OPT_SYNTH_GATE_RETIME ON
66
set_global_assignment -name TOP_LEVEL_ENTITY yacc
67
set_global_assignment -name USER_LIBRARIES "F:\\yacc\\syn\\altera"
68
 
69
# Fitter Assignments
70
# ==================
71
set_global_assignment -name DEVICE EP2S15F484C3
72
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON
73
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON
74
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING ON
75
set_global_assignment -name FITTER_EFFORT "FAST FIT"
76
set_global_assignment -name PHYSICAL_SYNTHESIS_EFFORT NORMAL
77
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
78
 
79
# EDA Netlist Writer Assignments
80
# ==============================
81
set_global_assignment -name EDA_SIMULATION_TOOL "Custom Verilog HDL"
82
 
83
# ---------------------------------------
84
# start EDA_TOOL_SETTINGS(eda_simulation)
85
 
86
        # EDA Netlist Writer Assignments
87
        # ==============================
88
        set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VERILOG -section_id eda_simulation
89
        set_global_assignment -name EDA_TIME_SCALE "1 ps" -section_id eda_simulation
90
 
91
# end EDA_TOOL_SETTINGS(eda_simulation)
92
# -------------------------------------

powered by: WebSVN 2.1.0

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