46 input bit read_not_write,
47 input bit write_enable,
48 input bit[64] write_data,
49 output bit[64] data_out )
51 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
52 timing from rising clock sram_clock data_out;
59 input bit read_not_write,
60 input bit[45] write_data,
61 output bit[45] data_out )
63 timing to rising clock sram_clock select, address, read_not_write, write_data;
64 timing from rising clock sram_clock data_out;
71 input bit read_not_write,
72 input bit[7] write_data,
73 output bit[7] data_out )
75 timing to rising clock sram_clock select, address, read_not_write, write_data;
76 timing from rising clock sram_clock data_out;
83 input bit read_not_write,
84 input bit[40] write_data,
85 output bit[40] data_out )
87 timing to rising clock sram_clock select, address, read_not_write, write_data;
88 timing from rising clock sram_clock data_out;
94 input bit[14] address,
95 input bit read_not_write,
96 input bit write_enable,
97 input bit[8] write_data,
98 output bit[8] data_out )
100 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
101 timing from rising clock sram_clock data_out;
107 input bit[16] address,
108 input bit read_not_write,
109 input bit write_enable,
110 input bit[8] write_data,
111 output bit[8] data_out )
113 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
114 timing from rising clock sram_clock data_out;
120 input bit[14] address,
121 input bit write_enable,
122 input bit read_not_write,
123 input bit[32] write_data,
124 output bit[32] data_out )
126 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
127 timing from rising clock sram_clock data_out;
133 input bit[14] address,
134 input bit read_not_write,
135 input bit[4] write_enable,
136 input bit[32] write_data,
137 output bit[32] data_out )
139 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
140 timing from rising clock sram_clock data_out;
146 input bit[14] address,
147 input bit read_not_write,
148 input bit[40] write_data,
149 output bit[40] data_out )
151 timing to rising clock sram_clock select, address, read_not_write, write_data;
152 timing from rising clock sram_clock data_out;
158 input bit[15] address,
159 input bit read_not_write,
160 input bit write_enable,
161 input bit[64] write_data,
162 output bit[64] data_out )
164 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
165 timing from rising clock sram_clock data_out;
171 input bit[15] address,
172 input bit read_not_write,
173 input bit write_enable,
174 input bit[32] write_data,
175 output bit[32] data_out )
177 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
178 timing from rising clock sram_clock data_out;
184 input bit[16] address,
185 input bit read_not_write,
186 input bit write_enable,
187 input bit[32] write_data,
188 output bit[32] data_out )
190 timing to rising clock sram_clock select, address, read_not_write, write_data, write_enable;
191 timing from rising clock sram_clock data_out;
197 input bit[14] address_0,
198 input bit read_not_write_0,
199 input bit[48] write_data_0,
200 output bit[48] data_out_0,
204 input bit[14] address_1,
205 input bit read_not_write_1,
206 input bit[48] write_data_1,
207 output bit[48] data_out_1)
209 timing to rising clock sram_clock_0 select_0, address_0, read_not_write_0, write_data_0;
210 timing from rising clock sram_clock_0 data_out_0;
211 timing to rising clock sram_clock_1 select_1, address_1, read_not_write_1, write_data_1;
212 timing from rising clock sram_clock_1 data_out_1;
218 input bit[14] address_0,
219 input bit read_not_write_0,
220 input bit[8] write_data_0,
221 output bit[8] data_out_0,
225 input bit[14] address_1,
226 input bit read_not_write_1,
227 input bit[8] write_data_1,
228 output bit[8] data_out_1)
230 timing to rising clock sram_clock_0 select_0, address_0, read_not_write_0, write_data_0;
231 timing from rising clock sram_clock_0 data_out_0;
232 timing to rising clock sram_clock_1 select_1, address_1, read_not_write_1, write_data_1;
233 timing from rising clock sram_clock_1 data_out_1;
module se_sram_srw_32768x32(clock sram_clock, input bit select, input bit[15] address, input bit read_not_write, input bit write_enable, input bit[32] write_data, output bit[32] data_out)
Definition: srams.h:169
bit valid
Definition: srams.h:36
module se_sram_srw_16384x8(clock sram_clock, input bit select, input bit[14] address, input bit read_not_write, input bit write_enable, input bit[8] write_data, output bit[8] data_out)
Definition: srams.h:92
bit[4] id
Definition: srams.h:25
bit ack
Definition: srams.h:35
module se_sram_srw_16384x32(clock sram_clock, input bit select, input bit[14] address, input bit write_enable, input bit read_not_write, input bit[32] write_data, output bit[32] data_out)
Definition: srams.h:118
module se_sram_srw_256x7(clock sram_clock, input bit select, input bit[8] address, input bit read_not_write, input bit[7] write_data, output bit[7] data_out)
Definition: srams.h:68
module se_sram_srw_16384x40(clock sram_clock, input bit select, input bit[14] address, input bit read_not_write, input bit[40] write_data, output bit[40] data_out)
Definition: srams.h:144
module se_sram_srw_32768x64(clock sram_clock, input bit select, input bit[15] address, input bit read_not_write, input bit write_enable, input bit[64] write_data, output bit[64] data_out)
Definition: srams.h:156
module se_sram_mrw_2_16384x48(clock sram_clock_0, input bit select_0, input bit[14] address_0, input bit read_not_write_0, input bit[48] write_data_0, output bit[48] data_out_0, clock sram_clock_1, input bit select_1, input bit[14] address_1, input bit read_not_write_1, input bit[48] write_data_1, output bit[48] data_out_1)
Definition: srams.h:195
bit[8] byte_enable
Definition: srams.h:27
bit valid
Definition: srams.h:24
module se_sram_srw_65536x32(clock sram_clock, input bit select, input bit[16] address, input bit read_not_write, input bit write_enable, input bit[32] write_data, output bit[32] data_out)
Definition: srams.h:182
bit[64] data
Definition: srams.h:38
module se_sram_srw_256x40(clock sram_clock, input bit select, input bit[8] address, input bit read_not_write, input bit[40] write_data, output bit[40] data_out)
Definition: srams.h:80
bit[64] write_data
Definition: srams.h:29
module se_sram_mrw_2_16384x8(clock sram_clock_0, input bit select_0, input bit[14] address_0, input bit read_not_write_0, input bit[8] write_data_0, output bit[8] data_out_0, clock sram_clock_1, input bit select_1, input bit[14] address_1, input bit read_not_write_1, input bit[8] write_data_1, output bit[8] data_out_1)
Definition: srams.h:216
bit read_not_write
Definition: srams.h:26
module se_sram_srw_65536x8(clock sram_clock, input bit select, input bit[16] address, input bit read_not_write, input bit write_enable, input bit[8] write_data, output bit[8] data_out)
Definition: srams.h:105
module se_sram_srw_128x64(clock sram_clock, input bit select, input bit[7] address, input bit read_not_write, input bit write_enable, input bit[64] write_data, output bit[64] data_out)
Definition: srams.h:43
module se_sram_srw_128x45(clock sram_clock, input bit select, input bit[7] address, input bit read_not_write, input bit[45] write_data, output bit[45] data_out)
Definition: srams.h:56
bit[32] address
Definition: srams.h:28
bit[4] id
Definition: srams.h:37
module se_sram_srw_16384x32_we8(clock sram_clock, input bit select, input bit[14] address, input bit read_not_write, input bit[4] write_enable, input bit[32] write_data, output bit[32] data_out)
Definition: srams.h:131