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

Subversion Repositories ha1588

[/] [ha1588/] [trunk/] [rtl/] [bus/] [qsys/] [ha1588_hw.tcl] - Blame information for rev 67

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 66 ash_riple
# TCL File Generated by Component Editor 10.1sp1
2
# Sat Mar 31 21:26:56 CST 2012
3
# DO NOT MODIFY
4
 
5
 
6
# +-----------------------------------
7
# | 
8
# | ha1588 "Hardware Assisted IEEE 1588 IP Core" v1.0
9
# | BABY&HW 2012.03.31.21:26:56
10
# | Hardware Assisted IEEE 1588 IP Core
11
# | 
12
# | ha1588.v
13
# | 
14
# |    ../../../rtl/top/ha1588.v syn, sim
15
# |    ../../../rtl/reg/reg.v syn, sim
16
# |    ../../../rtl/rtc/rtc.v syn, sim
17
# |    ../../../rtl/tsu/tsu.v syn, sim
18
# |    ../../../rtl/tsu/ptp_parser.v syn, sim
19
# |    ../../../rtl/tsu/ptp_queue.v syn, sim
20
# | 
21
# +-----------------------------------
22
 
23
# +-----------------------------------
24
# | request TCL package from ACDS 10.1
25
# | 
26
package require -exact sopc 10.1
27
# | 
28
# +-----------------------------------
29
 
30
# +-----------------------------------
31
# | module ha1588
32
# | 
33
set_module_property DESCRIPTION "Hardware Assisted IEEE 1588 IP Core"
34
set_module_property NAME ha1588
35
set_module_property VERSION 1.0
36
set_module_property INTERNAL false
37
set_module_property OPAQUE_ADDRESS_MAP true
38
set_module_property AUTHOR "BABY&HW"
39
set_module_property DISPLAY_NAME "Hardware Assisted IEEE 1588 IP Core"
40
set_module_property TOP_LEVEL_HDL_FILE ha1588.v
41
set_module_property TOP_LEVEL_HDL_MODULE ha1588
42
set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
43
set_module_property EDITABLE true
44
set_module_property ANALYZE_HDL TRUE
45
# | 
46
# +-----------------------------------
47
 
48
# +-----------------------------------
49
# | files
50
# | 
51
add_file ../../../rtl/top/ha1588.v {SYNTHESIS SIMULATION}
52
add_file ../../../rtl/reg/reg.v {SYNTHESIS SIMULATION}
53
add_file ../../../rtl/rtc/rtc.v {SYNTHESIS SIMULATION}
54
add_file ../../../rtl/tsu/tsu.v {SYNTHESIS SIMULATION}
55
add_file ../../../rtl/tsu/ptp_parser.v {SYNTHESIS SIMULATION}
56
add_file ../../../rtl/tsu/ptp_queue.v {SYNTHESIS SIMULATION}
57
# | 
58
# +-----------------------------------
59
 
60
# +-----------------------------------
61
# | parameters
62
# | 
63
add_parameter addr_is_in_word BOOLEAN true ""
64
set_parameter_property addr_is_in_word DEFAULT_VALUE true
65
set_parameter_property addr_is_in_word DISPLAY_NAME addr_is_in_word
66
set_parameter_property addr_is_in_word WIDTH ""
67
set_parameter_property addr_is_in_word TYPE BOOLEAN
68
set_parameter_property addr_is_in_word ENABLED false
69
set_parameter_property addr_is_in_word UNITS None
70
set_parameter_property addr_is_in_word DESCRIPTION ""
71
set_parameter_property addr_is_in_word AFFECTS_GENERATION false
72
set_parameter_property addr_is_in_word HDL_PARAMETER true
73
# | 
74
# +-----------------------------------
75
 
76
# +-----------------------------------
77
# | display items
78
# | 
79
# | 
80
# +-----------------------------------
81
 
82
# +-----------------------------------
83
# | connection point clock
84
# | 
85
add_interface clock clock end
86
set_interface_property clock clockRate 0
87
 
88
set_interface_property clock ENABLED true
89
 
90
add_interface_port clock clk clk Input 1
91
add_interface_port clock rst reset Input 1
92
# | 
93
# +-----------------------------------
94
 
95
# +-----------------------------------
96 67 ash_riple
# | connection point reg_interface
97 66 ash_riple
# | 
98 67 ash_riple
add_interface reg_interface avalon end
99
set_interface_property reg_interface addressAlignment DYNAMIC
100
set_interface_property reg_interface addressUnits WORDS
101
set_interface_property reg_interface associatedClock clock
102
set_interface_property reg_interface burstOnBurstBoundariesOnly false
103
set_interface_property reg_interface explicitAddressSpan 0
104
set_interface_property reg_interface holdTime 0
105
set_interface_property reg_interface isMemoryDevice false
106
set_interface_property reg_interface isNonVolatileStorage false
107
set_interface_property reg_interface linewrapBursts false
108
set_interface_property reg_interface maximumPendingReadTransactions 0
109
set_interface_property reg_interface printableDevice false
110
set_interface_property reg_interface readLatency 0
111
set_interface_property reg_interface readWaitTime 1
112
set_interface_property reg_interface setupTime 0
113
set_interface_property reg_interface timingUnits Cycles
114
set_interface_property reg_interface writeWaitTime 0
115 66 ash_riple
 
116 67 ash_riple
set_interface_property reg_interface ENABLED true
117 66 ash_riple
 
118 67 ash_riple
add_interface_port reg_interface wr_in write Input 1
119
add_interface_port reg_interface rd_in read Input 1
120
add_interface_port reg_interface addr_in address Input 8
121
add_interface_port reg_interface data_in writedata Input 32
122
add_interface_port reg_interface data_out readdata Output 32
123 66 ash_riple
# | 
124
# +-----------------------------------
125
 
126
# +-----------------------------------
127 67 ash_riple
# | connection point rtc_interface
128 66 ash_riple
# | 
129 67 ash_riple
add_interface rtc_interface conduit end
130 66 ash_riple
 
131 67 ash_riple
set_interface_property rtc_interface ENABLED true
132 66 ash_riple
 
133 67 ash_riple
add_interface_port rtc_interface rtc_clk export Input 1
134
add_interface_port rtc_interface rtc_time_ptp_ns export Output 32
135
add_interface_port rtc_interface rtc_time_ptp_sec export Output 48
136
add_interface_port rtc_interface rtc_time_one_pps export Output 1
137 66 ash_riple
# | 
138
# +-----------------------------------
139
 
140
# +-----------------------------------
141 67 ash_riple
# | connection point tsu_interface
142 66 ash_riple
# | 
143 67 ash_riple
add_interface tsu_interface conduit end
144 66 ash_riple
 
145 67 ash_riple
set_interface_property tsu_interface ENABLED true
146 66 ash_riple
 
147 67 ash_riple
add_interface_port tsu_interface rx_gmii_clk export Input 1
148
add_interface_port tsu_interface rx_gmii_ctrl export Input 1
149
add_interface_port tsu_interface rx_gmii_data export Input 8
150
add_interface_port tsu_interface rx_giga_mode export Input 1
151
add_interface_port tsu_interface tx_gmii_clk export Input 1
152
add_interface_port tsu_interface tx_gmii_ctrl export Input 1
153
add_interface_port tsu_interface tx_gmii_data export Input 8
154
add_interface_port tsu_interface tx_giga_mode export Input 1
155 66 ash_riple
# | 
156
# +-----------------------------------

powered by: WebSVN 2.1.0

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