source: PlatformSupport/CustomPeripherals/pcores/analog_bridge_v1_00_a/data/analog_bridge_v2_1_0.mpd

Last change on this file was 909, checked in by murphpo, 16 years ago

updating MPD files; replaced CORE_STATE parameter with ARCH_SUPPORT_MAP to avoid warnings in EDK 10

File size: 2.9 KB
Line 
1###################################################################
2# Copyright (c) 2006 Rice University
3# All Rights Reserved
4# This code is covered by the Rice-WARP license
5# See http://warp.rice.edu/license/ for details
6###################################################################
7
8BEGIN analog_bridge
9
10## Peripheral Options
11OPTION IPTYPE = IP
12OPTION IMP_NETLIST = TRUE
13OPTION HDL = VERILOG
14OPTION ARCH_SUPPORT_MAP = (virtex2p=PREFERRED, virtex4=PREFERRED, others=AVAILABLE)
15OPTION IP_GROUP = USER
16OPTION USAGE_LEVEL = BASE_USER
17
18IO_INTERFACE IO_IF = analog_bridge, IO_TYPE = WARP_ANALOGBRIDGE_V1
19
20## Ports
21####################################################################################
22## User Ports
23## The user must connect sources/sinks to these ports in XPS in order to use
24##  the analog board. The rest of the board's connections are made automatically
25####################################################################################
26PORT user_DAC1_A = "", DIR = I, VEC = [0:13], IO_IS = userDAC1A
27PORT user_DAC1_B = "", DIR = I, VEC = [0:13], IO_IS = userDAC1B
28PORT user_DAC2_A = "", DIR = I, VEC = [0:13], IO_IS = userDAC2A
29PORT user_DAC2_B = "", DIR = I, VEC = [0:13], IO_IS = userDAC2B
30
31PORT user_DAC1_sleep = "net_gnd", DIR = I
32PORT user_DAC2_sleep = "net_gnd", DIR = I
33
34PORT user_ADC_A = "", DIR = O, VEC = [0:13], IO_IS = userADCA
35PORT user_ADC_B = "", DIR = O, VEC = [0:13], IO_IS = userADCB
36
37PORT user_ADC_DFS = "net_vcc", DIR = I
38PORT user_ADC_DCS = "net_gnd", DIR = I
39PORT user_ADC_pdwnA = "net_gnd", DIR = I
40PORT user_ADC_pdwnB = "net_gnd", DIR = I
41PORT user_ADC_otrA = "", DIR = O
42PORT user_ADC_otrB = "", DIR = O
43PORT user_LED = "", DIR = I, VEC = [0:2]
44
45####################################################################################
46
47#Automatically tied to sys_clk_s, the OPB clock created by BSB
48# Custom clock setups may need to change this
49# Show defaults in System Assembly to view and change this assignment
50PORT clock_in = "sys_clk_s", DIR = I, SIGIS = CLK
51
52PORT clock_out = "", DIR = O, SIGIS = CLK
53
54PORT analog_DAC1_A = "", DIR = O, VEC = [13:0], IO_IS = analogDAC1A, ENDIAN = LITTLE
55PORT analog_DAC1_B = "", DIR = O, VEC = [13:0], IO_IS = analogDAC1B, ENDIAN = LITTLE
56PORT analog_DAC2_A = "", DIR = O, VEC = [13:0], IO_IS = analogDAC2A, ENDIAN = LITTLE
57PORT analog_DAC2_B = "", DIR = O, VEC = [13:0], IO_IS = analogDAC2B, ENDIAN = LITTLE
58PORT analog_DAC1_sleep = "", DIR = O
59PORT analog_DAC2_sleep = "", DIR = O
60
61PORT analog_ADC_A = "", DIR = I, VEC = [13:0], IO_IS = analogADCA, ENDIAN = LITTLE
62PORT analog_ADC_B = "", DIR = I, VEC = [13:0], IO_IS = analogADCB, ENDIAN = LITTLE
63PORT analog_ADC_DFS = "", DIR = O
64PORT analog_ADC_DCS = "", DIR = O
65PORT analog_ADC_pdwnA = "", DIR = O
66PORT analog_ADC_pdwnB = "", DIR = O
67PORT analog_ADC_otrA = "", DIR = I
68PORT analog_ADC_otrB = "", DIR = I
69PORT analog_LED = "", DIR = O, VEC = [0:2], IO_IS = analogLED
70
71END
Note: See TracBrowser for help on using the repository browser.