source: PlatformSupport/Deprecated/pcores/clock_board_config_v1_03_a/data/clock_board_config_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: 5.1 KB
Line 
1###################################################################
2##
3## Name     : clock_board_config
4## Desc     : Microprocessor Peripheral Description
5##          : Automatically generated by PsfUtility
6##
7###################################################################
8
9BEGIN clock_board_config
10
11## Peripheral Options
12OPTION IPTYPE = PERIPHERAL
13OPTION IMP_NETLIST = TRUE
14OPTION HDL = VERILOG
15OPTION ARCH_SUPPORT_MAP = (virtex2p=PREFERRED, virtex4=PREFERRED, others=AVAILABLE)
16OPTION IP_GROUP = USER
17OPTION USAGE_LEVEL = BASE_USER
18
19IO_INTERFACE IO_IF = CLKBRDCONFIG, IO_TYPE = WARP_CLKBRD_CONFIG_V1
20
21## Bus Interfaces
22# This core is not attached to any busses
23
24## Generics for VHDL or Parameters for Verilog
25
26#platgen will infer these hex values and defparam them in the Verilog like "defparam clkbrdconfig_0.fpga_radio_clk_source = 'h1AFF;"
27#since they're 16 bits anyway, the ambiguous bit length in the defparam'd value is no problem
28PARAMETER fpga_radio_clk_source = 0x1AFF, DT = std_logic_vector, DESC = Selects radio reference clock source, VALUES = (0x1AFF=Oscillator, 0x1DFF=External Coax), PERMIT = BASE_USER
29PARAMETER fpga_logic_clk_source = 0x1AFF, DT = std_logic_vector, DESC = Selects FPGA/sampling clock source, VALUES = (0x1AFF=Oscillator, 0x1DFF=External Coax), PERMIT = BASE_USER
30
31# Parameters controlling en/disable on radio reference clk outputs
32#  0x01ff disables the corresponding output
33#  0x1eff enables the corresponding ouptput
34# By default, outputs for slots 2 and 3 are enabled, matching
35#  the hardware config for a WARP MIMO kit
36PARAMETER radio_clk_out0_mode = 0x01ff, DT = std_logic_vector, DESC = Selects whether to enable or disable the radio reference clock for slot 1 - disabled by default, VALUES = (0x01ff=Disabled, 0x1eff=Enabled), PERMIT = BASE_USER
37PARAMETER radio_clk_out1_mode = 0x1eff, DT = std_logic_vector, DESC = Selects whether to enable or disable the radio reference clock for slot 2 - disabled by default, VALUES = (0x01ff=Disabled, 0x1eff=Enabled), PERMIT = BASE_USER
38PARAMETER radio_clk_out2_mode = 0x1eff, DT = std_logic_vector, DESC = Selects whether to enable or disable the radio reference clock for slot 2 - disabled by default, VALUES = (0x01ff=Disabled, 0x1eff=Enabled), PERMIT = BASE_USER
39PARAMETER radio_clk_out3_mode = 0x01ff, DT = std_logic_vector, DESC = Selects whether to enable or disable the radio reference clock for slot 4 - disabled by default, VALUES = (0x01ff=Disabled, 0x1eff=Enabled), PERMIT = BASE_USER
40
41# Parameters controlling en/disable on radio sampling clk outputs
42#  0x02ff disables the corresponding output
43#  0x04ff enables the corresponding output with min (340mV) drive
44#  0x08ff enables the corresponding output with max (810mV) drive
45# By default, outputs for slots 2 and 3 are enabled, matching
46#  the hardware config for a WARP MIMO kit
47PARAMETER logic_clk_out0_mode = 0x02ff, DT = std_logic_vector, DESC = Selects whether to enable or disable the sampling clock for slot 1 - disabled by default, VALUES = (0x02ff=Disabled, 0x04ff=Enabled - 340mV drive, 0x08ff=Enabled - 810mV drive), PERMIT = BASE_USER
48PARAMETER logic_clk_out1_mode = 0x08ff, DT = std_logic_vector, DESC = Selects whether to enable or disable the sampling clock for slot 2 - 810mV drive by default, VALUES = (0x02ff=Disabled, 0x04ff=Enabled - 340mV drive, 0x08ff=Enabled - 810mV drive), PERMIT = BASE_USER
49PARAMETER logic_clk_out2_mode = 0x08ff, DT = std_logic_vector, DESC = Selects whether to enable or disable the sampling clock for slot 3 - 810mV drive by default, VALUES = (0x02ff=Disabled, 0x04ff=Enabled - 340mV drive, 0x08ff=Enabled - 810mV drive), PERMIT = BASE_USER
50PARAMETER logic_clk_out3_mode = 0x02ff, DT = std_logic_vector, DESC = Selects whether to enable or disable the sampling clock for slot 4 - disabled by default, VALUES = (0x02ff=Disabled, 0x04ff=Enabled - 340mV drive, 0x08ff=Enabled - 810mV drive), PERMIT = BASE_USER
51
52
53PARAMETER sys_clk_freq_hz = 0x05f5e100, DT = std_logic_vector, DESC = Frequency of clock at sys_clk input, VALUES = (0x05f5e100=100MHz, 0x1F78A40=33MHz), PERMIT = BASE_USER
54PARAMETER scp_min_freq_hz = 0x002625a0, DT = std_logic_vector, DESC = Minimum serial I/O frequency, VALUES = (0x002625a0=25MHz), PERMIT = BASE_USER
55
56PARAMETER scp_cyc_leng_a = 0x00000028, DT = std_logic_vector, DESC = Length of serial I/O write cycle, VALUES = (0x00000028=40), PERMIT = BASE_USER
57PARAMETER scp_cyc_leng_b = 0x00000028, DT = std_logic_vector, DESC = Length of serial I/O write cycle, VALUES = (0x00000028=40), PERMIT = BASE_USER
58PARAMETER scp_cyc_leng = 0x00000028, DT = std_logic_vector, DESC = Length of serial I/O write cycle, VALUES = (0x00000028=40), PERMIT = BASE_USER
59
60## Ports
61PORT sys_clk = "", DIR = I, SIGIS = CLK
62PORT sys_rst = "net_gnd", DIR = I, SIGIS = RST
63PORT cfg_radio_dat_out = "", DIR = O
64PORT cfg_radio_csb_out = "", DIR = O
65PORT cfg_radio_en_out = "", DIR = O
66PORT cfg_radio_clk_out = "", DIR = O
67PORT cfg_logic_dat_out = "", DIR = O
68PORT cfg_logic_csb_out = "", DIR = O
69PORT cfg_logic_en_out = "", DIR = O
70PORT cfg_logic_clk_out = "", DIR = O
71
72PORT config_invalid = "", DIR = O
73
74END
Note: See TracBrowser for help on using the repository browser.