-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinternal_sram2_hw.tcl
97 lines (84 loc) · 3.19 KB
/
internal_sram2_hw.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# TCL File Generated by Component Editor 11.0sp1
# Sun May 06 17:08:59 GMT+09:00 2012
# DO NOT MODIFY
# +-----------------------------------
# |
# | internal_sram2 "internal_sram2" v1.0
# | null 2012.05.06.17:08:59
# |
# |
# +-----------------------------------
# +-----------------------------------
# | request TCL package from ACDS 11.0
# |
package require -exact sopc 11.0
# |
# +-----------------------------------
# +-----------------------------------
# | module internal_sram2
# |
set_module_property NAME internal_sram2
set_module_property VERSION 1.0
set_module_property INTERNAL false
set_module_property OPAQUE_ADDRESS_MAP true
set_module_property DISPLAY_NAME internal_sram2
set_module_property INSTANTIATE_IN_SYSTEM_MODULE false
set_module_property EDITABLE true
set_module_property ANALYZE_HDL TRUE
set_module_property FIX_110_VIP_PATH false
# |
# +-----------------------------------
# +-----------------------------------
# | files
# |
# |
# +-----------------------------------
# +-----------------------------------
# | parameters
# |
# |
# +-----------------------------------
# +-----------------------------------
# | display items
# |
# |
# +-----------------------------------
# +-----------------------------------
# | connection point avalon_int_sram_slave
# |
add_interface avalon_int_sram_slave avalon end
set_interface_property avalon_int_sram_slave addressAlignment DYNAMIC
set_interface_property avalon_int_sram_slave addressUnits WORDS
set_interface_property avalon_int_sram_slave associatedClock clock_sink
set_interface_property avalon_int_sram_slave burstOnBurstBoundariesOnly false
set_interface_property avalon_int_sram_slave explicitAddressSpan 0
set_interface_property avalon_int_sram_slave holdTime 0
set_interface_property avalon_int_sram_slave isMemoryDevice false
set_interface_property avalon_int_sram_slave isNonVolatileStorage false
set_interface_property avalon_int_sram_slave linewrapBursts false
set_interface_property avalon_int_sram_slave maximumPendingReadTransactions 0
set_interface_property avalon_int_sram_slave printableDevice false
set_interface_property avalon_int_sram_slave readLatency 0
set_interface_property avalon_int_sram_slave readWaitTime 1
set_interface_property avalon_int_sram_slave setupTime 0
set_interface_property avalon_int_sram_slave timingUnits Cycles
set_interface_property avalon_int_sram_slave writeWaitTime 0
set_interface_property avalon_int_sram_slave ENABLED true
add_interface_port avalon_int_sram_slave ADDR address Input 16
add_interface_port avalon_int_sram_slave DATA_O readdata Output 16
add_interface_port avalon_int_sram_slave DATA_I writedata Input 16
add_interface_port avalon_int_sram_slave DEN byteenable_n Input 2
add_interface_port avalon_int_sram_slave CS chipselect_n Input 1
add_interface_port avalon_int_sram_slave WE write_n Input 1
add_interface_port avalon_int_sram_slave WREQ waitrequest_n Output 1
# |
# +-----------------------------------
# +-----------------------------------
# | connection point clock_sink
# |
add_interface clock_sink clock end
set_interface_property clock_sink clockRate 0
set_interface_property clock_sink ENABLED true
add_interface_port clock_sink CLK clk Input 1
# |
# +-----------------------------------