Changeset 191


Ignore:
Timestamp:
May 21, 2014, 11:07:17 AM (10 years ago)
Author:
demin
Message:

replace Paella with 3DEES

Location:
trunk/3DEES
Files:
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/3DEES/3DEES.cof

    r190 r191  
    33        <eprom_name>EPCS16</eprom_name>
    44        <flash_loader_device>EP3C25</flash_loader_device>
    5         <output_filename>Paella.jic</output_filename>
     5        <output_filename>3DEES.jic</output_filename>
    66        <n_pages>1</n_pages>
    77        <width>1</width>
     
    1010                <page_flags>1</page_flags>
    1111                <bit0>
    12                         <sof_filename>Paella.sof</sof_filename>
     12                        <sof_filename>3DEES.sof</sof_filename>
    1313                </bit0>
    1414        </sof_data>
  • trunk/3DEES/3DEES.qpf

    r190 r191  
    2828# Revisions
    2929
    30 PROJECT_REVISION = "Paella"
     30PROJECT_REVISION = "3DEES"
  • trunk/3DEES/3DEES.qsf

    r190 r191  
    2626#
    2727# 1) The default values for assignments are stored in the file:
    28 #               Paella_assignment_defaults.qdf
     28#               3DEES_assignment_defaults.qdf
    2929#    If this file doesn't exist, see file:
    3030#               assignment_defaults.qdf
     
    3939set_global_assignment -name FAMILY "Cyclone III"
    4040set_global_assignment -name DEVICE EP3C25Q240C8
    41 set_global_assignment -name TOP_LEVEL_ENTITY Paella
     41set_global_assignment -name TOP_LEVEL_ENTITY 3DEES
    4242set_global_assignment -name ORIGINAL_QUARTUS_VERSION 9.0
    4343set_global_assignment -name PROJECT_CREATION_TIME_DATE "14:14:14  AUGUST 28, 2009"
     
    4848set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
    4949set_global_assignment -name AUTO_SHIFT_REGISTER_RECOGNITION OFF
    50 set_global_assignment -name MISC_FILE Paella.dpf
    51 set_global_assignment -name MISC_FILE "C:/altera/project_12/Paella.dpf"
     50set_global_assignment -name MISC_FILE 3DEES.dpf
    5251set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
    5352set_global_assignment -name USE_TIMEQUEST_TIMING_ANALYZER OFF
     
    225224set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to RAM_DQB[7]
    226225
    227 set_global_assignment -name MISC_FILE "D:/altera/MultiChannelUSB/Paella.dpf"
    228 
    229 set_global_assignment -name VERILOG_FILE Paella.v
     226set_global_assignment -name VERILOG_FILE 3DEES.v
    230227set_global_assignment -name VERILOG_FILE adc_lvds.v
    231228set_global_assignment -name VERILOG_FILE sys_pll.v
     
    250247set_global_assignment -name VERILOG_FILE new_filter.v
    251248set_global_assignment -name VERILOG_FILE clip.v
    252 set_global_assignment -name MISC_FILE "D:/altera/3DEES-6ch/Paella.dpf"
    253249set_global_assignment -name FMAX_REQUIREMENT "100 MHz" -section_id "100 MHz Clock"
    254250set_instance_assignment -name CLOCK_SETTINGS "100 MHz Clock" -to CLK_100MHz
    255 set_global_assignment -name MISC_FILE "D:/altera/3DEES/Paella.dpf"
    256251set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
  • trunk/3DEES/3DEES.v

    r190 r191  
    1 module Paella
     1module 3DEES
    22        (
    33                input   wire                    CLK_100MHz,
Note: See TracChangeset for help on using the changeset viewer.