lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
| 4 | // |
| 5 | // ------------------- W A R N I N G: A U T O - G E N E R A T E D C O D E !! -------------------// |
| 6 | // PLEASE DO NOT HAND-EDIT THIS FILE. IT HAS BEEN AUTO-GENERATED WITH THE FOLLOWING COMMAND: |
Michael Schaffner | 7f13496 | 2019-11-03 12:44:50 -0800 | [diff] [blame] | 7 | // util/topgen.py -t hw/top_earlgrey/data/top_earlgrey.hjson --hjson-only -o hw/top_earlgrey/ |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 8 | { |
| 9 | name: earlgrey |
| 10 | type: top |
| 11 | datawidth: "32" |
| 12 | clocks: |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 13 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 14 | hier_paths: |
| 15 | { |
| 16 | top: clkmgr_clocks. |
| 17 | ext: "" |
| 18 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 19 | srcs: |
| 20 | [ |
| 21 | { |
| 22 | name: main |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 23 | aon: no |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 24 | freq: "100000000" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 25 | derived: no |
| 26 | params: {} |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 27 | } |
| 28 | { |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 29 | name: io |
| 30 | aon: no |
Timothy Chen | e896d0c | 2020-08-20 11:11:09 -0700 | [diff] [blame] | 31 | freq: "96000000" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 32 | derived: no |
| 33 | params: {} |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 34 | } |
| 35 | { |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 36 | name: usb |
| 37 | aon: no |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 38 | freq: "48000000" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 39 | derived: no |
| 40 | params: {} |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 41 | } |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 42 | { |
| 43 | name: aon |
| 44 | aon: yes |
| 45 | freq: "200000" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 46 | derived: no |
| 47 | params: {} |
| 48 | } |
| 49 | ] |
| 50 | derived_srcs: |
| 51 | [ |
| 52 | { |
| 53 | name: io_div2 |
| 54 | aon: no |
| 55 | div: 2 |
| 56 | src: io |
Timothy Chen | e896d0c | 2020-08-20 11:11:09 -0700 | [diff] [blame] | 57 | freq: "48000000" |
| 58 | } |
| 59 | { |
| 60 | name: io_div4 |
| 61 | aon: no |
| 62 | div: 4 |
| 63 | src: io |
| 64 | freq: "24000000" |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 65 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 66 | ] |
| 67 | groups: |
| 68 | [ |
| 69 | { |
| 70 | name: powerup |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 71 | src: top |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 72 | sw_cg: no |
| 73 | unique: no |
| 74 | clocks: |
| 75 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 76 | clk_io_div4_powerup: io_div4 |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 77 | clk_aon_powerup: aon |
| 78 | clk_main_powerup: main |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 79 | clk_io_powerup: io |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 80 | clk_usb_powerup: usb |
| 81 | clk_io_div2_powerup: io_div2 |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 82 | } |
| 83 | } |
| 84 | { |
| 85 | name: trans |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 86 | src: top |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 87 | sw_cg: hint |
| 88 | unique: yes |
| 89 | clocks: |
| 90 | { |
| 91 | clk_main_aes: main |
| 92 | clk_main_hmac: main |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 93 | clk_main_otbn: main |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 94 | } |
| 95 | } |
| 96 | { |
| 97 | name: infra |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 98 | src: top |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 99 | sw_cg: no |
| 100 | unique: no |
| 101 | clocks: |
| 102 | { |
| 103 | clk_main_infra: main |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 104 | clk_io_div4_infra: io_div4 |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 105 | } |
| 106 | } |
| 107 | { |
| 108 | name: secure |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 109 | src: top |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 110 | sw_cg: no |
| 111 | unique: no |
| 112 | clocks: |
| 113 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 114 | clk_io_div4_secure: io_div4 |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 115 | clk_main_secure: main |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 116 | clk_aon_secure: aon |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 117 | } |
| 118 | } |
| 119 | { |
| 120 | name: peri |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 121 | src: top |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 122 | sw_cg: yes |
| 123 | unique: no |
| 124 | clocks: |
| 125 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 126 | clk_io_div4_peri: io_div4 |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 127 | clk_usb_peri: usb |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 128 | } |
| 129 | } |
| 130 | { |
| 131 | name: timers |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 132 | src: top |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 133 | sw_cg: no |
| 134 | unique: no |
| 135 | clocks: |
| 136 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 137 | clk_io_div4_timers: io_div4 |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 138 | } |
| 139 | } |
| 140 | { |
| 141 | name: proc |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 142 | src: no |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 143 | sw_cg: no |
| 144 | unique: no |
| 145 | clocks: |
| 146 | { |
| 147 | clk_proc_main: main |
| 148 | } |
| 149 | } |
| 150 | ] |
| 151 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 152 | resets: |
Timothy Chen | 692895e | 2020-08-19 15:40:17 -0700 | [diff] [blame] | 153 | { |
| 154 | hier_paths: |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 155 | { |
Timothy Chen | 692895e | 2020-08-19 15:40:17 -0700 | [diff] [blame] | 156 | top: rstmgr_resets. |
| 157 | ext: "" |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 158 | } |
Timothy Chen | 692895e | 2020-08-19 15:40:17 -0700 | [diff] [blame] | 159 | nodes: |
| 160 | [ |
| 161 | { |
| 162 | name: rst_ni |
| 163 | gen: false |
| 164 | type: ext |
| 165 | } |
| 166 | { |
| 167 | name: por_aon |
| 168 | gen: false |
| 169 | type: top |
| 170 | parent: rst_ni |
| 171 | clk: aon |
| 172 | } |
| 173 | { |
| 174 | name: lc_src |
| 175 | gen: false |
| 176 | type: int |
| 177 | parent: por |
| 178 | clk: io_div2 |
| 179 | } |
| 180 | { |
| 181 | name: sys_src |
| 182 | gen: false |
| 183 | type: int |
| 184 | parent: por |
| 185 | clk: io_div2 |
| 186 | } |
| 187 | { |
| 188 | name: por |
| 189 | gen: true |
| 190 | type: top |
| 191 | parent: por_aon |
| 192 | clk: main |
| 193 | } |
| 194 | { |
| 195 | name: por_io |
| 196 | gen: true |
| 197 | type: top |
| 198 | parent: por_aon |
| 199 | clk: io |
| 200 | } |
| 201 | { |
| 202 | name: por_io_div2 |
| 203 | gen: true |
| 204 | type: top |
| 205 | parent: por_aon |
| 206 | clk: io_div2 |
| 207 | } |
| 208 | { |
Timothy Chen | e896d0c | 2020-08-20 11:11:09 -0700 | [diff] [blame] | 209 | name: por_io_div4 |
| 210 | gen: true |
| 211 | type: top |
| 212 | parent: por_aon |
| 213 | clk: io_div4 |
| 214 | } |
| 215 | { |
Timothy Chen | 692895e | 2020-08-19 15:40:17 -0700 | [diff] [blame] | 216 | name: por_usb |
| 217 | gen: true |
| 218 | type: top |
| 219 | parent: por_aon |
| 220 | clk: usb |
| 221 | } |
| 222 | { |
| 223 | name: lc |
| 224 | gen: true |
| 225 | type: top |
| 226 | domain: "0" |
| 227 | parent: lc_src |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 228 | clk: main |
| 229 | } |
| 230 | { |
| 231 | name: lc_io |
| 232 | gen: true |
| 233 | type: top |
| 234 | domain: "0" |
| 235 | parent: lc_src |
| 236 | clk: io_div4 |
Timothy Chen | 692895e | 2020-08-19 15:40:17 -0700 | [diff] [blame] | 237 | } |
| 238 | { |
| 239 | name: sys |
| 240 | gen: true |
| 241 | type: top |
| 242 | domain: "0" |
| 243 | parent: sys_src |
| 244 | clk: main |
| 245 | } |
| 246 | { |
| 247 | name: sys_io |
| 248 | gen: true |
| 249 | type: top |
| 250 | domain: "0" |
| 251 | parent: sys_src |
| 252 | clk: io_div2 |
| 253 | } |
| 254 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 255 | name: sys_io_div4 |
| 256 | gen: true |
| 257 | type: top |
| 258 | domain: "0" |
| 259 | parent: sys_src |
| 260 | clk: io_div4 |
| 261 | } |
| 262 | { |
Timothy Chen | 692895e | 2020-08-19 15:40:17 -0700 | [diff] [blame] | 263 | name: sys_aon |
| 264 | gen: true |
| 265 | type: top |
| 266 | domain: "0" |
| 267 | parent: sys_src |
| 268 | clk: aon |
| 269 | } |
| 270 | { |
| 271 | name: spi_device |
| 272 | gen: true |
| 273 | type: top |
| 274 | domain: "0" |
| 275 | parent: sys_src |
| 276 | clk: io_div2 |
| 277 | sw: 1 |
| 278 | } |
| 279 | { |
| 280 | name: usb |
| 281 | gen: true |
| 282 | type: top |
| 283 | domain: "0" |
| 284 | parent: sys_src |
| 285 | clk: usb |
| 286 | sw: 1 |
| 287 | } |
| 288 | ] |
| 289 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 290 | num_cores: "1" |
| 291 | module: |
| 292 | [ |
| 293 | { |
| 294 | name: uart |
| 295 | type: uart |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 296 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 297 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 298 | clk_i: io_div4 |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 299 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 300 | reset_connections: |
| 301 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 302 | rst_ni: sys_io_div4 |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 303 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 304 | base_addr: 0x40000000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 305 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 306 | clock_group: secure |
| 307 | clock_connections: |
| 308 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 309 | clk_i: clkmgr_clocks.clk_io_div4_secure |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 310 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 311 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 312 | bus_device: tlul |
| 313 | bus_host: none |
| 314 | available_input_list: |
| 315 | [ |
| 316 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 317 | name: rx |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 318 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 319 | type: input |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 320 | } |
| 321 | ] |
| 322 | available_output_list: |
| 323 | [ |
| 324 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 325 | name: tx |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 326 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 327 | type: output |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 328 | } |
| 329 | ] |
| 330 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 331 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 332 | interrupt_list: |
| 333 | [ |
| 334 | { |
| 335 | name: tx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 336 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 337 | bits: "0" |
| 338 | bitinfo: |
| 339 | [ |
| 340 | 1 |
| 341 | 1 |
| 342 | 0 |
| 343 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 344 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 345 | } |
| 346 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 347 | name: rx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 348 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 349 | bits: "1" |
| 350 | bitinfo: |
| 351 | [ |
| 352 | 2 |
| 353 | 1 |
| 354 | 1 |
| 355 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 356 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 357 | } |
| 358 | { |
Timothy Chen | 087d4f4 | 2019-12-27 16:04:46 -0800 | [diff] [blame] | 359 | name: tx_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 360 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 361 | bits: "2" |
| 362 | bitinfo: |
| 363 | [ |
| 364 | 4 |
| 365 | 1 |
| 366 | 2 |
| 367 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 368 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 369 | } |
| 370 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 371 | name: rx_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 372 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 373 | bits: "3" |
| 374 | bitinfo: |
| 375 | [ |
| 376 | 8 |
| 377 | 1 |
| 378 | 3 |
| 379 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 380 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 381 | } |
| 382 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 383 | name: rx_frame_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 384 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 385 | bits: "4" |
| 386 | bitinfo: |
| 387 | [ |
| 388 | 16 |
| 389 | 1 |
| 390 | 4 |
| 391 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 392 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 393 | } |
| 394 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 395 | name: rx_break_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 396 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 397 | bits: "5" |
| 398 | bitinfo: |
| 399 | [ |
| 400 | 32 |
| 401 | 1 |
| 402 | 5 |
| 403 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 404 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 405 | } |
| 406 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 407 | name: rx_timeout |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 408 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 409 | bits: "6" |
| 410 | bitinfo: |
| 411 | [ |
| 412 | 64 |
| 413 | 1 |
| 414 | 6 |
| 415 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 416 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 417 | } |
| 418 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 419 | name: rx_parity_err |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 420 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 421 | bits: "7" |
| 422 | bitinfo: |
| 423 | [ |
| 424 | 128 |
| 425 | 1 |
| 426 | 7 |
| 427 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 428 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 429 | } |
| 430 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 431 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 432 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 433 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 434 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 435 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 436 | inter_signal_list: |
| 437 | [ |
| 438 | { |
| 439 | struct: tl |
| 440 | package: tlul_pkg |
| 441 | type: req_rsp |
| 442 | act: rsp |
| 443 | name: tl |
| 444 | inst_name: uart |
| 445 | width: 1 |
| 446 | default: "" |
| 447 | top_signame: uart_tl |
| 448 | index: -1 |
| 449 | } |
| 450 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 451 | } |
| 452 | { |
| 453 | name: gpio |
| 454 | type: gpio |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 455 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 456 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 457 | clk_i: io_div4 |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 458 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 459 | clock_group: peri |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 460 | reset_connections: |
| 461 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 462 | rst_ni: sys_io_div4 |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 463 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 464 | base_addr: 0x40010000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 465 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 466 | clock_connections: |
| 467 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 468 | clk_i: clkmgr_clocks.clk_io_div4_peri |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 469 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 470 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 471 | bus_device: tlul |
| 472 | bus_host: none |
| 473 | available_input_list: [] |
| 474 | available_output_list: [] |
| 475 | available_inout_list: |
| 476 | [ |
| 477 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 478 | name: gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 479 | width: 32 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 480 | type: inout |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 481 | } |
| 482 | ] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 483 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 484 | interrupt_list: |
| 485 | [ |
| 486 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 487 | name: gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 488 | width: 32 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 489 | bits: 31:0 |
| 490 | bitinfo: |
| 491 | [ |
| 492 | 4294967295 |
| 493 | 32 |
| 494 | 0 |
| 495 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 496 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 497 | } |
| 498 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 499 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 500 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 501 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 502 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 503 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 504 | inter_signal_list: |
| 505 | [ |
| 506 | { |
| 507 | struct: tl |
| 508 | package: tlul_pkg |
| 509 | type: req_rsp |
| 510 | act: rsp |
| 511 | name: tl |
| 512 | inst_name: gpio |
| 513 | width: 1 |
| 514 | default: "" |
| 515 | top_signame: gpio_tl |
| 516 | index: -1 |
| 517 | } |
| 518 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 519 | } |
| 520 | { |
| 521 | name: spi_device |
| 522 | type: spi_device |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 523 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 524 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 525 | clk_i: io_div4 |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 526 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 527 | clock_group: peri |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 528 | reset_connections: |
| 529 | { |
| 530 | rst_ni: spi_device |
| 531 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 532 | base_addr: 0x40020000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 533 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 534 | clock_connections: |
| 535 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 536 | clk_i: clkmgr_clocks.clk_io_div4_peri |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 537 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 538 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 539 | bus_device: tlul |
| 540 | bus_host: none |
| 541 | available_input_list: |
| 542 | [ |
| 543 | { |
| 544 | name: sck |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 545 | width: 1 |
| 546 | type: input |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 547 | } |
| 548 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 549 | name: csb |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 550 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 551 | type: input |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 552 | } |
| 553 | { |
Scott Johnson | fe79c4b | 2020-07-08 10:31:08 -0700 | [diff] [blame] | 554 | name: sdi |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 555 | width: 1 |
| 556 | type: input |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 557 | } |
| 558 | ] |
| 559 | available_output_list: |
| 560 | [ |
| 561 | { |
Scott Johnson | fe79c4b | 2020-07-08 10:31:08 -0700 | [diff] [blame] | 562 | name: sdo |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 563 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 564 | type: output |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 565 | } |
| 566 | ] |
| 567 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 568 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 569 | interrupt_list: |
| 570 | [ |
| 571 | { |
Eunchan Kim | 8c57fe3 | 2019-09-02 21:14:24 -0700 | [diff] [blame] | 572 | name: rxf |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 573 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 574 | bits: "0" |
| 575 | bitinfo: |
| 576 | [ |
| 577 | 1 |
| 578 | 1 |
| 579 | 0 |
| 580 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 581 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 582 | } |
| 583 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 584 | name: rxlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 585 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 586 | bits: "1" |
| 587 | bitinfo: |
| 588 | [ |
| 589 | 2 |
| 590 | 1 |
| 591 | 1 |
| 592 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 593 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 594 | } |
| 595 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 596 | name: txlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 597 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 598 | bits: "2" |
| 599 | bitinfo: |
| 600 | [ |
| 601 | 4 |
| 602 | 1 |
| 603 | 2 |
| 604 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 605 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 606 | } |
| 607 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 608 | name: rxerr |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 609 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 610 | bits: "3" |
| 611 | bitinfo: |
| 612 | [ |
| 613 | 8 |
| 614 | 1 |
| 615 | 3 |
| 616 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 617 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 618 | } |
| 619 | { |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 620 | name: rxoverflow |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 621 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 622 | bits: "4" |
| 623 | bitinfo: |
| 624 | [ |
| 625 | 16 |
| 626 | 1 |
| 627 | 4 |
| 628 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 629 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 630 | } |
| 631 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 632 | name: txunderflow |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 633 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 634 | bits: "5" |
| 635 | bitinfo: |
| 636 | [ |
| 637 | 32 |
| 638 | 1 |
| 639 | 5 |
| 640 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 641 | type: interrupt |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 642 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 643 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 644 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 645 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 646 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 647 | scan: "true" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 648 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 649 | inter_signal_list: |
| 650 | [ |
| 651 | { |
| 652 | struct: tl |
| 653 | package: tlul_pkg |
| 654 | type: req_rsp |
| 655 | act: rsp |
| 656 | name: tl |
| 657 | inst_name: spi_device |
| 658 | width: 1 |
| 659 | default: "" |
| 660 | top_signame: spi_device_tl |
| 661 | index: -1 |
| 662 | } |
| 663 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 664 | } |
| 665 | { |
| 666 | name: flash_ctrl |
| 667 | type: flash_ctrl |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 668 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 669 | { |
| 670 | clk_i: main |
| 671 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 672 | clock_group: infra |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 673 | reset_connections: |
| 674 | { |
| 675 | rst_ni: lc |
| 676 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 677 | base_addr: 0x40030000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 678 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 679 | clock_connections: |
| 680 | { |
| 681 | clk_i: clkmgr_clocks.clk_main_infra |
| 682 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 683 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 684 | bus_device: tlul |
| 685 | bus_host: none |
| 686 | available_input_list: [] |
| 687 | available_output_list: [] |
| 688 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 689 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 690 | interrupt_list: |
| 691 | [ |
| 692 | { |
| 693 | name: prog_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 694 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 695 | bits: "0" |
| 696 | bitinfo: |
| 697 | [ |
| 698 | 1 |
| 699 | 1 |
| 700 | 0 |
| 701 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 702 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 703 | } |
| 704 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 705 | name: prog_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 706 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 707 | bits: "1" |
| 708 | bitinfo: |
| 709 | [ |
| 710 | 2 |
| 711 | 1 |
| 712 | 1 |
| 713 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 714 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 715 | } |
| 716 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 717 | name: rd_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 718 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 719 | bits: "2" |
| 720 | bitinfo: |
| 721 | [ |
| 722 | 4 |
| 723 | 1 |
| 724 | 2 |
| 725 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 726 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 727 | } |
| 728 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 729 | name: rd_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 730 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 731 | bits: "3" |
| 732 | bitinfo: |
| 733 | [ |
| 734 | 8 |
| 735 | 1 |
| 736 | 3 |
| 737 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 738 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 739 | } |
| 740 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 741 | name: op_done |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 742 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 743 | bits: "4" |
| 744 | bitinfo: |
| 745 | [ |
| 746 | 16 |
| 747 | 1 |
| 748 | 4 |
| 749 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 750 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 751 | } |
| 752 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 753 | name: op_error |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 754 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 755 | bits: "5" |
| 756 | bitinfo: |
| 757 | [ |
| 758 | 32 |
| 759 | 1 |
| 760 | 5 |
| 761 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 762 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 763 | } |
| 764 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 765 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 766 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 767 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 768 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 769 | scan_reset: "false" |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 770 | inter_signal_list: |
| 771 | [ |
| 772 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 773 | struct: flash |
| 774 | type: req_rsp |
| 775 | name: flash |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 776 | act: req |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 777 | package: flash_ctrl_pkg |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 778 | inst_name: flash_ctrl |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 779 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 780 | default: "" |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 781 | top_signame: flash_ctrl_flash |
| 782 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 783 | } |
Timothy Chen | ac62065 | 2020-06-25 13:48:50 -0700 | [diff] [blame] | 784 | { |
| 785 | struct: otp_flash |
| 786 | type: uni |
| 787 | name: otp |
| 788 | act: rcv |
| 789 | package: flash_ctrl_pkg |
| 790 | inst_name: flash_ctrl |
| 791 | index: -1 |
| 792 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 793 | { |
Timothy Chen | 163ba93 | 2020-09-11 15:54:37 -0700 | [diff] [blame] | 794 | struct: lc_flash |
| 795 | type: req_rsp |
| 796 | name: lc |
| 797 | act: rsp |
| 798 | package: flash_ctrl_pkg |
| 799 | inst_name: flash_ctrl |
| 800 | index: -1 |
| 801 | } |
| 802 | { |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 803 | struct: edn_entropy |
Timothy Chen | 163ba93 | 2020-09-11 15:54:37 -0700 | [diff] [blame] | 804 | type: uni |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 805 | name: edn |
Timothy Chen | 163ba93 | 2020-09-11 15:54:37 -0700 | [diff] [blame] | 806 | act: rcv |
| 807 | package: flash_ctrl_pkg |
| 808 | inst_name: flash_ctrl |
| 809 | index: -1 |
| 810 | } |
| 811 | { |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 812 | struct: pwr_flash |
| 813 | type: req_rsp |
| 814 | name: pwrmgr |
| 815 | act: rsp |
| 816 | package: pwrmgr_pkg |
| 817 | inst_name: flash_ctrl |
| 818 | width: 1 |
| 819 | default: "" |
| 820 | top_signame: pwrmgr_pwr_flash |
| 821 | index: -1 |
| 822 | } |
| 823 | { |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 824 | struct: keymgr_flash |
| 825 | type: uni |
| 826 | name: keymgr |
| 827 | act: req |
| 828 | package: flash_ctrl_pkg |
| 829 | inst_name: flash_ctrl |
| 830 | width: 1 |
| 831 | default: "" |
| 832 | top_type: broadcast |
| 833 | top_signame: flash_ctrl_keymgr |
| 834 | index: -1 |
| 835 | } |
| 836 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 837 | struct: tl |
| 838 | package: tlul_pkg |
| 839 | type: req_rsp |
| 840 | act: rsp |
| 841 | name: tl |
| 842 | inst_name: flash_ctrl |
| 843 | width: 1 |
| 844 | default: "" |
| 845 | top_signame: flash_ctrl_tl |
| 846 | index: -1 |
| 847 | } |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 848 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 849 | } |
| 850 | { |
| 851 | name: rv_timer |
| 852 | type: rv_timer |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 853 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 854 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 855 | clk_i: io_div4 |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 856 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 857 | clock_group: timers |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 858 | reset_connections: |
| 859 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 860 | rst_ni: sys_io_div4 |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 861 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 862 | base_addr: 0x40080000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 863 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 864 | clock_connections: |
| 865 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 866 | clk_i: clkmgr_clocks.clk_io_div4_timers |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 867 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 868 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 869 | bus_device: tlul |
| 870 | bus_host: none |
| 871 | available_input_list: [] |
| 872 | available_output_list: [] |
| 873 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 874 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 875 | interrupt_list: |
| 876 | [ |
| 877 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 878 | name: timer_expired_0_0 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 879 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 880 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 881 | } |
| 882 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 883 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 884 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 885 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 886 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 887 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 888 | inter_signal_list: |
| 889 | [ |
| 890 | { |
| 891 | struct: tl |
| 892 | package: tlul_pkg |
| 893 | type: req_rsp |
| 894 | act: rsp |
| 895 | name: tl |
| 896 | inst_name: rv_timer |
| 897 | width: 1 |
| 898 | default: "" |
| 899 | top_signame: rv_timer_tl |
| 900 | index: -1 |
| 901 | } |
| 902 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 903 | } |
| 904 | { |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 905 | name: aes |
| 906 | type: aes |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 907 | clock_srcs: |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 908 | { |
| 909 | clk_i: main |
| 910 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 911 | clock_group: trans |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 912 | reset_connections: |
| 913 | { |
| 914 | rst_ni: sys |
| 915 | } |
| 916 | base_addr: 0x40110000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 917 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 918 | clock_connections: |
| 919 | { |
| 920 | clk_i: clkmgr_clocks.clk_main_aes |
| 921 | } |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 922 | size: 0x1000 |
| 923 | bus_device: tlul |
| 924 | bus_host: none |
| 925 | available_input_list: [] |
| 926 | available_output_list: [] |
| 927 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 928 | param_list: |
| 929 | [ |
| 930 | { |
Pirmin Vogel | c32adb3 | 2020-09-21 14:13:27 +0200 | [diff] [blame] | 931 | name: AES192Enable |
| 932 | type: bit |
| 933 | default: 1'b1 |
| 934 | local: "false" |
| 935 | expose: "false" |
| 936 | name_top: AesAES192Enable |
| 937 | } |
| 938 | { |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 939 | name: Masking |
| 940 | type: bit |
| 941 | default: 1'b0 |
| 942 | local: "false" |
| 943 | expose: "true" |
| 944 | name_top: AesMasking |
| 945 | } |
| 946 | { |
| 947 | name: SBoxImpl |
| 948 | type: aes_pkg::sbox_impl_e |
| 949 | default: aes_pkg::SBoxImplLut |
| 950 | local: "false" |
| 951 | expose: "true" |
| 952 | name_top: AesSBoxImpl |
| 953 | } |
| 954 | { |
| 955 | name: SecStartTriggerDelay |
| 956 | type: int unsigned |
| 957 | default: "0" |
| 958 | local: "false" |
| 959 | expose: "true" |
| 960 | name_top: SecAesStartTriggerDelay |
| 961 | } |
Pirmin Vogel | c32adb3 | 2020-09-21 14:13:27 +0200 | [diff] [blame] | 962 | { |
| 963 | name: AlertAsyncOn |
| 964 | type: logic [aes_reg_pkg::NumAlerts-1:0] |
| 965 | default: "{aes_reg_pkg::NumAlerts{1'b1}}" |
| 966 | local: "false" |
| 967 | expose: "false" |
| 968 | name_top: AesAlertAsyncOn |
| 969 | } |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 970 | ] |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 971 | interrupt_list: [] |
Pirmin Vogel | be4bcb7 | 2020-04-17 14:43:45 +0200 | [diff] [blame] | 972 | alert_list: |
| 973 | [ |
| 974 | { |
Pirmin Vogel | 3dc24fc | 2020-07-29 19:51:22 +0200 | [diff] [blame] | 975 | name: ctrl_err_update |
| 976 | width: 1 |
| 977 | type: alert |
| 978 | async: 0 |
| 979 | } |
| 980 | { |
| 981 | name: ctrl_err_storage |
Pirmin Vogel | be4bcb7 | 2020-04-17 14:43:45 +0200 | [diff] [blame] | 982 | width: 1 |
| 983 | type: alert |
| 984 | async: 0 |
| 985 | } |
| 986 | ] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 987 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 988 | reset_request_list: [] |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 989 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 990 | scan_reset: "false" |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 991 | inter_signal_list: |
| 992 | [ |
| 993 | { |
| 994 | name: idle |
| 995 | type: uni |
| 996 | act: req |
| 997 | package: "" |
| 998 | struct: logic |
| 999 | width: 1 |
| 1000 | inst_name: aes |
| 1001 | default: "" |
| 1002 | top_signame: aes_idle |
| 1003 | index: -1 |
| 1004 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1005 | { |
| 1006 | struct: tl |
| 1007 | package: tlul_pkg |
| 1008 | type: req_rsp |
| 1009 | act: rsp |
| 1010 | name: tl |
| 1011 | inst_name: aes |
| 1012 | width: 1 |
| 1013 | default: "" |
| 1014 | top_signame: aes_tl |
| 1015 | index: -1 |
| 1016 | } |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 1017 | ] |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 1018 | } |
| 1019 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1020 | name: hmac |
| 1021 | type: hmac |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1022 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 1023 | { |
| 1024 | clk_i: main |
| 1025 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1026 | clock_group: trans |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 1027 | reset_connections: |
| 1028 | { |
| 1029 | rst_ni: sys |
| 1030 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1031 | base_addr: 0x40120000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1032 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1033 | clock_connections: |
| 1034 | { |
| 1035 | clk_i: clkmgr_clocks.clk_main_hmac |
| 1036 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1037 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1038 | bus_device: tlul |
| 1039 | bus_host: none |
| 1040 | available_input_list: [] |
| 1041 | available_output_list: [] |
| 1042 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1043 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1044 | interrupt_list: |
| 1045 | [ |
| 1046 | { |
| 1047 | name: hmac_done |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1048 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1049 | bits: "0" |
| 1050 | bitinfo: |
| 1051 | [ |
| 1052 | 1 |
| 1053 | 1 |
| 1054 | 0 |
| 1055 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1056 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1057 | } |
| 1058 | { |
Eunchan Kim | d9d69aa | 2020-03-20 10:21:11 -0700 | [diff] [blame] | 1059 | name: fifo_empty |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 1060 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1061 | bits: "1" |
| 1062 | bitinfo: |
| 1063 | [ |
| 1064 | 2 |
| 1065 | 1 |
| 1066 | 1 |
| 1067 | ] |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 1068 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1069 | } |
| 1070 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1071 | name: hmac_err |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1072 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1073 | bits: "2" |
| 1074 | bitinfo: |
| 1075 | [ |
| 1076 | 4 |
| 1077 | 1 |
| 1078 | 2 |
| 1079 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1080 | type: interrupt |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 1081 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1082 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1083 | alert_list: |
| 1084 | [ |
| 1085 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1086 | name: msg_push_sha_disabled |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1087 | width: 1 |
| 1088 | type: alert |
| 1089 | async: 0 |
| 1090 | } |
| 1091 | ] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1092 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1093 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 1094 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1095 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1096 | inter_signal_list: |
| 1097 | [ |
| 1098 | { |
| 1099 | struct: tl |
| 1100 | package: tlul_pkg |
| 1101 | type: req_rsp |
| 1102 | act: rsp |
| 1103 | name: tl |
| 1104 | inst_name: hmac |
| 1105 | width: 1 |
| 1106 | default: "" |
| 1107 | top_signame: hmac_tl |
| 1108 | index: -1 |
| 1109 | } |
| 1110 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1111 | } |
| 1112 | { |
| 1113 | name: rv_plic |
| 1114 | type: rv_plic |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1115 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 1116 | { |
| 1117 | clk_i: main |
| 1118 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1119 | clock_group: secure |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 1120 | reset_connections: |
| 1121 | { |
| 1122 | rst_ni: sys |
| 1123 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1124 | base_addr: 0x40090000 |
| 1125 | generated: "true" |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1126 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1127 | clock_connections: |
| 1128 | { |
| 1129 | clk_i: clkmgr_clocks.clk_main_secure |
| 1130 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1131 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1132 | bus_device: tlul |
| 1133 | bus_host: none |
| 1134 | available_input_list: [] |
| 1135 | available_output_list: [] |
| 1136 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1137 | param_list: [] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1138 | interrupt_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1139 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1140 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1141 | reset_request_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 1142 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1143 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1144 | inter_signal_list: |
| 1145 | [ |
| 1146 | { |
| 1147 | struct: tl |
| 1148 | package: tlul_pkg |
| 1149 | type: req_rsp |
| 1150 | act: rsp |
| 1151 | name: tl |
| 1152 | inst_name: rv_plic |
| 1153 | width: 1 |
| 1154 | default: "" |
| 1155 | top_signame: rv_plic_tl |
| 1156 | index: -1 |
| 1157 | } |
| 1158 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1159 | } |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1160 | { |
| 1161 | name: pinmux |
| 1162 | type: pinmux |
| 1163 | clock: main |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1164 | clock_srcs: |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1165 | { |
| 1166 | clk_i: main |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1167 | clk_aon_i: aon |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1168 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1169 | clock_group: secure |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1170 | reset_connections: |
| 1171 | { |
| 1172 | rst_ni: sys |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1173 | rst_aon_ni: sys_aon |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1174 | } |
| 1175 | base_addr: 0x40070000 |
| 1176 | generated: "true" |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1177 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1178 | clock_connections: |
| 1179 | { |
| 1180 | clk_i: clkmgr_clocks.clk_main_secure |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1181 | clk_aon_i: clkmgr_clocks.clk_aon_secure |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1182 | } |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1183 | size: 0x1000 |
| 1184 | bus_device: tlul |
| 1185 | bus_host: none |
| 1186 | available_input_list: [] |
| 1187 | available_output_list: [] |
| 1188 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1189 | param_list: [] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1190 | interrupt_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1191 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1192 | wakeup_list: |
| 1193 | [ |
| 1194 | { |
| 1195 | name: aon_wkup_req |
Timothy Chen | fa851de | 2020-08-27 17:10:37 -0700 | [diff] [blame] | 1196 | width: "1" |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1197 | } |
| 1198 | ] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1199 | reset_request_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1200 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1201 | scan_reset: "false" |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1202 | inter_signal_list: |
| 1203 | [ |
| 1204 | { |
Eunchan Kim | 4fce0a8 | 2020-07-07 21:19:28 -0700 | [diff] [blame] | 1205 | struct: lc_strap |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1206 | type: req_rsp |
| 1207 | name: lc_pinmux_strap |
| 1208 | act: rsp |
| 1209 | package: pinmux_pkg |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1210 | default: "'0" |
| 1211 | inst_name: pinmux |
| 1212 | index: -1 |
| 1213 | } |
| 1214 | { |
| 1215 | struct: dft_strap_test |
| 1216 | type: uni |
| 1217 | name: dft_strap_test |
| 1218 | act: req |
| 1219 | package: pinmux_pkg |
| 1220 | default: "'0" |
| 1221 | inst_name: pinmux |
| 1222 | index: -1 |
| 1223 | } |
| 1224 | { |
| 1225 | struct: io_pok |
| 1226 | type: uni |
| 1227 | name: io_pok |
| 1228 | act: rcv |
| 1229 | package: pinmux_pkg |
| 1230 | default: "{pinmux_pkg::NIOPokSignals{1'b1}}" |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1231 | inst_name: pinmux |
| 1232 | index: -1 |
| 1233 | } |
| 1234 | { |
| 1235 | struct: logic |
| 1236 | type: uni |
| 1237 | name: sleep_en |
| 1238 | act: rcv |
| 1239 | package: "" |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1240 | default: 1'b0 |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1241 | inst_name: pinmux |
| 1242 | index: -1 |
| 1243 | } |
| 1244 | { |
| 1245 | struct: logic |
| 1246 | type: uni |
| 1247 | name: aon_wkup_req |
| 1248 | act: req |
| 1249 | package: "" |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1250 | default: 1'b0 |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1251 | inst_name: pinmux |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1252 | width: 1 |
| 1253 | top_signame: pwrmgr_wakeups |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1254 | index: -1 |
| 1255 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1256 | { |
| 1257 | struct: tl |
| 1258 | package: tlul_pkg |
| 1259 | type: req_rsp |
| 1260 | act: rsp |
| 1261 | name: tl |
| 1262 | inst_name: pinmux |
| 1263 | width: 1 |
| 1264 | default: "" |
| 1265 | top_signame: pinmux_tl |
| 1266 | index: -1 |
| 1267 | } |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 1268 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1269 | } |
| 1270 | { |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 1271 | name: padctrl |
| 1272 | type: padctrl |
| 1273 | clock: main |
| 1274 | clock_srcs: |
| 1275 | { |
| 1276 | clk_i: main |
| 1277 | } |
| 1278 | clock_group: secure |
| 1279 | reset_connections: |
| 1280 | { |
| 1281 | rst_ni: sys |
| 1282 | } |
| 1283 | base_addr: 0x40160000 |
| 1284 | generated: "true" |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1285 | clock_reset_export: [] |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 1286 | clock_connections: |
| 1287 | { |
| 1288 | clk_i: clkmgr_clocks.clk_main_secure |
| 1289 | } |
| 1290 | size: 0x1000 |
| 1291 | bus_device: tlul |
| 1292 | bus_host: none |
| 1293 | available_input_list: [] |
| 1294 | available_output_list: [] |
| 1295 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1296 | param_list: [] |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 1297 | interrupt_list: [] |
| 1298 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1299 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1300 | reset_request_list: [] |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 1301 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1302 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1303 | inter_signal_list: |
| 1304 | [ |
| 1305 | { |
| 1306 | struct: tl |
| 1307 | package: tlul_pkg |
| 1308 | type: req_rsp |
| 1309 | act: rsp |
| 1310 | name: tl |
| 1311 | inst_name: padctrl |
| 1312 | width: 1 |
| 1313 | default: "" |
| 1314 | top_signame: padctrl_tl |
| 1315 | index: -1 |
| 1316 | } |
| 1317 | ] |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 1318 | } |
| 1319 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1320 | name: alert_handler |
| 1321 | type: alert_handler |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1322 | clock_srcs: |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1323 | { |
| 1324 | clk_i: main |
| 1325 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1326 | clock_group: secure |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1327 | reset_connections: |
| 1328 | { |
| 1329 | rst_ni: sys |
| 1330 | } |
| 1331 | base_addr: 0x40130000 |
| 1332 | generated: "true" |
| 1333 | localparam: |
| 1334 | { |
| 1335 | EscCntDw: 32 |
| 1336 | AccuCntDw: 16 |
| 1337 | LfsrSeed: 0x7FFFFFFF |
| 1338 | } |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1339 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1340 | clock_connections: |
| 1341 | { |
| 1342 | clk_i: clkmgr_clocks.clk_main_secure |
| 1343 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1344 | size: 0x1000 |
| 1345 | bus_device: tlul |
| 1346 | bus_host: none |
| 1347 | available_input_list: [] |
| 1348 | available_output_list: [] |
| 1349 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1350 | param_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1351 | interrupt_list: |
| 1352 | [ |
| 1353 | { |
| 1354 | name: classa |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1355 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1356 | bits: "0" |
| 1357 | bitinfo: |
| 1358 | [ |
| 1359 | 1 |
| 1360 | 1 |
| 1361 | 0 |
| 1362 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1363 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1364 | } |
| 1365 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1366 | name: classb |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1367 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1368 | bits: "1" |
| 1369 | bitinfo: |
| 1370 | [ |
| 1371 | 2 |
| 1372 | 1 |
| 1373 | 1 |
| 1374 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1375 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1376 | } |
| 1377 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1378 | name: classc |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1379 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1380 | bits: "2" |
| 1381 | bitinfo: |
| 1382 | [ |
| 1383 | 4 |
| 1384 | 1 |
| 1385 | 2 |
| 1386 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1387 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1388 | } |
| 1389 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1390 | name: classd |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1391 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1392 | bits: "3" |
| 1393 | bitinfo: |
| 1394 | [ |
| 1395 | 8 |
| 1396 | 1 |
| 1397 | 3 |
| 1398 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1399 | type: interrupt |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1400 | } |
| 1401 | ] |
| 1402 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1403 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1404 | reset_request_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1405 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1406 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1407 | inter_signal_list: |
| 1408 | [ |
| 1409 | { |
Timothy Chen | 75350ca | 2020-09-22 20:55:55 -0700 | [diff] [blame^] | 1410 | struct: alert_crashdump |
| 1411 | type: uni |
| 1412 | name: crashdump |
| 1413 | act: req |
| 1414 | package: alert_pkg |
| 1415 | inst_name: alert_handler |
| 1416 | width: 1 |
| 1417 | default: "" |
| 1418 | top_type: broadcast |
| 1419 | top_signame: alert_handler_crashdump |
| 1420 | index: -1 |
| 1421 | } |
| 1422 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1423 | struct: tl |
| 1424 | package: tlul_pkg |
| 1425 | type: req_rsp |
| 1426 | act: rsp |
| 1427 | name: tl |
| 1428 | inst_name: alert_handler |
| 1429 | width: 1 |
| 1430 | default: "" |
| 1431 | top_signame: alert_handler_tl |
| 1432 | index: -1 |
| 1433 | } |
| 1434 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1435 | } |
| 1436 | { |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1437 | name: pwrmgr |
| 1438 | type: pwrmgr |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1439 | clock_srcs: |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1440 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1441 | clk_i: io_div4 |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 1442 | clk_slow_i: aon |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1443 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1444 | clock_group: powerup |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1445 | reset_connections: |
| 1446 | { |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1447 | rst_ni: por |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 1448 | rst_slow_ni: por_aon |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1449 | } |
| 1450 | base_addr: 0x400A0000 |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1451 | generated: "true" |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1452 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1453 | clock_connections: |
| 1454 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1455 | clk_i: clkmgr_clocks.clk_io_div4_powerup |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1456 | clk_slow_i: clkmgr_clocks.clk_aon_powerup |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1457 | } |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1458 | size: 0x1000 |
| 1459 | bus_device: tlul |
| 1460 | bus_host: none |
| 1461 | available_input_list: [] |
| 1462 | available_output_list: [] |
| 1463 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1464 | param_list: [] |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1465 | interrupt_list: |
| 1466 | [ |
| 1467 | { |
| 1468 | name: wakeup |
| 1469 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1470 | bits: "0" |
| 1471 | bitinfo: |
| 1472 | [ |
| 1473 | 1 |
| 1474 | 1 |
| 1475 | 0 |
| 1476 | ] |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1477 | type: interrupt |
| 1478 | } |
| 1479 | ] |
| 1480 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1481 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1482 | reset_request_list: [] |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1483 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1484 | scan_reset: "false" |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1485 | inter_signal_list: |
| 1486 | [ |
| 1487 | { |
| 1488 | struct: pwr_ast |
| 1489 | type: req_rsp |
| 1490 | name: pwr_ast |
| 1491 | act: req |
| 1492 | package: pwrmgr_pkg |
| 1493 | inst_name: pwrmgr |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 1494 | width: 1 |
| 1495 | default: "" |
| 1496 | external: true |
| 1497 | top_signame: pwrmgr_pwr_ast |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1498 | index: -1 |
| 1499 | } |
| 1500 | { |
| 1501 | struct: pwr_rst |
| 1502 | type: req_rsp |
| 1503 | name: pwr_rst |
| 1504 | act: req |
| 1505 | package: pwrmgr_pkg |
| 1506 | inst_name: pwrmgr |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1507 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1508 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1509 | top_signame: pwrmgr_pwr_rst |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1510 | index: -1 |
| 1511 | } |
| 1512 | { |
| 1513 | struct: pwr_clk |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1514 | type: req_rsp |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1515 | name: pwr_clk |
| 1516 | act: req |
| 1517 | package: pwrmgr_pkg |
| 1518 | inst_name: pwrmgr |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1519 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1520 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1521 | top_signame: pwrmgr_pwr_clk |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1522 | index: -1 |
| 1523 | } |
| 1524 | { |
| 1525 | struct: pwr_otp |
| 1526 | type: req_rsp |
| 1527 | name: pwr_otp |
| 1528 | act: req |
| 1529 | package: pwrmgr_pkg |
| 1530 | inst_name: pwrmgr |
| 1531 | index: -1 |
| 1532 | } |
| 1533 | { |
| 1534 | struct: pwr_lc |
| 1535 | type: req_rsp |
| 1536 | name: pwr_lc |
| 1537 | act: req |
| 1538 | package: pwrmgr_pkg |
| 1539 | inst_name: pwrmgr |
| 1540 | index: -1 |
| 1541 | } |
| 1542 | { |
| 1543 | struct: pwr_flash |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 1544 | type: req_rsp |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1545 | name: pwr_flash |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 1546 | act: req |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1547 | package: pwrmgr_pkg |
| 1548 | inst_name: pwrmgr |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 1549 | width: 1 |
| 1550 | default: "" |
| 1551 | top_signame: pwrmgr_pwr_flash |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1552 | index: -1 |
| 1553 | } |
| 1554 | { |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1555 | struct: pwr_cpu |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1556 | type: uni |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1557 | name: pwr_cpu |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1558 | act: rcv |
| 1559 | package: pwrmgr_pkg |
| 1560 | inst_name: pwrmgr |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1561 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1562 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1563 | top_signame: pwrmgr_pwr_cpu |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1564 | index: -1 |
| 1565 | } |
| 1566 | { |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1567 | struct: logic |
| 1568 | width: 1 |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1569 | type: uni |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1570 | name: wakeups |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1571 | act: rcv |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1572 | package: "" |
| 1573 | inst_name: pwrmgr |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1574 | default: "" |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1575 | top_type: broadcast |
| 1576 | top_signame: pwrmgr_wakeups |
| 1577 | index: -1 |
| 1578 | } |
| 1579 | { |
| 1580 | struct: logic |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1581 | width: 1 |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1582 | type: uni |
| 1583 | name: rstreqs |
| 1584 | act: rcv |
| 1585 | package: "" |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1586 | inst_name: pwrmgr |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1587 | default: "" |
| 1588 | top_type: broadcast |
| 1589 | top_signame: pwrmgr_rstreqs |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1590 | index: -1 |
| 1591 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1592 | { |
| 1593 | struct: tl |
| 1594 | package: tlul_pkg |
| 1595 | type: req_rsp |
| 1596 | act: rsp |
| 1597 | name: tl |
| 1598 | inst_name: pwrmgr |
| 1599 | width: 1 |
| 1600 | default: "" |
| 1601 | top_signame: pwrmgr_tl |
| 1602 | index: -1 |
| 1603 | } |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 1604 | ] |
| 1605 | } |
| 1606 | { |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1607 | name: rstmgr |
| 1608 | type: rstmgr |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1609 | clock_srcs: |
| 1610 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1611 | clk_i: io_div4 |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 1612 | clk_aon_i: aon |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1613 | clk_main_i: main |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 1614 | clk_io_i: io |
| 1615 | clk_usb_i: usb |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1616 | clk_io_div2_i: io_div2 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1617 | clk_io_div4_i: io_div4 |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1618 | } |
| 1619 | clock_group: powerup |
| 1620 | reset_connections: |
| 1621 | { |
| 1622 | rst_ni: rst_ni |
| 1623 | } |
| 1624 | base_addr: 0x400B0000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1625 | generated: "true" |
| 1626 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1627 | clock_connections: |
| 1628 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1629 | clk_i: clkmgr_clocks.clk_io_div4_powerup |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1630 | clk_aon_i: clkmgr_clocks.clk_aon_powerup |
| 1631 | clk_main_i: clkmgr_clocks.clk_main_powerup |
| 1632 | clk_io_i: clkmgr_clocks.clk_io_powerup |
| 1633 | clk_usb_i: clkmgr_clocks.clk_usb_powerup |
| 1634 | clk_io_div2_i: clkmgr_clocks.clk_io_div2_powerup |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1635 | clk_io_div4_i: clkmgr_clocks.clk_io_div4_powerup |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1636 | } |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1637 | size: 0x1000 |
| 1638 | bus_device: tlul |
| 1639 | bus_host: none |
| 1640 | available_input_list: [] |
| 1641 | available_output_list: [] |
| 1642 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1643 | param_list: [] |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1644 | interrupt_list: [] |
| 1645 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1646 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1647 | reset_request_list: [] |
Timothy Chen | 3eb6007 | 2020-09-22 19:14:05 -0700 | [diff] [blame] | 1648 | scan: "true" |
| 1649 | scan_reset: "true" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1650 | inter_signal_list: |
| 1651 | [ |
| 1652 | { |
| 1653 | struct: pwr_rst |
| 1654 | type: req_rsp |
| 1655 | name: pwr |
| 1656 | act: rsp |
| 1657 | inst_name: rstmgr |
| 1658 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1659 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1660 | package: pwrmgr_pkg |
| 1661 | top_signame: pwrmgr_pwr_rst |
| 1662 | index: -1 |
| 1663 | } |
| 1664 | { |
| 1665 | struct: rstmgr_out |
| 1666 | type: uni |
| 1667 | name: resets |
| 1668 | act: req |
| 1669 | package: rstmgr_pkg |
| 1670 | inst_name: rstmgr |
| 1671 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1672 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1673 | top_signame: rstmgr_resets |
| 1674 | index: -1 |
| 1675 | } |
| 1676 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1677 | struct: rstmgr_ast |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1678 | type: uni |
| 1679 | name: ast |
| 1680 | act: rcv |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1681 | package: rstmgr_pkg |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1682 | inst_name: rstmgr |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 1683 | width: 1 |
| 1684 | default: "" |
| 1685 | external: true |
| 1686 | top_signame: rstmgr_ast |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1687 | index: -1 |
| 1688 | } |
| 1689 | { |
| 1690 | struct: rstmgr_cpu |
| 1691 | type: uni |
| 1692 | name: cpu |
| 1693 | act: rcv |
| 1694 | package: rstmgr_pkg |
| 1695 | inst_name: rstmgr |
| 1696 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1697 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1698 | top_signame: rstmgr_cpu |
| 1699 | index: -1 |
| 1700 | } |
| 1701 | { |
Timothy Chen | 75350ca | 2020-09-22 20:55:55 -0700 | [diff] [blame^] | 1702 | struct: alert_crashdump |
| 1703 | type: uni |
| 1704 | name: alert_dump |
| 1705 | act: rcv |
| 1706 | package: alert_pkg |
| 1707 | inst_name: rstmgr |
| 1708 | width: 1 |
| 1709 | default: "" |
| 1710 | top_signame: alert_handler_crashdump |
| 1711 | index: -1 |
| 1712 | } |
| 1713 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1714 | struct: rstmgr_ast_out |
| 1715 | type: uni |
| 1716 | name: resets_ast |
| 1717 | act: req |
| 1718 | package: rstmgr_pkg |
| 1719 | inst_name: rstmgr |
| 1720 | width: 1 |
| 1721 | default: "" |
| 1722 | external: true |
| 1723 | top_signame: rsts_ast |
| 1724 | index: -1 |
| 1725 | } |
| 1726 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1727 | struct: tl |
| 1728 | package: tlul_pkg |
| 1729 | type: req_rsp |
| 1730 | act: rsp |
| 1731 | name: tl |
| 1732 | inst_name: rstmgr |
| 1733 | width: 1 |
| 1734 | default: "" |
| 1735 | top_signame: rstmgr_tl |
| 1736 | index: -1 |
| 1737 | } |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1738 | ] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1739 | } |
| 1740 | { |
| 1741 | name: clkmgr |
| 1742 | type: clkmgr |
| 1743 | clock_srcs: |
| 1744 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1745 | clk_i: io_div4 |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1746 | } |
| 1747 | clock_group: powerup |
| 1748 | reset_connections: |
| 1749 | { |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 1750 | rst_ni: por_io |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1751 | rst_main_ni: por |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 1752 | rst_io_ni: por_io |
| 1753 | rst_usb_ni: por_usb |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1754 | rst_io_div2_ni: por_io_div2 |
Timothy Chen | e896d0c | 2020-08-20 11:11:09 -0700 | [diff] [blame] | 1755 | rst_io_div4_ni: por_io_div4 |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1756 | } |
| 1757 | base_addr: 0x400C0000 |
| 1758 | generated: "true" |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1759 | clock_reset_export: [] |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1760 | clock_connections: |
| 1761 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 1762 | clk_i: clkmgr_clocks.clk_io_div4_powerup |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1763 | } |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1764 | size: 0x1000 |
| 1765 | bus_device: tlul |
| 1766 | bus_host: none |
| 1767 | available_input_list: [] |
| 1768 | available_output_list: [] |
| 1769 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1770 | param_list: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1771 | interrupt_list: [] |
| 1772 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1773 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1774 | reset_request_list: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1775 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1776 | scan_reset: "false" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1777 | inter_signal_list: |
| 1778 | [ |
| 1779 | { |
| 1780 | struct: clkmgr_out |
| 1781 | type: uni |
| 1782 | name: clocks |
| 1783 | act: req |
| 1784 | package: clkmgr_pkg |
| 1785 | inst_name: clkmgr |
| 1786 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1787 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1788 | top_signame: clkmgr_clocks |
| 1789 | index: -1 |
| 1790 | } |
| 1791 | { |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1792 | struct: logic |
| 1793 | type: uni |
| 1794 | name: clk_main |
| 1795 | act: rcv |
| 1796 | package: "" |
| 1797 | inst_name: clkmgr |
| 1798 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1799 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 1800 | external: true |
| 1801 | top_signame: clk_main |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1802 | index: -1 |
| 1803 | } |
| 1804 | { |
| 1805 | struct: logic |
| 1806 | type: uni |
| 1807 | name: clk_io |
| 1808 | act: rcv |
| 1809 | package: "" |
| 1810 | inst_name: clkmgr |
| 1811 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1812 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 1813 | external: true |
| 1814 | top_signame: clk_io |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1815 | index: -1 |
| 1816 | } |
| 1817 | { |
| 1818 | struct: logic |
| 1819 | type: uni |
| 1820 | name: clk_usb |
| 1821 | act: rcv |
| 1822 | package: "" |
| 1823 | inst_name: clkmgr |
| 1824 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1825 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 1826 | external: true |
| 1827 | top_signame: clk_usb |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1828 | index: -1 |
| 1829 | } |
| 1830 | { |
| 1831 | struct: logic |
| 1832 | type: uni |
| 1833 | name: clk_aon |
| 1834 | act: rcv |
| 1835 | package: "" |
| 1836 | inst_name: clkmgr |
| 1837 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1838 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 1839 | external: true |
| 1840 | top_signame: clk_aon |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 1841 | index: -1 |
| 1842 | } |
| 1843 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1844 | struct: clkmgr_ast_out |
| 1845 | type: uni |
| 1846 | name: clocks_ast |
| 1847 | act: req |
| 1848 | package: clkmgr_pkg |
| 1849 | inst_name: clkmgr |
| 1850 | width: 1 |
| 1851 | default: "" |
| 1852 | external: true |
| 1853 | top_signame: clks_ast |
| 1854 | index: -1 |
| 1855 | } |
| 1856 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1857 | struct: pwr_clk |
| 1858 | type: req_rsp |
| 1859 | name: pwr |
| 1860 | act: rsp |
| 1861 | inst_name: clkmgr |
| 1862 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 1863 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1864 | package: pwrmgr_pkg |
| 1865 | top_signame: pwrmgr_pwr_clk |
| 1866 | index: -1 |
| 1867 | } |
| 1868 | { |
| 1869 | struct: clk_dft |
| 1870 | type: uni |
| 1871 | name: dft |
| 1872 | act: rcv |
| 1873 | package: clkmgr_pkg |
| 1874 | inst_name: clkmgr |
| 1875 | index: -1 |
| 1876 | } |
| 1877 | { |
| 1878 | struct: clk_hint_status |
| 1879 | type: uni |
| 1880 | name: status |
| 1881 | act: rcv |
| 1882 | package: clkmgr_pkg |
| 1883 | inst_name: clkmgr |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 1884 | width: 1 |
| 1885 | default: "" |
| 1886 | top_signame: clkmgr_status |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1887 | index: -1 |
| 1888 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1889 | { |
| 1890 | struct: tl |
| 1891 | package: tlul_pkg |
| 1892 | type: req_rsp |
| 1893 | act: rsp |
| 1894 | name: tl |
| 1895 | inst_name: clkmgr |
| 1896 | width: 1 |
| 1897 | default: "" |
| 1898 | top_signame: clkmgr_tl |
| 1899 | index: -1 |
| 1900 | } |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1901 | ] |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 1902 | } |
| 1903 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1904 | name: nmi_gen |
| 1905 | type: nmi_gen |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1906 | clock_srcs: |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1907 | { |
| 1908 | clk_i: main |
| 1909 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 1910 | clock_group: secure |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1911 | reset_connections: |
| 1912 | { |
| 1913 | rst_ni: sys |
| 1914 | } |
| 1915 | base_addr: 0x40140000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 1916 | clock_reset_export: [] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 1917 | clock_connections: |
| 1918 | { |
| 1919 | clk_i: clkmgr_clocks.clk_main_secure |
| 1920 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1921 | size: 0x1000 |
| 1922 | bus_device: tlul |
| 1923 | bus_host: none |
| 1924 | available_input_list: [] |
| 1925 | available_output_list: [] |
| 1926 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 1927 | param_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1928 | interrupt_list: |
| 1929 | [ |
| 1930 | { |
| 1931 | name: esc0 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1932 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1933 | bits: "0" |
| 1934 | bitinfo: |
| 1935 | [ |
| 1936 | 1 |
| 1937 | 1 |
| 1938 | 0 |
| 1939 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1940 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1941 | } |
| 1942 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1943 | name: esc1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1944 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1945 | bits: "1" |
| 1946 | bitinfo: |
| 1947 | [ |
| 1948 | 2 |
| 1949 | 1 |
| 1950 | 1 |
| 1951 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1952 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1953 | } |
| 1954 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1955 | name: esc2 |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1956 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 1957 | bits: "2" |
| 1958 | bitinfo: |
| 1959 | [ |
| 1960 | 4 |
| 1961 | 1 |
| 1962 | 2 |
| 1963 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1964 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1965 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1966 | ] |
| 1967 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 1968 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1969 | reset_request_list: |
| 1970 | [ |
| 1971 | { |
| 1972 | name: nmi_rst_req |
| 1973 | } |
| 1974 | ] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1975 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 1976 | scan_reset: "false" |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1977 | inter_signal_list: |
| 1978 | [ |
| 1979 | { |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 1980 | struct: logic |
| 1981 | type: uni |
| 1982 | name: nmi_rst_req |
| 1983 | act: req |
| 1984 | package: "" |
| 1985 | default: 1'b0 |
| 1986 | inst_name: nmi_gen |
| 1987 | width: 1 |
| 1988 | top_signame: pwrmgr_rstreqs |
| 1989 | index: -1 |
| 1990 | } |
| 1991 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 1992 | struct: tl |
| 1993 | package: tlul_pkg |
| 1994 | type: req_rsp |
| 1995 | act: rsp |
| 1996 | name: tl |
| 1997 | inst_name: nmi_gen |
| 1998 | width: 1 |
| 1999 | default: "" |
| 2000 | top_signame: nmi_gen_tl |
| 2001 | index: -1 |
| 2002 | } |
| 2003 | ] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 2004 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2005 | { |
| 2006 | name: usbdev |
| 2007 | type: usbdev |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2008 | clock_srcs: |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2009 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2010 | clk_i: io_div4 |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 2011 | clk_usb_48mhz_i: usb |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2012 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2013 | clock_group: peri |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2014 | clock_reset_export: |
| 2015 | [ |
| 2016 | ast |
| 2017 | ] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2018 | reset_connections: |
| 2019 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2020 | rst_ni: sys_io_div4 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2021 | rst_usb_48mhz_ni: usb |
| 2022 | } |
| 2023 | base_addr: 0x40150000 |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2024 | clock_connections: |
| 2025 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2026 | clk_i: clkmgr_clocks.clk_io_div4_peri |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 2027 | clk_usb_48mhz_i: clkmgr_clocks.clk_usb_peri |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2028 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2029 | size: 0x1000 |
| 2030 | bus_device: tlul |
| 2031 | bus_host: none |
| 2032 | available_input_list: |
| 2033 | [ |
| 2034 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2035 | name: sense |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2036 | width: 1 |
| 2037 | type: input |
| 2038 | } |
| 2039 | ] |
| 2040 | available_output_list: |
| 2041 | [ |
| 2042 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 2043 | name: se0 |
| 2044 | width: 1 |
| 2045 | type: output |
| 2046 | } |
| 2047 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 2048 | name: dp_pullup |
| 2049 | width: 1 |
| 2050 | type: output |
| 2051 | } |
| 2052 | { |
| 2053 | name: dn_pullup |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2054 | width: 1 |
| 2055 | type: output |
| 2056 | } |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 2057 | { |
| 2058 | name: tx_mode_se |
| 2059 | width: 1 |
| 2060 | type: output |
| 2061 | } |
| 2062 | { |
| 2063 | name: suspend |
| 2064 | width: 1 |
| 2065 | type: output |
| 2066 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2067 | ] |
| 2068 | available_inout_list: |
| 2069 | [ |
| 2070 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 2071 | name: d |
| 2072 | width: 1 |
| 2073 | type: inout |
| 2074 | } |
| 2075 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2076 | name: dp |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2077 | width: 1 |
| 2078 | type: inout |
| 2079 | } |
| 2080 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2081 | name: dn |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2082 | width: 1 |
| 2083 | type: inout |
| 2084 | } |
| 2085 | ] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 2086 | param_list: [] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2087 | interrupt_list: |
| 2088 | [ |
| 2089 | { |
| 2090 | name: pkt_received |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2091 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2092 | bits: "0" |
| 2093 | bitinfo: |
| 2094 | [ |
| 2095 | 1 |
| 2096 | 1 |
| 2097 | 0 |
| 2098 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2099 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2100 | } |
| 2101 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2102 | name: pkt_sent |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2103 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2104 | bits: "1" |
| 2105 | bitinfo: |
| 2106 | [ |
| 2107 | 2 |
| 2108 | 1 |
| 2109 | 1 |
| 2110 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2111 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2112 | } |
| 2113 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2114 | name: disconnected |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2115 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2116 | bits: "2" |
| 2117 | bitinfo: |
| 2118 | [ |
| 2119 | 4 |
| 2120 | 1 |
| 2121 | 2 |
| 2122 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2123 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2124 | } |
| 2125 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2126 | name: host_lost |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2127 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2128 | bits: "3" |
| 2129 | bitinfo: |
| 2130 | [ |
| 2131 | 8 |
| 2132 | 1 |
| 2133 | 3 |
| 2134 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2135 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2136 | } |
| 2137 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2138 | name: link_reset |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2139 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2140 | bits: "4" |
| 2141 | bitinfo: |
| 2142 | [ |
| 2143 | 16 |
| 2144 | 1 |
| 2145 | 4 |
| 2146 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2147 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2148 | } |
| 2149 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2150 | name: link_suspend |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2151 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2152 | bits: "5" |
| 2153 | bitinfo: |
| 2154 | [ |
| 2155 | 32 |
| 2156 | 1 |
| 2157 | 5 |
| 2158 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2159 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2160 | } |
| 2161 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2162 | name: link_resume |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2163 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2164 | bits: "6" |
| 2165 | bitinfo: |
| 2166 | [ |
| 2167 | 64 |
| 2168 | 1 |
| 2169 | 6 |
| 2170 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2171 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2172 | } |
| 2173 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2174 | name: av_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2175 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2176 | bits: "7" |
| 2177 | bitinfo: |
| 2178 | [ |
| 2179 | 128 |
| 2180 | 1 |
| 2181 | 7 |
| 2182 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2183 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2184 | } |
| 2185 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2186 | name: rx_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2187 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2188 | bits: "8" |
| 2189 | bitinfo: |
| 2190 | [ |
| 2191 | 256 |
| 2192 | 1 |
| 2193 | 8 |
| 2194 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2195 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2196 | } |
| 2197 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2198 | name: av_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2199 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2200 | bits: "9" |
| 2201 | bitinfo: |
| 2202 | [ |
| 2203 | 512 |
| 2204 | 1 |
| 2205 | 9 |
| 2206 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2207 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2208 | } |
| 2209 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2210 | name: link_in_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2211 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2212 | bits: "10" |
| 2213 | bitinfo: |
| 2214 | [ |
| 2215 | 1024 |
| 2216 | 1 |
| 2217 | 10 |
| 2218 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2219 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2220 | } |
| 2221 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2222 | name: rx_crc_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2223 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2224 | bits: "11" |
| 2225 | bitinfo: |
| 2226 | [ |
| 2227 | 2048 |
| 2228 | 1 |
| 2229 | 11 |
| 2230 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2231 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2232 | } |
| 2233 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2234 | name: rx_pid_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2235 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2236 | bits: "12" |
| 2237 | bitinfo: |
| 2238 | [ |
| 2239 | 4096 |
| 2240 | 1 |
| 2241 | 12 |
| 2242 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2243 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2244 | } |
| 2245 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2246 | name: rx_bitstuff_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2247 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2248 | bits: "13" |
| 2249 | bitinfo: |
| 2250 | [ |
| 2251 | 8192 |
| 2252 | 1 |
| 2253 | 13 |
| 2254 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2255 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2256 | } |
| 2257 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2258 | name: frame |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2259 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2260 | bits: "14" |
| 2261 | bitinfo: |
| 2262 | [ |
| 2263 | 16384 |
| 2264 | 1 |
| 2265 | 14 |
| 2266 | ] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2267 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2268 | } |
| 2269 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2270 | name: connected |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2271 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 2272 | bits: "15" |
| 2273 | bitinfo: |
| 2274 | [ |
| 2275 | 32768 |
| 2276 | 1 |
| 2277 | 15 |
| 2278 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 2279 | type: interrupt |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2280 | } |
| 2281 | ] |
| 2282 | alert_list: [] |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 2283 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 2284 | reset_request_list: [] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2285 | scan: "false" |
Timothy Chen | ac3a8c9 | 2020-06-29 20:17:07 -0700 | [diff] [blame] | 2286 | scan_reset: "false" |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 2287 | inter_signal_list: |
| 2288 | [ |
| 2289 | { |
| 2290 | name: usb_ref_val |
| 2291 | type: uni |
| 2292 | act: req |
| 2293 | package: "" |
| 2294 | struct: logic |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2295 | width: 1 |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 2296 | inst_name: usbdev |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2297 | default: "" |
| 2298 | external: true |
| 2299 | top_signame: usbdev_usb_ref_val |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 2300 | index: -1 |
| 2301 | } |
| 2302 | { |
| 2303 | name: usb_ref_pulse |
| 2304 | type: uni |
| 2305 | act: req |
| 2306 | package: "" |
| 2307 | struct: logic |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2308 | width: 1 |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 2309 | inst_name: usbdev |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2310 | default: "" |
| 2311 | external: true |
| 2312 | top_signame: usbdev_usb_ref_pulse |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 2313 | index: -1 |
| 2314 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2315 | { |
| 2316 | struct: tl |
| 2317 | package: tlul_pkg |
| 2318 | type: req_rsp |
| 2319 | act: rsp |
| 2320 | name: tl |
| 2321 | inst_name: usbdev |
| 2322 | width: 1 |
| 2323 | default: "" |
| 2324 | top_signame: usbdev_tl |
| 2325 | index: -1 |
| 2326 | } |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 2327 | ] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 2328 | } |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2329 | { |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2330 | name: sensor_ctrl |
| 2331 | type: sensor_ctrl |
| 2332 | clock_srcs: |
| 2333 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2334 | clk_i: io_div4 |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2335 | } |
| 2336 | clock_group: secure |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2337 | clock_reset_export: |
| 2338 | [ |
| 2339 | ast |
| 2340 | ] |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2341 | reset_connections: |
| 2342 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2343 | rst_ni: sys_io_div4 |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2344 | } |
| 2345 | base_addr: 0x40170000 |
| 2346 | top_only: "true" |
| 2347 | clock_connections: |
| 2348 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2349 | clk_i: clkmgr_clocks.clk_io_div4_secure |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2350 | } |
| 2351 | size: 0x1000 |
| 2352 | bus_device: tlul |
| 2353 | bus_host: none |
| 2354 | available_input_list: [] |
| 2355 | available_output_list: [] |
| 2356 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 2357 | param_list: [] |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2358 | interrupt_list: [] |
| 2359 | alert_list: |
| 2360 | [ |
| 2361 | { |
| 2362 | name: ast_alerts |
| 2363 | width: 7 |
| 2364 | type: alert |
| 2365 | async: 1 |
| 2366 | } |
| 2367 | ] |
| 2368 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 2369 | reset_request_list: [] |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2370 | scan: "false" |
| 2371 | scan_reset: "false" |
| 2372 | inter_signal_list: |
| 2373 | [ |
| 2374 | { |
| 2375 | struct: ast_alert |
| 2376 | type: req_rsp |
| 2377 | name: ast_alert |
| 2378 | act: rsp |
| 2379 | package: ast_wrapper_pkg |
| 2380 | inst_name: sensor_ctrl |
| 2381 | width: 1 |
| 2382 | default: "" |
| 2383 | external: true |
| 2384 | top_signame: sensor_ctrl_ast_alert |
| 2385 | index: -1 |
| 2386 | } |
| 2387 | { |
| 2388 | struct: ast_status |
| 2389 | type: uni |
| 2390 | name: ast_status |
| 2391 | act: rcv |
| 2392 | package: ast_wrapper_pkg |
| 2393 | inst_name: sensor_ctrl |
| 2394 | width: 1 |
| 2395 | default: "" |
| 2396 | external: true |
| 2397 | top_signame: sensor_ctrl_ast_status |
| 2398 | index: -1 |
| 2399 | } |
| 2400 | { |
| 2401 | struct: tl |
| 2402 | package: tlul_pkg |
| 2403 | type: req_rsp |
| 2404 | act: rsp |
| 2405 | name: tl |
| 2406 | inst_name: sensor_ctrl |
| 2407 | width: 1 |
| 2408 | default: "" |
| 2409 | top_signame: sensor_ctrl_tl |
| 2410 | index: -1 |
| 2411 | } |
| 2412 | ] |
| 2413 | } |
| 2414 | { |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 2415 | name: keymgr |
| 2416 | type: keymgr |
| 2417 | clock_srcs: |
| 2418 | { |
| 2419 | clk_i: main |
| 2420 | } |
| 2421 | clock_group: secure |
| 2422 | reset_connections: |
| 2423 | { |
| 2424 | rst_ni: sys |
| 2425 | } |
| 2426 | base_addr: 0x401a0000 |
| 2427 | clock_reset_export: [] |
| 2428 | clock_connections: |
| 2429 | { |
| 2430 | clk_i: clkmgr_clocks.clk_main_secure |
| 2431 | } |
| 2432 | size: 0x1000 |
| 2433 | bus_device: tlul |
| 2434 | bus_host: none |
| 2435 | available_input_list: [] |
| 2436 | available_output_list: [] |
| 2437 | available_inout_list: [] |
Pirmin Vogel | 19cb4eb | 2020-09-22 08:55:57 +0200 | [diff] [blame] | 2438 | param_list: [] |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 2439 | interrupt_list: |
| 2440 | [ |
| 2441 | { |
| 2442 | name: op_done |
| 2443 | width: 1 |
| 2444 | bits: "0" |
| 2445 | bitinfo: |
| 2446 | [ |
| 2447 | 1 |
| 2448 | 1 |
| 2449 | 0 |
| 2450 | ] |
| 2451 | type: interrupt |
| 2452 | } |
| 2453 | { |
| 2454 | name: err |
| 2455 | width: 1 |
| 2456 | bits: "1" |
| 2457 | bitinfo: |
| 2458 | [ |
| 2459 | 2 |
| 2460 | 1 |
| 2461 | 1 |
| 2462 | ] |
| 2463 | type: interrupt |
| 2464 | } |
| 2465 | ] |
| 2466 | alert_list: |
| 2467 | [ |
| 2468 | { |
| 2469 | name: err |
| 2470 | width: 1 |
| 2471 | type: alert |
| 2472 | async: 0 |
| 2473 | } |
| 2474 | ] |
| 2475 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 2476 | reset_request_list: [] |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 2477 | scan: "false" |
| 2478 | scan_reset: "false" |
| 2479 | inter_signal_list: |
| 2480 | [ |
| 2481 | { |
| 2482 | struct: hw_key |
| 2483 | type: uni |
| 2484 | name: aes_key |
| 2485 | act: req |
| 2486 | package: keymgr_pkg |
| 2487 | inst_name: keymgr |
| 2488 | index: -1 |
| 2489 | } |
| 2490 | { |
| 2491 | struct: hw_key |
| 2492 | type: uni |
| 2493 | name: hmac_key |
| 2494 | act: req |
| 2495 | package: keymgr_pkg |
| 2496 | inst_name: keymgr |
| 2497 | index: -1 |
| 2498 | } |
| 2499 | { |
| 2500 | struct: hw_key |
| 2501 | type: uni |
| 2502 | name: kmac_key |
| 2503 | act: req |
| 2504 | package: keymgr_pkg |
| 2505 | inst_name: keymgr |
| 2506 | index: -1 |
| 2507 | } |
| 2508 | { |
| 2509 | struct: kmac_data |
| 2510 | type: req_rsp |
| 2511 | name: kmac_data |
| 2512 | act: req |
| 2513 | package: keymgr_pkg |
| 2514 | inst_name: keymgr |
| 2515 | index: -1 |
| 2516 | } |
| 2517 | { |
| 2518 | struct: lc_data |
| 2519 | type: uni |
| 2520 | name: lc |
| 2521 | act: rcv |
| 2522 | package: keymgr_pkg |
| 2523 | inst_name: keymgr |
| 2524 | index: -1 |
| 2525 | } |
| 2526 | { |
| 2527 | struct: otp_data |
| 2528 | type: uni |
| 2529 | name: otp |
| 2530 | act: rcv |
| 2531 | package: keymgr_pkg |
| 2532 | inst_name: keymgr |
| 2533 | index: -1 |
| 2534 | } |
| 2535 | { |
| 2536 | struct: keymgr_flash |
| 2537 | type: uni |
| 2538 | name: flash |
| 2539 | act: rcv |
| 2540 | package: flash_ctrl_pkg |
| 2541 | inst_name: keymgr |
| 2542 | width: 1 |
| 2543 | default: "" |
| 2544 | top_signame: flash_ctrl_keymgr |
| 2545 | index: -1 |
| 2546 | } |
| 2547 | { |
| 2548 | struct: tl |
| 2549 | package: tlul_pkg |
| 2550 | type: req_rsp |
| 2551 | act: rsp |
| 2552 | name: tl |
| 2553 | inst_name: keymgr |
| 2554 | width: 1 |
| 2555 | default: "" |
| 2556 | top_signame: keymgr_tl |
| 2557 | index: -1 |
| 2558 | } |
| 2559 | ] |
| 2560 | } |
| 2561 | { |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2562 | name: otbn |
| 2563 | type: otbn |
| 2564 | clock_srcs: |
| 2565 | { |
| 2566 | clk_i: main |
| 2567 | } |
| 2568 | clock_group: trans |
| 2569 | reset_connections: |
| 2570 | { |
| 2571 | rst_ni: sys |
| 2572 | } |
| 2573 | base_addr: 0x50000000 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2574 | clock_reset_export: [] |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2575 | clock_connections: |
| 2576 | { |
| 2577 | clk_i: clkmgr_clocks.clk_main_otbn |
| 2578 | } |
| 2579 | size: 0x400000 |
| 2580 | bus_device: tlul |
| 2581 | bus_host: none |
| 2582 | available_input_list: [] |
| 2583 | available_output_list: [] |
| 2584 | available_inout_list: [] |
Pirmin Vogel | 15e1b91 | 2020-09-16 14:43:22 +0200 | [diff] [blame] | 2585 | param_list: [] |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2586 | interrupt_list: |
| 2587 | [ |
| 2588 | { |
| 2589 | name: done |
| 2590 | width: 1 |
| 2591 | bits: "0" |
| 2592 | bitinfo: |
| 2593 | [ |
| 2594 | 1 |
| 2595 | 1 |
| 2596 | 0 |
| 2597 | ] |
| 2598 | type: interrupt |
| 2599 | } |
| 2600 | { |
| 2601 | name: err |
| 2602 | width: 1 |
| 2603 | bits: "1" |
| 2604 | bitinfo: |
| 2605 | [ |
| 2606 | 2 |
| 2607 | 1 |
| 2608 | 1 |
| 2609 | ] |
| 2610 | type: interrupt |
| 2611 | } |
| 2612 | ] |
| 2613 | alert_list: |
| 2614 | [ |
| 2615 | { |
| 2616 | name: imem_uncorrectable |
| 2617 | width: 1 |
| 2618 | type: alert |
| 2619 | async: 0 |
| 2620 | } |
| 2621 | { |
| 2622 | name: dmem_uncorrectable |
| 2623 | width: 1 |
| 2624 | type: alert |
| 2625 | async: 0 |
| 2626 | } |
| 2627 | { |
| 2628 | name: reg_uncorrectable |
| 2629 | width: 1 |
| 2630 | type: alert |
| 2631 | async: 0 |
| 2632 | } |
| 2633 | ] |
| 2634 | wakeup_list: [] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 2635 | reset_request_list: [] |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2636 | scan: "false" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 2637 | scan_reset: "false" |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2638 | inter_signal_list: |
| 2639 | [ |
| 2640 | { |
| 2641 | name: idle |
| 2642 | type: uni |
| 2643 | struct: logic |
| 2644 | width: "1" |
| 2645 | act: req |
| 2646 | inst_name: otbn |
| 2647 | index: -1 |
| 2648 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2649 | { |
| 2650 | struct: tl |
| 2651 | package: tlul_pkg |
| 2652 | type: req_rsp |
| 2653 | act: rsp |
| 2654 | name: tl |
| 2655 | inst_name: otbn |
| 2656 | width: 1 |
| 2657 | default: "" |
| 2658 | top_signame: otbn_tl |
| 2659 | index: -1 |
| 2660 | } |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 2661 | ] |
| 2662 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2663 | ] |
| 2664 | memory: |
| 2665 | [ |
| 2666 | { |
| 2667 | name: rom |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2668 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 2669 | { |
| 2670 | clk_i: main |
| 2671 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2672 | clock_group: infra |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 2673 | reset_connections: |
| 2674 | { |
| 2675 | rst_ni: sys |
| 2676 | } |
Timothy Chen | 4446103 | 2019-09-20 15:35:20 -0700 | [diff] [blame] | 2677 | type: rom |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2678 | base_addr: 0x00008000 |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2679 | swaccess: ro |
Timothy Chen | da2e344 | 2020-02-24 21:37:47 -0800 | [diff] [blame] | 2680 | size: 0x4000 |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2681 | inter_signal_list: |
| 2682 | [ |
| 2683 | { |
| 2684 | struct: tl |
| 2685 | package: tlul_pkg |
| 2686 | type: req_rsp |
| 2687 | act: rsp |
| 2688 | name: tl |
| 2689 | inst_name: rom |
| 2690 | width: 1 |
| 2691 | default: "" |
| 2692 | top_signame: rom_tl |
| 2693 | index: -1 |
| 2694 | } |
| 2695 | ] |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2696 | clock_reset_export: [] |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2697 | clock_connections: |
| 2698 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2699 | clk_i: clkmgr_clocks.clk_main_infra |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2700 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2701 | } |
| 2702 | { |
| 2703 | name: ram_main |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2704 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 2705 | { |
| 2706 | clk_i: main |
| 2707 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2708 | clock_group: infra |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 2709 | reset_connections: |
| 2710 | { |
| 2711 | rst_ni: sys |
| 2712 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2713 | type: ram_1p |
| 2714 | base_addr: 0x10000000 |
| 2715 | size: 0x10000 |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2716 | inter_signal_list: |
| 2717 | [ |
| 2718 | { |
| 2719 | struct: tl |
| 2720 | package: tlul_pkg |
| 2721 | type: req_rsp |
| 2722 | act: rsp |
| 2723 | name: tl |
| 2724 | inst_name: ram_main |
| 2725 | width: 1 |
| 2726 | default: "" |
| 2727 | top_signame: ram_main_tl |
| 2728 | index: -1 |
| 2729 | } |
| 2730 | ] |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2731 | clock_reset_export: [] |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2732 | clock_connections: |
| 2733 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2734 | clk_i: clkmgr_clocks.clk_main_infra |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2735 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2736 | } |
| 2737 | { |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 2738 | name: ram_ret |
| 2739 | clock_srcs: |
| 2740 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2741 | clk_i: io_div4 |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 2742 | } |
| 2743 | clock_group: infra |
| 2744 | reset_connections: |
| 2745 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2746 | rst_ni: sys_io_div4 |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 2747 | } |
| 2748 | type: ram_1p |
| 2749 | base_addr: 0x18000000 |
| 2750 | size: 0x1000 |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2751 | inter_signal_list: |
| 2752 | [ |
| 2753 | { |
| 2754 | struct: tl |
| 2755 | package: tlul_pkg |
| 2756 | type: req_rsp |
| 2757 | act: rsp |
| 2758 | name: tl |
| 2759 | inst_name: ram_ret |
| 2760 | width: 1 |
| 2761 | default: "" |
| 2762 | top_signame: ram_ret_tl |
| 2763 | index: -1 |
| 2764 | } |
| 2765 | ] |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2766 | clock_reset_export: [] |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 2767 | clock_connections: |
| 2768 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2769 | clk_i: clkmgr_clocks.clk_io_div4_infra |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 2770 | } |
| 2771 | } |
| 2772 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2773 | name: eflash |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2774 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 2775 | { |
| 2776 | clk_i: main |
| 2777 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2778 | clock_group: infra |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 2779 | reset_connections: |
| 2780 | { |
| 2781 | rst_ni: lc |
| 2782 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2783 | type: eflash |
| 2784 | base_addr: 0x20000000 |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2785 | swaccess: ro |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2786 | size: 0x80000 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2787 | inter_signal_list: |
| 2788 | [ |
| 2789 | { |
| 2790 | struct: flash |
| 2791 | type: req_rsp |
| 2792 | name: flash_ctrl |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 2793 | act: rsp |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2794 | inst_name: eflash |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 2795 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 2796 | default: "" |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 2797 | package: flash_ctrl_pkg |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 2798 | top_signame: flash_ctrl_flash |
| 2799 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2800 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2801 | { |
| 2802 | struct: tl |
| 2803 | package: tlul_pkg |
| 2804 | type: req_rsp |
| 2805 | act: rsp |
| 2806 | name: tl |
| 2807 | inst_name: eflash |
| 2808 | width: 1 |
| 2809 | default: "" |
| 2810 | top_signame: eflash_tl |
| 2811 | index: -1 |
| 2812 | } |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2813 | ] |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2814 | clock_reset_export: [] |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2815 | clock_connections: |
| 2816 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2817 | clk_i: clkmgr_clocks.clk_main_infra |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2818 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2819 | } |
| 2820 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2821 | inter_module: |
| 2822 | { |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 2823 | connect: |
| 2824 | { |
| 2825 | flash_ctrl.flash: |
| 2826 | [ |
| 2827 | eflash.flash_ctrl |
| 2828 | ] |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 2829 | pwrmgr.pwr_flash: |
| 2830 | [ |
| 2831 | flash_ctrl.pwrmgr |
| 2832 | ] |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 2833 | pwrmgr.pwr_rst: |
| 2834 | [ |
| 2835 | rstmgr.pwr |
| 2836 | ] |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2837 | pwrmgr.pwr_clk: |
| 2838 | [ |
| 2839 | clkmgr.pwr |
| 2840 | ] |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 2841 | flash_ctrl.keymgr: |
| 2842 | [ |
| 2843 | keymgr.flash |
| 2844 | ] |
Timothy Chen | 75350ca | 2020-09-22 20:55:55 -0700 | [diff] [blame^] | 2845 | alert_handler.crashdump: |
| 2846 | [ |
| 2847 | rstmgr.alert_dump |
| 2848 | ] |
Eunchan Kim | 5152e88 | 2020-08-03 16:26:40 -0700 | [diff] [blame] | 2849 | pwrmgr.wakeups: |
| 2850 | [ |
| 2851 | pinmux.aon_wkup_req |
| 2852 | ] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 2853 | pwrmgr.rstreqs: |
| 2854 | [ |
| 2855 | nmi_gen.nmi_rst_req |
| 2856 | ] |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2857 | rom.tl: |
| 2858 | [ |
| 2859 | main.tl_rom |
| 2860 | ] |
| 2861 | ram_main.tl: |
| 2862 | [ |
| 2863 | main.tl_ram_main |
| 2864 | ] |
| 2865 | eflash.tl: |
| 2866 | [ |
| 2867 | main.tl_eflash |
| 2868 | ] |
| 2869 | main.tl_peri: |
| 2870 | [ |
| 2871 | peri.tl_main |
| 2872 | ] |
| 2873 | flash_ctrl.tl: |
| 2874 | [ |
| 2875 | main.tl_flash_ctrl |
| 2876 | ] |
| 2877 | hmac.tl: |
| 2878 | [ |
| 2879 | main.tl_hmac |
| 2880 | ] |
| 2881 | aes.tl: |
| 2882 | [ |
| 2883 | main.tl_aes |
| 2884 | ] |
| 2885 | rv_plic.tl: |
| 2886 | [ |
| 2887 | main.tl_rv_plic |
| 2888 | ] |
| 2889 | pinmux.tl: |
| 2890 | [ |
| 2891 | main.tl_pinmux |
| 2892 | ] |
| 2893 | padctrl.tl: |
| 2894 | [ |
| 2895 | main.tl_padctrl |
| 2896 | ] |
| 2897 | alert_handler.tl: |
| 2898 | [ |
| 2899 | main.tl_alert_handler |
| 2900 | ] |
| 2901 | nmi_gen.tl: |
| 2902 | [ |
| 2903 | main.tl_nmi_gen |
| 2904 | ] |
| 2905 | otbn.tl: |
| 2906 | [ |
| 2907 | main.tl_otbn |
| 2908 | ] |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 2909 | keymgr.tl: |
| 2910 | [ |
| 2911 | main.tl_keymgr |
| 2912 | ] |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2913 | uart.tl: |
| 2914 | [ |
| 2915 | peri.tl_uart |
| 2916 | ] |
| 2917 | gpio.tl: |
| 2918 | [ |
| 2919 | peri.tl_gpio |
| 2920 | ] |
| 2921 | spi_device.tl: |
| 2922 | [ |
| 2923 | peri.tl_spi_device |
| 2924 | ] |
| 2925 | rv_timer.tl: |
| 2926 | [ |
| 2927 | peri.tl_rv_timer |
| 2928 | ] |
| 2929 | usbdev.tl: |
| 2930 | [ |
| 2931 | peri.tl_usbdev |
| 2932 | ] |
| 2933 | pwrmgr.tl: |
| 2934 | [ |
| 2935 | peri.tl_pwrmgr |
| 2936 | ] |
| 2937 | rstmgr.tl: |
| 2938 | [ |
| 2939 | peri.tl_rstmgr |
| 2940 | ] |
| 2941 | clkmgr.tl: |
| 2942 | [ |
| 2943 | peri.tl_clkmgr |
| 2944 | ] |
| 2945 | ram_ret.tl: |
| 2946 | [ |
| 2947 | peri.tl_ram_ret |
| 2948 | ] |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2949 | sensor_ctrl.tl: |
| 2950 | [ |
| 2951 | peri.tl_sensor_ctrl |
| 2952 | ] |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 2953 | } |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 2954 | top: |
| 2955 | [ |
| 2956 | rstmgr.resets |
| 2957 | rstmgr.cpu |
| 2958 | pwrmgr.pwr_cpu |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 2959 | clkmgr.clocks |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 2960 | aes.idle |
| 2961 | clkmgr.status |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 2962 | main.tl_corei |
| 2963 | main.tl_cored |
| 2964 | main.tl_dm_sba |
| 2965 | main.tl_debug_mem |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 2966 | ] |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 2967 | external: |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 2968 | { |
| 2969 | clkmgr.clk_main: clk_main |
| 2970 | clkmgr.clk_io: clk_io |
| 2971 | clkmgr.clk_usb: clk_usb |
| 2972 | clkmgr.clk_aon: clk_aon |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 2973 | rstmgr.ast: "" |
| 2974 | pwrmgr.pwr_ast: "" |
| 2975 | sensor_ctrl.ast_alert: "" |
| 2976 | sensor_ctrl.ast_status: "" |
| 2977 | usbdev.usb_ref_val: "" |
| 2978 | usbdev.usb_ref_pulse: "" |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 2979 | peri.tl_ast_wrapper: ast_tl |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 2980 | clkmgr.clocks_ast: clks_ast |
| 2981 | rstmgr.resets_ast: rsts_ast |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 2982 | } |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 2983 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 2984 | xbar: |
| 2985 | [ |
| 2986 | { |
| 2987 | name: main |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2988 | clock_srcs: |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 2989 | { |
| 2990 | clk_main_i: main |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2991 | clk_fixed_i: io_div4 |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 2992 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 2993 | clock_group: infra |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 2994 | reset: rst_main_ni |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 2995 | reset_connections: |
| 2996 | { |
| 2997 | rst_main_ni: sys |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 2998 | rst_fixed_ni: sys_io_div4 |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 2999 | } |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 3000 | clock_reset_export: [] |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 3001 | clock_connections: |
| 3002 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 3003 | clk_main_i: clkmgr_clocks.clk_main_infra |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 3004 | clk_fixed_i: clkmgr_clocks.clk_io_div4_infra |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 3005 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3006 | connections: |
| 3007 | { |
| 3008 | corei: |
| 3009 | [ |
| 3010 | rom |
| 3011 | debug_mem |
| 3012 | ram_main |
| 3013 | eflash |
| 3014 | ] |
| 3015 | cored: |
| 3016 | [ |
| 3017 | rom |
| 3018 | debug_mem |
| 3019 | ram_main |
| 3020 | eflash |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3021 | peri |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3022 | flash_ctrl |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 3023 | aes |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3024 | hmac |
| 3025 | rv_plic |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 3026 | pinmux |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 3027 | padctrl |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3028 | alert_handler |
| 3029 | nmi_gen |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 3030 | otbn |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 3031 | keymgr |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3032 | ] |
| 3033 | dm_sba: |
| 3034 | [ |
| 3035 | rom |
| 3036 | ram_main |
| 3037 | eflash |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3038 | peri |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3039 | flash_ctrl |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 3040 | aes |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3041 | hmac |
| 3042 | rv_plic |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 3043 | pinmux |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 3044 | padctrl |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3045 | alert_handler |
| 3046 | nmi_gen |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 3047 | otbn |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3048 | ] |
| 3049 | } |
| 3050 | nodes: |
| 3051 | [ |
| 3052 | { |
| 3053 | name: corei |
| 3054 | type: host |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3055 | clock: clk_main_i |
| 3056 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3057 | pipeline: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3058 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3059 | stub: false |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3060 | inst_type: rv_core_ibex |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3061 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3062 | } |
| 3063 | { |
| 3064 | name: cored |
| 3065 | type: host |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3066 | clock: clk_main_i |
| 3067 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3068 | pipeline: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3069 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3070 | stub: false |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3071 | inst_type: rv_core_ibex |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3072 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3073 | } |
| 3074 | { |
| 3075 | name: dm_sba |
| 3076 | type: host |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3077 | clock: clk_main_i |
| 3078 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3079 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3080 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3081 | stub: false |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3082 | inst_type: rv_dm |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3083 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3084 | } |
| 3085 | { |
| 3086 | name: rom |
| 3087 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3088 | clock: clk_main_i |
| 3089 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3090 | pipeline: "false" |
Timothy Chen | 4446103 | 2019-09-20 15:35:20 -0700 | [diff] [blame] | 3091 | inst_type: rom |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3092 | addr_range: |
| 3093 | [ |
| 3094 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3095 | base_addr: 0x00008000 |
Timothy Chen | da2e344 | 2020-02-24 21:37:47 -0800 | [diff] [blame] | 3096 | size_byte: 0x4000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3097 | } |
| 3098 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3099 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3100 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3101 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3102 | } |
| 3103 | { |
| 3104 | name: debug_mem |
| 3105 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3106 | clock: clk_main_i |
| 3107 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3108 | pipeline_byp: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3109 | inst_type: rv_dm |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3110 | addr_range: |
| 3111 | [ |
| 3112 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3113 | base_addr: 0x1A110000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3114 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3115 | } |
| 3116 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3117 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3118 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3119 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3120 | } |
| 3121 | { |
| 3122 | name: ram_main |
| 3123 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3124 | clock: clk_main_i |
| 3125 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3126 | pipeline: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3127 | inst_type: ram_1p |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3128 | addr_range: |
| 3129 | [ |
| 3130 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3131 | base_addr: 0x10000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3132 | size_byte: 0x10000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3133 | } |
| 3134 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3135 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3136 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3137 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3138 | } |
| 3139 | { |
| 3140 | name: eflash |
| 3141 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3142 | clock: clk_main_i |
| 3143 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3144 | pipeline: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3145 | inst_type: eflash |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3146 | addr_range: |
| 3147 | [ |
| 3148 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3149 | base_addr: 0x20000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3150 | size_byte: 0x80000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3151 | } |
| 3152 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3153 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3154 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3155 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3156 | } |
| 3157 | { |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3158 | name: peri |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3159 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3160 | clock: clk_fixed_i |
| 3161 | reset: rst_fixed_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3162 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3163 | xbar: true |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3164 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3165 | pipeline: "true" |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3166 | addr_range: |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3167 | [ |
| 3168 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3169 | base_addr: 0x18000000 |
| 3170 | size_byte: 0x1000 |
| 3171 | } |
| 3172 | { |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3173 | base_addr: 0x40000000 |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3174 | size_byte: 0x21000 |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3175 | } |
| 3176 | { |
| 3177 | base_addr: 0x40080000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3178 | size_byte: 0x1000 |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3179 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 3180 | { |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 3181 | base_addr: 0x400A0000 |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3182 | size_byte: 0x21000 |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 3183 | } |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 3184 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3185 | base_addr: 0x40150000 |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 3186 | size_byte: 0x1000 |
| 3187 | } |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 3188 | { |
| 3189 | base_addr: 0x40170000 |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3190 | size_byte: 0x11000 |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 3191 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3192 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3193 | } |
| 3194 | { |
| 3195 | name: flash_ctrl |
| 3196 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3197 | clock: clk_main_i |
| 3198 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3199 | pipeline_byp: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3200 | inst_type: flash_ctrl |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3201 | addr_range: |
| 3202 | [ |
| 3203 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3204 | base_addr: 0x40030000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3205 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3206 | } |
| 3207 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3208 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3209 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3210 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3211 | } |
| 3212 | { |
| 3213 | name: hmac |
| 3214 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3215 | clock: clk_main_i |
| 3216 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3217 | pipeline_byp: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3218 | inst_type: hmac |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3219 | addr_range: |
| 3220 | [ |
| 3221 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3222 | base_addr: 0x40120000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3223 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3224 | } |
| 3225 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3226 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3227 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3228 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3229 | } |
| 3230 | { |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 3231 | name: aes |
| 3232 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3233 | clock: clk_main_i |
| 3234 | reset: rst_main_ni |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 3235 | pipeline_byp: "false" |
| 3236 | inst_type: aes |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3237 | addr_range: |
| 3238 | [ |
| 3239 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3240 | base_addr: 0x40110000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3241 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3242 | } |
| 3243 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3244 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3245 | stub: false |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 3246 | pipeline: "true" |
| 3247 | } |
| 3248 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3249 | name: rv_plic |
| 3250 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3251 | clock: clk_main_i |
| 3252 | reset: rst_main_ni |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3253 | inst_type: rv_plic |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3254 | addr_range: |
| 3255 | [ |
| 3256 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3257 | base_addr: 0x40090000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3258 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3259 | } |
| 3260 | ] |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3261 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3262 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3263 | stub: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 3264 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3265 | } |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 3266 | { |
| 3267 | name: pinmux |
| 3268 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3269 | clock: clk_main_i |
| 3270 | reset: rst_fixed_ni |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 3271 | inst_type: pinmux |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3272 | addr_range: |
| 3273 | [ |
| 3274 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3275 | base_addr: 0x40070000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3276 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3277 | } |
| 3278 | ] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 3279 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3280 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3281 | stub: false |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 3282 | pipeline: "true" |
| 3283 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3284 | { |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 3285 | name: padctrl |
| 3286 | type: device |
| 3287 | clock: clk_main_i |
| 3288 | reset: rst_fixed_ni |
| 3289 | inst_type: padctrl |
| 3290 | addr_range: |
| 3291 | [ |
| 3292 | { |
| 3293 | base_addr: 0x40160000 |
| 3294 | size_byte: 0x1000 |
| 3295 | } |
| 3296 | ] |
| 3297 | pipeline_byp: "false" |
| 3298 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3299 | stub: false |
Michael Schaffner | 79eb65f | 2020-05-01 19:12:47 -0700 | [diff] [blame] | 3300 | pipeline: "true" |
| 3301 | } |
| 3302 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3303 | name: alert_handler |
| 3304 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3305 | clock: clk_main_i |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3306 | inst_type: alert_handler |
| 3307 | pipeline_byp: "false" |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3308 | addr_range: |
| 3309 | [ |
| 3310 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3311 | base_addr: 0x40130000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3312 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3313 | } |
| 3314 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3315 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3316 | stub: false |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3317 | pipeline: "true" |
| 3318 | } |
| 3319 | { |
| 3320 | name: nmi_gen |
| 3321 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3322 | clock: clk_main_i |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3323 | inst_type: nmi_gen |
| 3324 | pipeline_byp: "false" |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3325 | addr_range: |
| 3326 | [ |
| 3327 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3328 | base_addr: 0x40140000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3329 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3330 | } |
| 3331 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3332 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3333 | stub: false |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3334 | pipeline: "true" |
| 3335 | } |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 3336 | { |
| 3337 | name: otbn |
| 3338 | type: device |
| 3339 | clock: clk_main_i |
| 3340 | reset: rst_main_ni |
| 3341 | pipeline_byp: "false" |
| 3342 | inst_type: otbn |
| 3343 | addr_range: |
| 3344 | [ |
| 3345 | { |
| 3346 | base_addr: 0x50000000 |
| 3347 | size_byte: 0x400000 |
| 3348 | } |
| 3349 | ] |
| 3350 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3351 | stub: false |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 3352 | pipeline: "true" |
| 3353 | } |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 3354 | { |
| 3355 | name: keymgr |
| 3356 | type: device |
| 3357 | clock: clk_main_i |
| 3358 | reset: rst_main_ni |
| 3359 | pipeline_byp: "false" |
| 3360 | inst_type: keymgr |
| 3361 | addr_range: |
| 3362 | [ |
| 3363 | { |
| 3364 | base_addr: 0x401a0000 |
| 3365 | size_byte: 0x1000 |
| 3366 | } |
| 3367 | ] |
| 3368 | xbar: false |
| 3369 | stub: false |
| 3370 | pipeline: "true" |
| 3371 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3372 | ] |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 3373 | clock: clk_main_i |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3374 | type: xbar |
| 3375 | inter_signal_list: |
| 3376 | [ |
| 3377 | { |
| 3378 | struct: tl |
| 3379 | type: req_rsp |
| 3380 | name: tl_corei |
| 3381 | act: rsp |
| 3382 | package: tlul_pkg |
| 3383 | inst_name: main |
| 3384 | width: 1 |
| 3385 | default: "" |
| 3386 | top_signame: main_tl_corei |
| 3387 | index: -1 |
| 3388 | } |
| 3389 | { |
| 3390 | struct: tl |
| 3391 | type: req_rsp |
| 3392 | name: tl_cored |
| 3393 | act: rsp |
| 3394 | package: tlul_pkg |
| 3395 | inst_name: main |
| 3396 | width: 1 |
| 3397 | default: "" |
| 3398 | top_signame: main_tl_cored |
| 3399 | index: -1 |
| 3400 | } |
| 3401 | { |
| 3402 | struct: tl |
| 3403 | type: req_rsp |
| 3404 | name: tl_dm_sba |
| 3405 | act: rsp |
| 3406 | package: tlul_pkg |
| 3407 | inst_name: main |
| 3408 | width: 1 |
| 3409 | default: "" |
| 3410 | top_signame: main_tl_dm_sba |
| 3411 | index: -1 |
| 3412 | } |
| 3413 | { |
| 3414 | struct: tl |
| 3415 | type: req_rsp |
| 3416 | name: tl_rom |
| 3417 | act: req |
| 3418 | package: tlul_pkg |
| 3419 | inst_name: main |
| 3420 | width: 1 |
| 3421 | default: "" |
| 3422 | top_signame: rom_tl |
| 3423 | index: -1 |
| 3424 | } |
| 3425 | { |
| 3426 | struct: tl |
| 3427 | type: req_rsp |
| 3428 | name: tl_debug_mem |
| 3429 | act: req |
| 3430 | package: tlul_pkg |
| 3431 | inst_name: main |
| 3432 | width: 1 |
| 3433 | default: "" |
| 3434 | top_signame: main_tl_debug_mem |
| 3435 | index: -1 |
| 3436 | } |
| 3437 | { |
| 3438 | struct: tl |
| 3439 | type: req_rsp |
| 3440 | name: tl_ram_main |
| 3441 | act: req |
| 3442 | package: tlul_pkg |
| 3443 | inst_name: main |
| 3444 | width: 1 |
| 3445 | default: "" |
| 3446 | top_signame: ram_main_tl |
| 3447 | index: -1 |
| 3448 | } |
| 3449 | { |
| 3450 | struct: tl |
| 3451 | type: req_rsp |
| 3452 | name: tl_eflash |
| 3453 | act: req |
| 3454 | package: tlul_pkg |
| 3455 | inst_name: main |
| 3456 | width: 1 |
| 3457 | default: "" |
| 3458 | top_signame: eflash_tl |
| 3459 | index: -1 |
| 3460 | } |
| 3461 | { |
| 3462 | struct: tl |
| 3463 | type: req_rsp |
| 3464 | name: tl_peri |
| 3465 | act: req |
| 3466 | package: tlul_pkg |
| 3467 | inst_name: main |
| 3468 | width: 1 |
| 3469 | default: "" |
| 3470 | top_signame: main_tl_peri |
| 3471 | index: -1 |
| 3472 | } |
| 3473 | { |
| 3474 | struct: tl |
| 3475 | type: req_rsp |
| 3476 | name: tl_flash_ctrl |
| 3477 | act: req |
| 3478 | package: tlul_pkg |
| 3479 | inst_name: main |
| 3480 | width: 1 |
| 3481 | default: "" |
| 3482 | top_signame: flash_ctrl_tl |
| 3483 | index: -1 |
| 3484 | } |
| 3485 | { |
| 3486 | struct: tl |
| 3487 | type: req_rsp |
| 3488 | name: tl_hmac |
| 3489 | act: req |
| 3490 | package: tlul_pkg |
| 3491 | inst_name: main |
| 3492 | width: 1 |
| 3493 | default: "" |
| 3494 | top_signame: hmac_tl |
| 3495 | index: -1 |
| 3496 | } |
| 3497 | { |
| 3498 | struct: tl |
| 3499 | type: req_rsp |
| 3500 | name: tl_aes |
| 3501 | act: req |
| 3502 | package: tlul_pkg |
| 3503 | inst_name: main |
| 3504 | width: 1 |
| 3505 | default: "" |
| 3506 | top_signame: aes_tl |
| 3507 | index: -1 |
| 3508 | } |
| 3509 | { |
| 3510 | struct: tl |
| 3511 | type: req_rsp |
| 3512 | name: tl_rv_plic |
| 3513 | act: req |
| 3514 | package: tlul_pkg |
| 3515 | inst_name: main |
| 3516 | width: 1 |
| 3517 | default: "" |
| 3518 | top_signame: rv_plic_tl |
| 3519 | index: -1 |
| 3520 | } |
| 3521 | { |
| 3522 | struct: tl |
| 3523 | type: req_rsp |
| 3524 | name: tl_pinmux |
| 3525 | act: req |
| 3526 | package: tlul_pkg |
| 3527 | inst_name: main |
| 3528 | width: 1 |
| 3529 | default: "" |
| 3530 | top_signame: pinmux_tl |
| 3531 | index: -1 |
| 3532 | } |
| 3533 | { |
| 3534 | struct: tl |
| 3535 | type: req_rsp |
| 3536 | name: tl_padctrl |
| 3537 | act: req |
| 3538 | package: tlul_pkg |
| 3539 | inst_name: main |
| 3540 | width: 1 |
| 3541 | default: "" |
| 3542 | top_signame: padctrl_tl |
| 3543 | index: -1 |
| 3544 | } |
| 3545 | { |
| 3546 | struct: tl |
| 3547 | type: req_rsp |
| 3548 | name: tl_alert_handler |
| 3549 | act: req |
| 3550 | package: tlul_pkg |
| 3551 | inst_name: main |
| 3552 | width: 1 |
| 3553 | default: "" |
| 3554 | top_signame: alert_handler_tl |
| 3555 | index: -1 |
| 3556 | } |
| 3557 | { |
| 3558 | struct: tl |
| 3559 | type: req_rsp |
| 3560 | name: tl_nmi_gen |
| 3561 | act: req |
| 3562 | package: tlul_pkg |
| 3563 | inst_name: main |
| 3564 | width: 1 |
| 3565 | default: "" |
| 3566 | top_signame: nmi_gen_tl |
| 3567 | index: -1 |
| 3568 | } |
| 3569 | { |
| 3570 | struct: tl |
| 3571 | type: req_rsp |
| 3572 | name: tl_otbn |
| 3573 | act: req |
| 3574 | package: tlul_pkg |
| 3575 | inst_name: main |
| 3576 | width: 1 |
| 3577 | default: "" |
| 3578 | top_signame: otbn_tl |
| 3579 | index: -1 |
| 3580 | } |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 3581 | { |
| 3582 | struct: tl |
| 3583 | type: req_rsp |
| 3584 | name: tl_keymgr |
| 3585 | act: req |
| 3586 | package: tlul_pkg |
| 3587 | inst_name: main |
| 3588 | width: 1 |
| 3589 | default: "" |
| 3590 | top_signame: keymgr_tl |
| 3591 | index: -1 |
| 3592 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3593 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3594 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3595 | { |
| 3596 | name: peri |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 3597 | clock_srcs: |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3598 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 3599 | clk_peri_i: io_div4 |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3600 | } |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 3601 | clock_group: infra |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3602 | reset: rst_peri_ni |
| 3603 | reset_connections: |
| 3604 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 3605 | rst_peri_ni: sys_io_div4 |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3606 | } |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 3607 | clock_reset_export: [] |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 3608 | clock_connections: |
| 3609 | { |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 3610 | clk_peri_i: clkmgr_clocks.clk_io_div4_infra |
Timothy Chen | 0550d69 | 2020-04-20 17:19:35 -0700 | [diff] [blame] | 3611 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3612 | connections: |
| 3613 | { |
| 3614 | main: |
| 3615 | [ |
| 3616 | uart |
| 3617 | gpio |
| 3618 | spi_device |
| 3619 | rv_timer |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 3620 | usbdev |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 3621 | pwrmgr |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 3622 | rstmgr |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 3623 | clkmgr |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 3624 | ram_ret |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 3625 | sensor_ctrl |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3626 | ast_wrapper |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3627 | ] |
| 3628 | } |
| 3629 | nodes: |
| 3630 | [ |
| 3631 | { |
| 3632 | name: main |
| 3633 | type: host |
| 3634 | clock: clk_peri_i |
| 3635 | reset: rst_peri_ni |
| 3636 | xbar: true |
| 3637 | pipeline: "false" |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3638 | stub: false |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3639 | inst_type: "" |
| 3640 | pipeline_byp: "true" |
| 3641 | } |
| 3642 | { |
| 3643 | name: uart |
| 3644 | type: device |
| 3645 | clock: clk_peri_i |
| 3646 | reset: rst_peri_ni |
| 3647 | pipeline: "false" |
| 3648 | inst_type: uart |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3649 | addr_range: |
| 3650 | [ |
| 3651 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3652 | base_addr: 0x40000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3653 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3654 | } |
| 3655 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3656 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3657 | stub: false |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3658 | pipeline_byp: "true" |
| 3659 | } |
| 3660 | { |
| 3661 | name: gpio |
| 3662 | type: device |
| 3663 | clock: clk_peri_i |
| 3664 | reset: rst_peri_ni |
| 3665 | pipeline: "false" |
| 3666 | inst_type: gpio |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3667 | addr_range: |
| 3668 | [ |
| 3669 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3670 | base_addr: 0x40010000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3671 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3672 | } |
| 3673 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3674 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3675 | stub: false |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3676 | pipeline_byp: "true" |
| 3677 | } |
| 3678 | { |
| 3679 | name: spi_device |
| 3680 | type: device |
| 3681 | clock: clk_peri_i |
| 3682 | reset: rst_peri_ni |
| 3683 | pipeline: "false" |
| 3684 | inst_type: spi_device |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3685 | addr_range: |
| 3686 | [ |
| 3687 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3688 | base_addr: 0x40020000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3689 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3690 | } |
| 3691 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3692 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3693 | stub: false |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3694 | pipeline_byp: "true" |
| 3695 | } |
| 3696 | { |
| 3697 | name: rv_timer |
| 3698 | type: device |
| 3699 | clock: clk_peri_i |
| 3700 | reset: rst_peri_ni |
| 3701 | pipeline: "false" |
| 3702 | inst_type: rv_timer |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3703 | addr_range: |
| 3704 | [ |
| 3705 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3706 | base_addr: 0x40080000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3707 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 3708 | } |
| 3709 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3710 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3711 | stub: false |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3712 | pipeline_byp: "true" |
| 3713 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 3714 | { |
| 3715 | name: usbdev |
| 3716 | type: device |
| 3717 | clock: clk_peri_i |
| 3718 | reset: rst_peri_ni |
| 3719 | pipeline: "false" |
| 3720 | inst_type: usbdev |
| 3721 | addr_range: |
| 3722 | [ |
| 3723 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 3724 | base_addr: 0x40150000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 3725 | size_byte: 0x1000 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 3726 | } |
| 3727 | ] |
| 3728 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3729 | stub: false |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 3730 | pipeline_byp: "true" |
| 3731 | } |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 3732 | { |
| 3733 | name: pwrmgr |
| 3734 | type: device |
| 3735 | clock: clk_peri_i |
| 3736 | reset: rst_peri_ni |
| 3737 | pipeline: "false" |
| 3738 | inst_type: pwrmgr |
| 3739 | addr_range: |
| 3740 | [ |
| 3741 | { |
| 3742 | base_addr: 0x400A0000 |
| 3743 | size_byte: 0x1000 |
| 3744 | } |
| 3745 | ] |
| 3746 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3747 | stub: false |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 3748 | pipeline_byp: "true" |
| 3749 | } |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 3750 | { |
| 3751 | name: rstmgr |
| 3752 | type: device |
| 3753 | clock: clk_peri_i |
| 3754 | reset: rst_peri_ni |
| 3755 | pipeline: "false" |
| 3756 | inst_type: rstmgr |
| 3757 | addr_range: |
| 3758 | [ |
| 3759 | { |
| 3760 | base_addr: 0x400B0000 |
| 3761 | size_byte: 0x1000 |
| 3762 | } |
| 3763 | ] |
| 3764 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3765 | stub: false |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 3766 | pipeline_byp: "true" |
| 3767 | } |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 3768 | { |
| 3769 | name: clkmgr |
| 3770 | type: device |
| 3771 | clock: clk_peri_i |
| 3772 | reset: rst_peri_ni |
| 3773 | pipeline: "false" |
| 3774 | inst_type: clkmgr |
| 3775 | addr_range: |
| 3776 | [ |
| 3777 | { |
| 3778 | base_addr: 0x400C0000 |
| 3779 | size_byte: 0x1000 |
| 3780 | } |
| 3781 | ] |
| 3782 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3783 | stub: false |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 3784 | pipeline_byp: "true" |
| 3785 | } |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 3786 | { |
| 3787 | name: ram_ret |
| 3788 | type: device |
| 3789 | clock: clk_peri_i |
| 3790 | reset: rst_peri_ni |
| 3791 | pipeline: "false" |
| 3792 | inst_type: ram_1p |
| 3793 | addr_range: |
| 3794 | [ |
| 3795 | { |
| 3796 | base_addr: 0x18000000 |
| 3797 | size_byte: 0x1000 |
| 3798 | } |
| 3799 | ] |
| 3800 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3801 | stub: false |
Timothy Chen | 6e2ba84 | 2020-06-29 15:04:13 -0700 | [diff] [blame] | 3802 | pipeline_byp: "true" |
| 3803 | } |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 3804 | { |
| 3805 | name: sensor_ctrl |
| 3806 | type: device |
| 3807 | clock: clk_peri_i |
| 3808 | reset: rst_peri_ni |
| 3809 | pipeline: "false" |
| 3810 | inst_type: sensor_ctrl |
| 3811 | addr_range: |
| 3812 | [ |
| 3813 | { |
| 3814 | base_addr: 0x40170000 |
| 3815 | size_byte: 0x1000 |
| 3816 | } |
| 3817 | ] |
| 3818 | xbar: false |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3819 | stub: false |
| 3820 | pipeline_byp: "true" |
| 3821 | } |
| 3822 | { |
| 3823 | name: ast_wrapper |
| 3824 | type: device |
| 3825 | clock: clk_peri_i |
| 3826 | reset: rst_peri_ni |
| 3827 | pipeline: "false" |
| 3828 | stub: true |
| 3829 | addr_range: |
| 3830 | [ |
| 3831 | { |
| 3832 | base_addr: 0x40180000 |
| 3833 | size_byte: 0x1000 |
| 3834 | } |
| 3835 | ] |
| 3836 | xbar: false |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 3837 | pipeline_byp: "true" |
| 3838 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3839 | ] |
| 3840 | clock: clk_peri_i |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3841 | type: xbar |
| 3842 | inter_signal_list: |
| 3843 | [ |
| 3844 | { |
| 3845 | struct: tl |
| 3846 | type: req_rsp |
| 3847 | name: tl_main |
| 3848 | act: rsp |
| 3849 | package: tlul_pkg |
| 3850 | inst_name: peri |
| 3851 | width: 1 |
| 3852 | default: "" |
| 3853 | top_signame: main_tl_peri |
| 3854 | index: -1 |
| 3855 | } |
| 3856 | { |
| 3857 | struct: tl |
| 3858 | type: req_rsp |
| 3859 | name: tl_uart |
| 3860 | act: req |
| 3861 | package: tlul_pkg |
| 3862 | inst_name: peri |
| 3863 | width: 1 |
| 3864 | default: "" |
| 3865 | top_signame: uart_tl |
| 3866 | index: -1 |
| 3867 | } |
| 3868 | { |
| 3869 | struct: tl |
| 3870 | type: req_rsp |
| 3871 | name: tl_gpio |
| 3872 | act: req |
| 3873 | package: tlul_pkg |
| 3874 | inst_name: peri |
| 3875 | width: 1 |
| 3876 | default: "" |
| 3877 | top_signame: gpio_tl |
| 3878 | index: -1 |
| 3879 | } |
| 3880 | { |
| 3881 | struct: tl |
| 3882 | type: req_rsp |
| 3883 | name: tl_spi_device |
| 3884 | act: req |
| 3885 | package: tlul_pkg |
| 3886 | inst_name: peri |
| 3887 | width: 1 |
| 3888 | default: "" |
| 3889 | top_signame: spi_device_tl |
| 3890 | index: -1 |
| 3891 | } |
| 3892 | { |
| 3893 | struct: tl |
| 3894 | type: req_rsp |
| 3895 | name: tl_rv_timer |
| 3896 | act: req |
| 3897 | package: tlul_pkg |
| 3898 | inst_name: peri |
| 3899 | width: 1 |
| 3900 | default: "" |
| 3901 | top_signame: rv_timer_tl |
| 3902 | index: -1 |
| 3903 | } |
| 3904 | { |
| 3905 | struct: tl |
| 3906 | type: req_rsp |
| 3907 | name: tl_usbdev |
| 3908 | act: req |
| 3909 | package: tlul_pkg |
| 3910 | inst_name: peri |
| 3911 | width: 1 |
| 3912 | default: "" |
| 3913 | top_signame: usbdev_tl |
| 3914 | index: -1 |
| 3915 | } |
| 3916 | { |
| 3917 | struct: tl |
| 3918 | type: req_rsp |
| 3919 | name: tl_pwrmgr |
| 3920 | act: req |
| 3921 | package: tlul_pkg |
| 3922 | inst_name: peri |
| 3923 | width: 1 |
| 3924 | default: "" |
| 3925 | top_signame: pwrmgr_tl |
| 3926 | index: -1 |
| 3927 | } |
| 3928 | { |
| 3929 | struct: tl |
| 3930 | type: req_rsp |
| 3931 | name: tl_rstmgr |
| 3932 | act: req |
| 3933 | package: tlul_pkg |
| 3934 | inst_name: peri |
| 3935 | width: 1 |
| 3936 | default: "" |
| 3937 | top_signame: rstmgr_tl |
| 3938 | index: -1 |
| 3939 | } |
| 3940 | { |
| 3941 | struct: tl |
| 3942 | type: req_rsp |
| 3943 | name: tl_clkmgr |
| 3944 | act: req |
| 3945 | package: tlul_pkg |
| 3946 | inst_name: peri |
| 3947 | width: 1 |
| 3948 | default: "" |
| 3949 | top_signame: clkmgr_tl |
| 3950 | index: -1 |
| 3951 | } |
| 3952 | { |
| 3953 | struct: tl |
| 3954 | type: req_rsp |
| 3955 | name: tl_ram_ret |
| 3956 | act: req |
| 3957 | package: tlul_pkg |
| 3958 | inst_name: peri |
| 3959 | width: 1 |
| 3960 | default: "" |
| 3961 | top_signame: ram_ret_tl |
| 3962 | index: -1 |
| 3963 | } |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 3964 | { |
| 3965 | struct: tl |
| 3966 | type: req_rsp |
| 3967 | name: tl_sensor_ctrl |
| 3968 | act: req |
| 3969 | package: tlul_pkg |
| 3970 | inst_name: peri |
| 3971 | width: 1 |
| 3972 | default: "" |
| 3973 | top_signame: sensor_ctrl_tl |
| 3974 | index: -1 |
| 3975 | } |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 3976 | { |
| 3977 | struct: tl |
| 3978 | type: req_rsp |
| 3979 | name: tl_ast_wrapper |
| 3980 | act: req |
| 3981 | package: tlul_pkg |
| 3982 | inst_name: peri |
| 3983 | width: 1 |
| 3984 | default: "" |
| 3985 | external: true |
| 3986 | top_signame: ast_tl |
| 3987 | index: -1 |
| 3988 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 3989 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 3990 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 3991 | ] |
| 3992 | interrupt_module: |
| 3993 | [ |
| 3994 | gpio |
| 3995 | uart |
| 3996 | spi_device |
| 3997 | flash_ctrl |
| 3998 | hmac |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 3999 | alert_handler |
| 4000 | nmi_gen |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4001 | usbdev |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 4002 | pwrmgr |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 4003 | otbn |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 4004 | keymgr |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4005 | ] |
| 4006 | interrupt: |
| 4007 | [ |
| 4008 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4009 | name: gpio_gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4010 | width: 32 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4011 | bits: 31:0 |
| 4012 | bitinfo: |
| 4013 | [ |
| 4014 | 4294967295 |
| 4015 | 32 |
| 4016 | 0 |
| 4017 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4018 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4019 | module_name: gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4020 | } |
| 4021 | { |
| 4022 | name: uart_tx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4023 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4024 | bits: "0" |
| 4025 | bitinfo: |
| 4026 | [ |
| 4027 | 1 |
| 4028 | 1 |
| 4029 | 0 |
| 4030 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4031 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4032 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4033 | } |
| 4034 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4035 | name: uart_rx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4036 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4037 | bits: "1" |
| 4038 | bitinfo: |
| 4039 | [ |
| 4040 | 2 |
| 4041 | 1 |
| 4042 | 1 |
| 4043 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4044 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4045 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4046 | } |
| 4047 | { |
Timothy Chen | 087d4f4 | 2019-12-27 16:04:46 -0800 | [diff] [blame] | 4048 | name: uart_tx_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4049 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4050 | bits: "2" |
| 4051 | bitinfo: |
| 4052 | [ |
| 4053 | 4 |
| 4054 | 1 |
| 4055 | 2 |
| 4056 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4057 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4058 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4059 | } |
| 4060 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4061 | name: uart_rx_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4062 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4063 | bits: "3" |
| 4064 | bitinfo: |
| 4065 | [ |
| 4066 | 8 |
| 4067 | 1 |
| 4068 | 3 |
| 4069 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4070 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4071 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4072 | } |
| 4073 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4074 | name: uart_rx_frame_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4075 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4076 | bits: "4" |
| 4077 | bitinfo: |
| 4078 | [ |
| 4079 | 16 |
| 4080 | 1 |
| 4081 | 4 |
| 4082 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4083 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4084 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4085 | } |
| 4086 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4087 | name: uart_rx_break_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4088 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4089 | bits: "5" |
| 4090 | bitinfo: |
| 4091 | [ |
| 4092 | 32 |
| 4093 | 1 |
| 4094 | 5 |
| 4095 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4096 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4097 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4098 | } |
| 4099 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4100 | name: uart_rx_timeout |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4101 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4102 | bits: "6" |
| 4103 | bitinfo: |
| 4104 | [ |
| 4105 | 64 |
| 4106 | 1 |
| 4107 | 6 |
| 4108 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4109 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4110 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4111 | } |
| 4112 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4113 | name: uart_rx_parity_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4114 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4115 | bits: "7" |
| 4116 | bitinfo: |
| 4117 | [ |
| 4118 | 128 |
| 4119 | 1 |
| 4120 | 7 |
| 4121 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4122 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4123 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4124 | } |
| 4125 | { |
Eunchan Kim | 8c57fe3 | 2019-09-02 21:14:24 -0700 | [diff] [blame] | 4126 | name: spi_device_rxf |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4127 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4128 | bits: "0" |
| 4129 | bitinfo: |
| 4130 | [ |
| 4131 | 1 |
| 4132 | 1 |
| 4133 | 0 |
| 4134 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4135 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4136 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4137 | } |
| 4138 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4139 | name: spi_device_rxlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4140 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4141 | bits: "1" |
| 4142 | bitinfo: |
| 4143 | [ |
| 4144 | 2 |
| 4145 | 1 |
| 4146 | 1 |
| 4147 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4148 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4149 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4150 | } |
| 4151 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4152 | name: spi_device_txlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4153 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4154 | bits: "2" |
| 4155 | bitinfo: |
| 4156 | [ |
| 4157 | 4 |
| 4158 | 1 |
| 4159 | 2 |
| 4160 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4161 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4162 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4163 | } |
| 4164 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4165 | name: spi_device_rxerr |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4166 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4167 | bits: "3" |
| 4168 | bitinfo: |
| 4169 | [ |
| 4170 | 8 |
| 4171 | 1 |
| 4172 | 3 |
| 4173 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4174 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4175 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4176 | } |
| 4177 | { |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 4178 | name: spi_device_rxoverflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4179 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4180 | bits: "4" |
| 4181 | bitinfo: |
| 4182 | [ |
| 4183 | 16 |
| 4184 | 1 |
| 4185 | 4 |
| 4186 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4187 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4188 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4189 | } |
| 4190 | { |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 4191 | name: spi_device_txunderflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4192 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4193 | bits: "5" |
| 4194 | bitinfo: |
| 4195 | [ |
| 4196 | 32 |
| 4197 | 1 |
| 4198 | 5 |
| 4199 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4200 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4201 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4202 | } |
| 4203 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4204 | name: flash_ctrl_prog_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4205 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4206 | bits: "0" |
| 4207 | bitinfo: |
| 4208 | [ |
| 4209 | 1 |
| 4210 | 1 |
| 4211 | 0 |
| 4212 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4213 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4214 | module_name: flash_ctrl |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4215 | } |
| 4216 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4217 | name: flash_ctrl_prog_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4218 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4219 | bits: "1" |
| 4220 | bitinfo: |
| 4221 | [ |
| 4222 | 2 |
| 4223 | 1 |
| 4224 | 1 |
| 4225 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4226 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4227 | module_name: flash_ctrl |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4228 | } |
| 4229 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4230 | name: flash_ctrl_rd_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4231 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4232 | bits: "2" |
| 4233 | bitinfo: |
| 4234 | [ |
| 4235 | 4 |
| 4236 | 1 |
| 4237 | 2 |
| 4238 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4239 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4240 | module_name: flash_ctrl |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4241 | } |
| 4242 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4243 | name: flash_ctrl_rd_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4244 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4245 | bits: "3" |
| 4246 | bitinfo: |
| 4247 | [ |
| 4248 | 8 |
| 4249 | 1 |
| 4250 | 3 |
| 4251 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4252 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4253 | module_name: flash_ctrl |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4254 | } |
| 4255 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4256 | name: flash_ctrl_op_done |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4257 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4258 | bits: "4" |
| 4259 | bitinfo: |
| 4260 | [ |
| 4261 | 16 |
| 4262 | 1 |
| 4263 | 4 |
| 4264 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4265 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4266 | module_name: flash_ctrl |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4267 | } |
| 4268 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4269 | name: flash_ctrl_op_error |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4270 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4271 | bits: "5" |
| 4272 | bitinfo: |
| 4273 | [ |
| 4274 | 32 |
| 4275 | 1 |
| 4276 | 5 |
| 4277 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4278 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4279 | module_name: flash_ctrl |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4280 | } |
| 4281 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4282 | name: hmac_hmac_done |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4283 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4284 | bits: "0" |
| 4285 | bitinfo: |
| 4286 | [ |
| 4287 | 1 |
| 4288 | 1 |
| 4289 | 0 |
| 4290 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4291 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4292 | module_name: hmac |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4293 | } |
| 4294 | { |
Eunchan Kim | d9d69aa | 2020-03-20 10:21:11 -0700 | [diff] [blame] | 4295 | name: hmac_fifo_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4296 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4297 | bits: "1" |
| 4298 | bitinfo: |
| 4299 | [ |
| 4300 | 2 |
| 4301 | 1 |
| 4302 | 1 |
| 4303 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4304 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4305 | module_name: hmac |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4306 | } |
| 4307 | { |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 4308 | name: hmac_hmac_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4309 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4310 | bits: "2" |
| 4311 | bitinfo: |
| 4312 | [ |
| 4313 | 4 |
| 4314 | 1 |
| 4315 | 2 |
| 4316 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4317 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4318 | module_name: hmac |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4319 | } |
| 4320 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4321 | name: alert_handler_classa |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4322 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4323 | bits: "0" |
| 4324 | bitinfo: |
| 4325 | [ |
| 4326 | 1 |
| 4327 | 1 |
| 4328 | 0 |
| 4329 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4330 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4331 | module_name: alert_handler |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4332 | } |
| 4333 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4334 | name: alert_handler_classb |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4335 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4336 | bits: "1" |
| 4337 | bitinfo: |
| 4338 | [ |
| 4339 | 2 |
| 4340 | 1 |
| 4341 | 1 |
| 4342 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4343 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4344 | module_name: alert_handler |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4345 | } |
| 4346 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4347 | name: alert_handler_classc |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4348 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4349 | bits: "2" |
| 4350 | bitinfo: |
| 4351 | [ |
| 4352 | 4 |
| 4353 | 1 |
| 4354 | 2 |
| 4355 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4356 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4357 | module_name: alert_handler |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4358 | } |
| 4359 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4360 | name: alert_handler_classd |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4361 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4362 | bits: "3" |
| 4363 | bitinfo: |
| 4364 | [ |
| 4365 | 8 |
| 4366 | 1 |
| 4367 | 3 |
| 4368 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4369 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4370 | module_name: alert_handler |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4371 | } |
| 4372 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4373 | name: nmi_gen_esc0 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4374 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4375 | bits: "0" |
| 4376 | bitinfo: |
| 4377 | [ |
| 4378 | 1 |
| 4379 | 1 |
| 4380 | 0 |
| 4381 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4382 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4383 | module_name: nmi_gen |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4384 | } |
| 4385 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4386 | name: nmi_gen_esc1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4387 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4388 | bits: "1" |
| 4389 | bitinfo: |
| 4390 | [ |
| 4391 | 2 |
| 4392 | 1 |
| 4393 | 1 |
| 4394 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4395 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4396 | module_name: nmi_gen |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4397 | } |
| 4398 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4399 | name: nmi_gen_esc2 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4400 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4401 | bits: "2" |
| 4402 | bitinfo: |
| 4403 | [ |
| 4404 | 4 |
| 4405 | 1 |
| 4406 | 2 |
| 4407 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4408 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4409 | module_name: nmi_gen |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4410 | } |
| 4411 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4412 | name: usbdev_pkt_received |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4413 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4414 | bits: "0" |
| 4415 | bitinfo: |
| 4416 | [ |
| 4417 | 1 |
| 4418 | 1 |
| 4419 | 0 |
| 4420 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4421 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4422 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4423 | } |
| 4424 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4425 | name: usbdev_pkt_sent |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4426 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4427 | bits: "1" |
| 4428 | bitinfo: |
| 4429 | [ |
| 4430 | 2 |
| 4431 | 1 |
| 4432 | 1 |
| 4433 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4434 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4435 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4436 | } |
| 4437 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4438 | name: usbdev_disconnected |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4439 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4440 | bits: "2" |
| 4441 | bitinfo: |
| 4442 | [ |
| 4443 | 4 |
| 4444 | 1 |
| 4445 | 2 |
| 4446 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4447 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4448 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4449 | } |
| 4450 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4451 | name: usbdev_host_lost |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4452 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4453 | bits: "3" |
| 4454 | bitinfo: |
| 4455 | [ |
| 4456 | 8 |
| 4457 | 1 |
| 4458 | 3 |
| 4459 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4460 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4461 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4462 | } |
| 4463 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4464 | name: usbdev_link_reset |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4465 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4466 | bits: "4" |
| 4467 | bitinfo: |
| 4468 | [ |
| 4469 | 16 |
| 4470 | 1 |
| 4471 | 4 |
| 4472 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4473 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4474 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4475 | } |
| 4476 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4477 | name: usbdev_link_suspend |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4478 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4479 | bits: "5" |
| 4480 | bitinfo: |
| 4481 | [ |
| 4482 | 32 |
| 4483 | 1 |
| 4484 | 5 |
| 4485 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4486 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4487 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4488 | } |
| 4489 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4490 | name: usbdev_link_resume |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4491 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4492 | bits: "6" |
| 4493 | bitinfo: |
| 4494 | [ |
| 4495 | 64 |
| 4496 | 1 |
| 4497 | 6 |
| 4498 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4499 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4500 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4501 | } |
| 4502 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4503 | name: usbdev_av_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4504 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4505 | bits: "7" |
| 4506 | bitinfo: |
| 4507 | [ |
| 4508 | 128 |
| 4509 | 1 |
| 4510 | 7 |
| 4511 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4512 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4513 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4514 | } |
| 4515 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4516 | name: usbdev_rx_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4517 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4518 | bits: "8" |
| 4519 | bitinfo: |
| 4520 | [ |
| 4521 | 256 |
| 4522 | 1 |
| 4523 | 8 |
| 4524 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4525 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4526 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4527 | } |
| 4528 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4529 | name: usbdev_av_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4530 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4531 | bits: "9" |
| 4532 | bitinfo: |
| 4533 | [ |
| 4534 | 512 |
| 4535 | 1 |
| 4536 | 9 |
| 4537 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4538 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4539 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4540 | } |
| 4541 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4542 | name: usbdev_link_in_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4543 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4544 | bits: "10" |
| 4545 | bitinfo: |
| 4546 | [ |
| 4547 | 1024 |
| 4548 | 1 |
| 4549 | 10 |
| 4550 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4551 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4552 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4553 | } |
| 4554 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4555 | name: usbdev_rx_crc_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4556 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4557 | bits: "11" |
| 4558 | bitinfo: |
| 4559 | [ |
| 4560 | 2048 |
| 4561 | 1 |
| 4562 | 11 |
| 4563 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4564 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4565 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4566 | } |
| 4567 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4568 | name: usbdev_rx_pid_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4569 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4570 | bits: "12" |
| 4571 | bitinfo: |
| 4572 | [ |
| 4573 | 4096 |
| 4574 | 1 |
| 4575 | 12 |
| 4576 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4577 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4578 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4579 | } |
| 4580 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4581 | name: usbdev_rx_bitstuff_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4582 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4583 | bits: "13" |
| 4584 | bitinfo: |
| 4585 | [ |
| 4586 | 8192 |
| 4587 | 1 |
| 4588 | 13 |
| 4589 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4590 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4591 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4592 | } |
| 4593 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4594 | name: usbdev_frame |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4595 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4596 | bits: "14" |
| 4597 | bitinfo: |
| 4598 | [ |
| 4599 | 16384 |
| 4600 | 1 |
| 4601 | 14 |
| 4602 | ] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4603 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4604 | module_name: usbdev |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4605 | } |
| 4606 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4607 | name: usbdev_connected |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4608 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4609 | bits: "15" |
| 4610 | bitinfo: |
| 4611 | [ |
| 4612 | 32768 |
| 4613 | 1 |
| 4614 | 15 |
| 4615 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4616 | type: interrupt |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4617 | module_name: usbdev |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4618 | } |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 4619 | { |
| 4620 | name: pwrmgr_wakeup |
| 4621 | width: 1 |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4622 | bits: "0" |
| 4623 | bitinfo: |
| 4624 | [ |
| 4625 | 1 |
| 4626 | 1 |
| 4627 | 0 |
| 4628 | ] |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 4629 | type: interrupt |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 4630 | module_name: pwrmgr |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 4631 | } |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 4632 | { |
| 4633 | name: otbn_done |
| 4634 | width: 1 |
| 4635 | bits: "0" |
| 4636 | bitinfo: |
| 4637 | [ |
| 4638 | 1 |
| 4639 | 1 |
| 4640 | 0 |
| 4641 | ] |
| 4642 | type: interrupt |
| 4643 | module_name: otbn |
| 4644 | } |
| 4645 | { |
| 4646 | name: otbn_err |
| 4647 | width: 1 |
| 4648 | bits: "1" |
| 4649 | bitinfo: |
| 4650 | [ |
| 4651 | 2 |
| 4652 | 1 |
| 4653 | 1 |
| 4654 | ] |
| 4655 | type: interrupt |
| 4656 | module_name: otbn |
| 4657 | } |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 4658 | { |
| 4659 | name: keymgr_op_done |
| 4660 | width: 1 |
| 4661 | bits: "0" |
| 4662 | bitinfo: |
| 4663 | [ |
| 4664 | 1 |
| 4665 | 1 |
| 4666 | 0 |
| 4667 | ] |
| 4668 | type: interrupt |
| 4669 | module_name: keymgr |
| 4670 | } |
| 4671 | { |
| 4672 | name: keymgr_err |
| 4673 | width: 1 |
| 4674 | bits: "1" |
| 4675 | bitinfo: |
| 4676 | [ |
| 4677 | 2 |
| 4678 | 1 |
| 4679 | 1 |
| 4680 | ] |
| 4681 | type: interrupt |
| 4682 | module_name: keymgr |
| 4683 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4684 | ] |
| 4685 | alert_module: |
| 4686 | [ |
Pirmin Vogel | be4bcb7 | 2020-04-17 14:43:45 +0200 | [diff] [blame] | 4687 | aes |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4688 | hmac |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 4689 | otbn |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 4690 | sensor_ctrl |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 4691 | keymgr |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4692 | ] |
| 4693 | alert: |
| 4694 | [ |
| 4695 | { |
Pirmin Vogel | 3dc24fc | 2020-07-29 19:51:22 +0200 | [diff] [blame] | 4696 | name: aes_ctrl_err_update |
| 4697 | width: 1 |
| 4698 | type: alert |
| 4699 | async: 0 |
| 4700 | module_name: aes |
| 4701 | } |
| 4702 | { |
| 4703 | name: aes_ctrl_err_storage |
Pirmin Vogel | be4bcb7 | 2020-04-17 14:43:45 +0200 | [diff] [blame] | 4704 | width: 1 |
| 4705 | type: alert |
| 4706 | async: 0 |
| 4707 | module_name: aes |
| 4708 | } |
| 4709 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4710 | name: hmac_msg_push_sha_disabled |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4711 | width: 1 |
| 4712 | type: alert |
| 4713 | async: 0 |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4714 | module_name: hmac |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 4715 | } |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 4716 | { |
| 4717 | name: otbn_imem_uncorrectable |
| 4718 | width: 1 |
| 4719 | type: alert |
| 4720 | async: 0 |
| 4721 | module_name: otbn |
| 4722 | } |
| 4723 | { |
| 4724 | name: otbn_dmem_uncorrectable |
| 4725 | width: 1 |
| 4726 | type: alert |
| 4727 | async: 0 |
| 4728 | module_name: otbn |
| 4729 | } |
| 4730 | { |
| 4731 | name: otbn_reg_uncorrectable |
| 4732 | width: 1 |
| 4733 | type: alert |
| 4734 | async: 0 |
| 4735 | module_name: otbn |
| 4736 | } |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 4737 | { |
| 4738 | name: sensor_ctrl_ast_alerts |
| 4739 | width: 7 |
| 4740 | type: alert |
| 4741 | async: 1 |
| 4742 | module_name: sensor_ctrl |
| 4743 | } |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 4744 | { |
| 4745 | name: keymgr_err |
| 4746 | width: 1 |
| 4747 | type: alert |
| 4748 | async: 0 |
| 4749 | module_name: keymgr |
| 4750 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4751 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4752 | pinmux: |
| 4753 | { |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 4754 | num_mio: 32 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4755 | dio_modules: |
| 4756 | [ |
| 4757 | { |
| 4758 | name: spi_device |
| 4759 | pad: |
| 4760 | [ |
| 4761 | ChB[0..3] |
| 4762 | ] |
| 4763 | } |
| 4764 | { |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 4765 | name: uart |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4766 | pad: |
| 4767 | [ |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 4768 | ChA[0..1] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4769 | ] |
| 4770 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4771 | { |
| 4772 | name: usbdev |
| 4773 | pad: |
| 4774 | [ |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4775 | ChC[0..8] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4776 | ] |
| 4777 | } |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4778 | ] |
| 4779 | mio_modules: |
| 4780 | [ |
| 4781 | uart |
| 4782 | gpio |
| 4783 | ] |
| 4784 | nc_modules: |
| 4785 | [ |
| 4786 | rv_timer |
| 4787 | hmac |
| 4788 | ] |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 4789 | num_wkup_detect: 8 |
| 4790 | wkup_cnt_width: 8 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4791 | dio: |
| 4792 | [ |
| 4793 | { |
| 4794 | name: spi_device_sck |
| 4795 | width: 1 |
| 4796 | type: input |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4797 | module_name: spi_device |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4798 | pad: |
| 4799 | [ |
| 4800 | { |
| 4801 | name: ChB |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4802 | index: 0 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4803 | } |
| 4804 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4805 | } |
| 4806 | { |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4807 | name: spi_device_csb |
| 4808 | width: 1 |
| 4809 | type: input |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4810 | module_name: spi_device |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4811 | pad: |
| 4812 | [ |
| 4813 | { |
| 4814 | name: ChB |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4815 | index: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4816 | } |
| 4817 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4818 | } |
| 4819 | { |
Scott Johnson | fe79c4b | 2020-07-08 10:31:08 -0700 | [diff] [blame] | 4820 | name: spi_device_sdi |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4821 | width: 1 |
| 4822 | type: input |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4823 | module_name: spi_device |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4824 | pad: |
| 4825 | [ |
| 4826 | { |
| 4827 | name: ChB |
| 4828 | index: 2 |
| 4829 | } |
| 4830 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4831 | } |
| 4832 | { |
Scott Johnson | fe79c4b | 2020-07-08 10:31:08 -0700 | [diff] [blame] | 4833 | name: spi_device_sdo |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4834 | width: 1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4835 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4836 | module_name: spi_device |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4837 | pad: |
| 4838 | [ |
| 4839 | { |
| 4840 | name: ChB |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4841 | index: 3 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4842 | } |
| 4843 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4844 | } |
| 4845 | { |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 4846 | name: uart_rx |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4847 | width: 1 |
| 4848 | type: input |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4849 | module_name: uart |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4850 | pad: |
| 4851 | [ |
| 4852 | { |
| 4853 | name: ChA |
| 4854 | index: 0 |
| 4855 | } |
| 4856 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4857 | } |
| 4858 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4859 | name: uart_tx |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4860 | width: 1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4861 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4862 | module_name: uart |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4863 | pad: |
| 4864 | [ |
| 4865 | { |
| 4866 | name: ChA |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 4867 | index: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4868 | } |
| 4869 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4870 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4871 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4872 | name: usbdev_sense |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4873 | width: 1 |
| 4874 | type: input |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4875 | module_name: usbdev |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4876 | pad: |
| 4877 | [ |
| 4878 | { |
| 4879 | name: ChC |
| 4880 | index: 0 |
| 4881 | } |
| 4882 | ] |
| 4883 | } |
| 4884 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4885 | name: usbdev_se0 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4886 | width: 1 |
| 4887 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4888 | module_name: usbdev |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4889 | pad: |
| 4890 | [ |
| 4891 | { |
| 4892 | name: ChC |
| 4893 | index: 1 |
| 4894 | } |
| 4895 | ] |
| 4896 | } |
| 4897 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4898 | name: usbdev_dp_pullup |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4899 | width: 1 |
| 4900 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4901 | module_name: usbdev |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4902 | pad: |
| 4903 | [ |
| 4904 | { |
| 4905 | name: ChC |
| 4906 | index: 2 |
| 4907 | } |
| 4908 | ] |
| 4909 | } |
| 4910 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4911 | name: usbdev_dn_pullup |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4912 | width: 1 |
| 4913 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4914 | module_name: usbdev |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4915 | pad: |
| 4916 | [ |
| 4917 | { |
| 4918 | name: ChC |
| 4919 | index: 3 |
| 4920 | } |
| 4921 | ] |
| 4922 | } |
| 4923 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4924 | name: usbdev_tx_mode_se |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4925 | width: 1 |
| 4926 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4927 | module_name: usbdev |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4928 | pad: |
| 4929 | [ |
| 4930 | { |
| 4931 | name: ChC |
| 4932 | index: 4 |
| 4933 | } |
| 4934 | ] |
| 4935 | } |
| 4936 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4937 | name: usbdev_suspend |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4938 | width: 1 |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4939 | type: output |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4940 | module_name: usbdev |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4941 | pad: |
| 4942 | [ |
| 4943 | { |
| 4944 | name: ChC |
| 4945 | index: 5 |
| 4946 | } |
| 4947 | ] |
| 4948 | } |
| 4949 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4950 | name: usbdev_d |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4951 | width: 1 |
| 4952 | type: inout |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4953 | module_name: usbdev |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4954 | pad: |
| 4955 | [ |
| 4956 | { |
| 4957 | name: ChC |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4958 | index: 6 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4959 | } |
| 4960 | ] |
| 4961 | } |
| 4962 | { |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4963 | name: usbdev_dp |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4964 | width: 1 |
| 4965 | type: inout |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4966 | module_name: usbdev |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4967 | pad: |
| 4968 | [ |
| 4969 | { |
| 4970 | name: ChC |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 4971 | index: 7 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 4972 | } |
| 4973 | ] |
| 4974 | } |
Pirmin Vogel | fe6863b | 2020-05-11 17:30:54 +0200 | [diff] [blame] | 4975 | { |
| 4976 | name: usbdev_dn |
| 4977 | width: 1 |
| 4978 | type: inout |
| 4979 | module_name: usbdev |
| 4980 | pad: |
| 4981 | [ |
| 4982 | { |
| 4983 | name: ChC |
| 4984 | index: 8 |
| 4985 | } |
| 4986 | ] |
| 4987 | } |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4988 | ] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 4989 | inputs: [] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4990 | outputs: [] |
| 4991 | inouts: |
| 4992 | [ |
| 4993 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 4994 | name: gpio_gpio |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4995 | width: 32 |
| 4996 | type: inout |
Sam Elliott | 0938b33 | 2020-04-22 14:05:49 +0100 | [diff] [blame] | 4997 | module_name: gpio |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 4998 | } |
| 4999 | ] |
| 5000 | } |
| 5001 | padctrl: |
| 5002 | { |
| 5003 | attr_default: |
| 5004 | [ |
| 5005 | STRONG |
| 5006 | ] |
| 5007 | pads: |
| 5008 | [ |
| 5009 | { |
| 5010 | name: ChA |
| 5011 | type: IO_33V |
| 5012 | count: 32 |
| 5013 | } |
| 5014 | { |
| 5015 | name: ChB |
| 5016 | type: IO_33V |
| 5017 | count: 4 |
| 5018 | attr: |
| 5019 | [ |
| 5020 | KEEP |
| 5021 | WEAK |
| 5022 | ] |
| 5023 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 5024 | { |
| 5025 | name: ChC |
| 5026 | type: IO_33V |
| 5027 | count: 4 |
| 5028 | attr: |
| 5029 | [ |
| 5030 | KEEP |
| 5031 | STRONG |
| 5032 | ] |
| 5033 | } |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 5034 | ] |
| 5035 | } |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5036 | exported_clks: |
| 5037 | { |
| 5038 | ast: |
| 5039 | { |
| 5040 | usbdev: |
| 5041 | [ |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 5042 | io_div4_peri |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5043 | usb_peri |
| 5044 | ] |
| 5045 | sensor_ctrl: |
| 5046 | [ |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 5047 | io_div4_secure |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5048 | ] |
| 5049 | } |
| 5050 | } |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 5051 | reset_paths: |
| 5052 | { |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5053 | rst_ni: rst_ni |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 5054 | por_aon: rstmgr_resets.rst_por_aon_n |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5055 | por: rstmgr_resets.rst_por_n |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 5056 | por_io: rstmgr_resets.rst_por_io_n |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 5057 | por_io_div2: rstmgr_resets.rst_por_io_div2_n |
Timothy Chen | e896d0c | 2020-08-20 11:11:09 -0700 | [diff] [blame] | 5058 | por_io_div4: rstmgr_resets.rst_por_io_div4_n |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 5059 | por_usb: rstmgr_resets.rst_por_usb_n |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5060 | lc: rstmgr_resets.rst_lc_n |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 5061 | lc_io: rstmgr_resets.rst_lc_io_n |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5062 | sys: rstmgr_resets.rst_sys_n |
Timothy Chen | 33b3b9d | 2020-05-08 10:14:17 -0700 | [diff] [blame] | 5063 | sys_io: rstmgr_resets.rst_sys_io_n |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 5064 | sys_io_div4: rstmgr_resets.rst_sys_io_div4_n |
Timothy Chen | a4cc10d | 2020-05-08 16:06:20 -0700 | [diff] [blame] | 5065 | sys_aon: rstmgr_resets.rst_sys_aon_n |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5066 | spi_device: rstmgr_resets.rst_spi_device_n |
| 5067 | usb: rstmgr_resets.rst_usb_n |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 5068 | } |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5069 | exported_rsts: |
| 5070 | { |
| 5071 | ast: |
| 5072 | { |
| 5073 | usbdev: |
| 5074 | [ |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 5075 | sys_io_div4 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5076 | usb |
| 5077 | ] |
| 5078 | sensor_ctrl: |
| 5079 | [ |
Timothy Chen | 8d698bc | 2020-08-20 14:07:38 -0700 | [diff] [blame] | 5080 | sys_io_div4 |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5081 | ] |
| 5082 | } |
| 5083 | } |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5084 | wakeups: |
| 5085 | [ |
Sam Elliott | 1625b63 | 2020-08-17 15:08:43 +0100 | [diff] [blame] | 5086 | { |
| 5087 | name: aon_wkup_req |
Timothy Chen | fa851de | 2020-08-27 17:10:37 -0700 | [diff] [blame] | 5088 | width: "1" |
Sam Elliott | 1625b63 | 2020-08-17 15:08:43 +0100 | [diff] [blame] | 5089 | module: pinmux |
| 5090 | } |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5091 | ] |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 5092 | reset_requests: |
| 5093 | [ |
| 5094 | { |
| 5095 | name: nmi_rst_req |
| 5096 | module: nmi_gen |
| 5097 | } |
| 5098 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5099 | inter_signal: |
| 5100 | { |
| 5101 | signals: |
| 5102 | [ |
| 5103 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5104 | struct: tl |
| 5105 | package: tlul_pkg |
| 5106 | type: req_rsp |
| 5107 | act: rsp |
| 5108 | name: tl |
| 5109 | inst_name: uart |
| 5110 | width: 1 |
| 5111 | default: "" |
| 5112 | top_signame: uart_tl |
| 5113 | index: -1 |
| 5114 | } |
| 5115 | { |
| 5116 | struct: tl |
| 5117 | package: tlul_pkg |
| 5118 | type: req_rsp |
| 5119 | act: rsp |
| 5120 | name: tl |
| 5121 | inst_name: gpio |
| 5122 | width: 1 |
| 5123 | default: "" |
| 5124 | top_signame: gpio_tl |
| 5125 | index: -1 |
| 5126 | } |
| 5127 | { |
| 5128 | struct: tl |
| 5129 | package: tlul_pkg |
| 5130 | type: req_rsp |
| 5131 | act: rsp |
| 5132 | name: tl |
| 5133 | inst_name: spi_device |
| 5134 | width: 1 |
| 5135 | default: "" |
| 5136 | top_signame: spi_device_tl |
| 5137 | index: -1 |
| 5138 | } |
| 5139 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5140 | struct: flash |
| 5141 | type: req_rsp |
| 5142 | name: flash |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 5143 | act: req |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5144 | package: flash_ctrl_pkg |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 5145 | inst_name: flash_ctrl |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 5146 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5147 | default: "" |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 5148 | top_signame: flash_ctrl_flash |
| 5149 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5150 | } |
| 5151 | { |
Timothy Chen | ac62065 | 2020-06-25 13:48:50 -0700 | [diff] [blame] | 5152 | struct: otp_flash |
| 5153 | type: uni |
| 5154 | name: otp |
| 5155 | act: rcv |
| 5156 | package: flash_ctrl_pkg |
| 5157 | inst_name: flash_ctrl |
| 5158 | index: -1 |
| 5159 | } |
| 5160 | { |
Timothy Chen | 163ba93 | 2020-09-11 15:54:37 -0700 | [diff] [blame] | 5161 | struct: lc_flash |
| 5162 | type: req_rsp |
| 5163 | name: lc |
| 5164 | act: rsp |
| 5165 | package: flash_ctrl_pkg |
| 5166 | inst_name: flash_ctrl |
| 5167 | index: -1 |
| 5168 | } |
| 5169 | { |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 5170 | struct: edn_entropy |
Timothy Chen | 163ba93 | 2020-09-11 15:54:37 -0700 | [diff] [blame] | 5171 | type: uni |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 5172 | name: edn |
Timothy Chen | 163ba93 | 2020-09-11 15:54:37 -0700 | [diff] [blame] | 5173 | act: rcv |
| 5174 | package: flash_ctrl_pkg |
| 5175 | inst_name: flash_ctrl |
| 5176 | index: -1 |
| 5177 | } |
| 5178 | { |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 5179 | struct: pwr_flash |
| 5180 | type: req_rsp |
| 5181 | name: pwrmgr |
| 5182 | act: rsp |
| 5183 | package: pwrmgr_pkg |
| 5184 | inst_name: flash_ctrl |
| 5185 | width: 1 |
| 5186 | default: "" |
| 5187 | top_signame: pwrmgr_pwr_flash |
| 5188 | index: -1 |
| 5189 | } |
| 5190 | { |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 5191 | struct: keymgr_flash |
| 5192 | type: uni |
| 5193 | name: keymgr |
| 5194 | act: req |
| 5195 | package: flash_ctrl_pkg |
| 5196 | inst_name: flash_ctrl |
| 5197 | width: 1 |
| 5198 | default: "" |
| 5199 | top_type: broadcast |
| 5200 | top_signame: flash_ctrl_keymgr |
| 5201 | index: -1 |
| 5202 | } |
| 5203 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5204 | struct: tl |
| 5205 | package: tlul_pkg |
| 5206 | type: req_rsp |
| 5207 | act: rsp |
| 5208 | name: tl |
| 5209 | inst_name: flash_ctrl |
| 5210 | width: 1 |
| 5211 | default: "" |
| 5212 | top_signame: flash_ctrl_tl |
| 5213 | index: -1 |
| 5214 | } |
| 5215 | { |
| 5216 | struct: tl |
| 5217 | package: tlul_pkg |
| 5218 | type: req_rsp |
| 5219 | act: rsp |
| 5220 | name: tl |
| 5221 | inst_name: rv_timer |
| 5222 | width: 1 |
| 5223 | default: "" |
| 5224 | top_signame: rv_timer_tl |
| 5225 | index: -1 |
| 5226 | } |
| 5227 | { |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 5228 | name: idle |
| 5229 | type: uni |
| 5230 | act: req |
| 5231 | package: "" |
| 5232 | struct: logic |
| 5233 | width: 1 |
| 5234 | inst_name: aes |
| 5235 | default: "" |
| 5236 | top_signame: aes_idle |
| 5237 | index: -1 |
| 5238 | } |
| 5239 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5240 | struct: tl |
| 5241 | package: tlul_pkg |
| 5242 | type: req_rsp |
| 5243 | act: rsp |
| 5244 | name: tl |
| 5245 | inst_name: aes |
| 5246 | width: 1 |
| 5247 | default: "" |
| 5248 | top_signame: aes_tl |
| 5249 | index: -1 |
| 5250 | } |
| 5251 | { |
| 5252 | struct: tl |
| 5253 | package: tlul_pkg |
| 5254 | type: req_rsp |
| 5255 | act: rsp |
| 5256 | name: tl |
| 5257 | inst_name: hmac |
| 5258 | width: 1 |
| 5259 | default: "" |
| 5260 | top_signame: hmac_tl |
| 5261 | index: -1 |
| 5262 | } |
| 5263 | { |
| 5264 | struct: tl |
| 5265 | package: tlul_pkg |
| 5266 | type: req_rsp |
| 5267 | act: rsp |
| 5268 | name: tl |
| 5269 | inst_name: rv_plic |
| 5270 | width: 1 |
| 5271 | default: "" |
| 5272 | top_signame: rv_plic_tl |
| 5273 | index: -1 |
| 5274 | } |
| 5275 | { |
Eunchan Kim | 4fce0a8 | 2020-07-07 21:19:28 -0700 | [diff] [blame] | 5276 | struct: lc_strap |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 5277 | type: req_rsp |
| 5278 | name: lc_pinmux_strap |
| 5279 | act: rsp |
| 5280 | package: pinmux_pkg |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5281 | default: "'0" |
| 5282 | inst_name: pinmux |
| 5283 | index: -1 |
| 5284 | } |
| 5285 | { |
| 5286 | struct: dft_strap_test |
| 5287 | type: uni |
| 5288 | name: dft_strap_test |
| 5289 | act: req |
| 5290 | package: pinmux_pkg |
| 5291 | default: "'0" |
| 5292 | inst_name: pinmux |
| 5293 | index: -1 |
| 5294 | } |
| 5295 | { |
| 5296 | struct: io_pok |
| 5297 | type: uni |
| 5298 | name: io_pok |
| 5299 | act: rcv |
| 5300 | package: pinmux_pkg |
| 5301 | default: "{pinmux_pkg::NIOPokSignals{1'b1}}" |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 5302 | inst_name: pinmux |
| 5303 | index: -1 |
| 5304 | } |
| 5305 | { |
| 5306 | struct: logic |
| 5307 | type: uni |
| 5308 | name: sleep_en |
| 5309 | act: rcv |
| 5310 | package: "" |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5311 | default: 1'b0 |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 5312 | inst_name: pinmux |
| 5313 | index: -1 |
| 5314 | } |
| 5315 | { |
| 5316 | struct: logic |
| 5317 | type: uni |
| 5318 | name: aon_wkup_req |
| 5319 | act: req |
| 5320 | package: "" |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5321 | default: 1'b0 |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 5322 | inst_name: pinmux |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5323 | width: 1 |
| 5324 | top_signame: pwrmgr_wakeups |
Michael Schaffner | 920e4cc | 2020-04-28 22:58:12 -0700 | [diff] [blame] | 5325 | index: -1 |
| 5326 | } |
| 5327 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5328 | struct: tl |
| 5329 | package: tlul_pkg |
| 5330 | type: req_rsp |
| 5331 | act: rsp |
| 5332 | name: tl |
| 5333 | inst_name: pinmux |
| 5334 | width: 1 |
| 5335 | default: "" |
| 5336 | top_signame: pinmux_tl |
| 5337 | index: -1 |
| 5338 | } |
| 5339 | { |
| 5340 | struct: tl |
| 5341 | package: tlul_pkg |
| 5342 | type: req_rsp |
| 5343 | act: rsp |
| 5344 | name: tl |
| 5345 | inst_name: padctrl |
| 5346 | width: 1 |
| 5347 | default: "" |
| 5348 | top_signame: padctrl_tl |
| 5349 | index: -1 |
| 5350 | } |
| 5351 | { |
Timothy Chen | 75350ca | 2020-09-22 20:55:55 -0700 | [diff] [blame^] | 5352 | struct: alert_crashdump |
| 5353 | type: uni |
| 5354 | name: crashdump |
| 5355 | act: req |
| 5356 | package: alert_pkg |
| 5357 | inst_name: alert_handler |
| 5358 | width: 1 |
| 5359 | default: "" |
| 5360 | top_type: broadcast |
| 5361 | top_signame: alert_handler_crashdump |
| 5362 | index: -1 |
| 5363 | } |
| 5364 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5365 | struct: tl |
| 5366 | package: tlul_pkg |
| 5367 | type: req_rsp |
| 5368 | act: rsp |
| 5369 | name: tl |
| 5370 | inst_name: alert_handler |
| 5371 | width: 1 |
| 5372 | default: "" |
| 5373 | top_signame: alert_handler_tl |
| 5374 | index: -1 |
| 5375 | } |
| 5376 | { |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5377 | struct: pwr_ast |
| 5378 | type: req_rsp |
| 5379 | name: pwr_ast |
| 5380 | act: req |
| 5381 | package: pwrmgr_pkg |
| 5382 | inst_name: pwrmgr |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5383 | width: 1 |
| 5384 | default: "" |
| 5385 | external: true |
| 5386 | top_signame: pwrmgr_pwr_ast |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5387 | index: -1 |
| 5388 | } |
| 5389 | { |
| 5390 | struct: pwr_rst |
| 5391 | type: req_rsp |
| 5392 | name: pwr_rst |
| 5393 | act: req |
| 5394 | package: pwrmgr_pkg |
| 5395 | inst_name: pwrmgr |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5396 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5397 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5398 | top_signame: pwrmgr_pwr_rst |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5399 | index: -1 |
| 5400 | } |
| 5401 | { |
| 5402 | struct: pwr_clk |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5403 | type: req_rsp |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5404 | name: pwr_clk |
| 5405 | act: req |
| 5406 | package: pwrmgr_pkg |
| 5407 | inst_name: pwrmgr |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5408 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5409 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5410 | top_signame: pwrmgr_pwr_clk |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5411 | index: -1 |
| 5412 | } |
| 5413 | { |
| 5414 | struct: pwr_otp |
| 5415 | type: req_rsp |
| 5416 | name: pwr_otp |
| 5417 | act: req |
| 5418 | package: pwrmgr_pkg |
| 5419 | inst_name: pwrmgr |
| 5420 | index: -1 |
| 5421 | } |
| 5422 | { |
| 5423 | struct: pwr_lc |
| 5424 | type: req_rsp |
| 5425 | name: pwr_lc |
| 5426 | act: req |
| 5427 | package: pwrmgr_pkg |
| 5428 | inst_name: pwrmgr |
| 5429 | index: -1 |
| 5430 | } |
| 5431 | { |
| 5432 | struct: pwr_flash |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 5433 | type: req_rsp |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5434 | name: pwr_flash |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 5435 | act: req |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5436 | package: pwrmgr_pkg |
| 5437 | inst_name: pwrmgr |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 5438 | width: 1 |
| 5439 | default: "" |
| 5440 | top_signame: pwrmgr_pwr_flash |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5441 | index: -1 |
| 5442 | } |
| 5443 | { |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 5444 | struct: pwr_cpu |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5445 | type: uni |
Timothy Chen | 45a1831 | 2020-04-20 18:28:18 -0700 | [diff] [blame] | 5446 | name: pwr_cpu |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5447 | act: rcv |
| 5448 | package: pwrmgr_pkg |
| 5449 | inst_name: pwrmgr |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5450 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5451 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5452 | top_signame: pwrmgr_pwr_cpu |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5453 | index: -1 |
| 5454 | } |
| 5455 | { |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5456 | struct: logic |
| 5457 | width: 1 |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5458 | type: uni |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5459 | name: wakeups |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5460 | act: rcv |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5461 | package: "" |
| 5462 | inst_name: pwrmgr |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5463 | default: "" |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5464 | top_type: broadcast |
| 5465 | top_signame: pwrmgr_wakeups |
| 5466 | index: -1 |
| 5467 | } |
| 5468 | { |
| 5469 | struct: logic |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 5470 | width: 1 |
Timothy Chen | 4ba2531 | 2020-06-17 13:08:57 -0700 | [diff] [blame] | 5471 | type: uni |
| 5472 | name: rstreqs |
| 5473 | act: rcv |
| 5474 | package: "" |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5475 | inst_name: pwrmgr |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 5476 | default: "" |
| 5477 | top_type: broadcast |
| 5478 | top_signame: pwrmgr_rstreqs |
Timothy Chen | 163050b | 2020-04-13 23:29:29 -0700 | [diff] [blame] | 5479 | index: -1 |
| 5480 | } |
| 5481 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5482 | struct: tl |
| 5483 | package: tlul_pkg |
| 5484 | type: req_rsp |
| 5485 | act: rsp |
| 5486 | name: tl |
| 5487 | inst_name: pwrmgr |
| 5488 | width: 1 |
| 5489 | default: "" |
| 5490 | top_signame: pwrmgr_tl |
| 5491 | index: -1 |
| 5492 | } |
| 5493 | { |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5494 | struct: pwr_rst |
| 5495 | type: req_rsp |
| 5496 | name: pwr |
| 5497 | act: rsp |
| 5498 | inst_name: rstmgr |
| 5499 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5500 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5501 | package: pwrmgr_pkg |
| 5502 | top_signame: pwrmgr_pwr_rst |
| 5503 | index: -1 |
| 5504 | } |
| 5505 | { |
| 5506 | struct: rstmgr_out |
| 5507 | type: uni |
| 5508 | name: resets |
| 5509 | act: req |
| 5510 | package: rstmgr_pkg |
| 5511 | inst_name: rstmgr |
| 5512 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5513 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5514 | top_signame: rstmgr_resets |
| 5515 | index: -1 |
| 5516 | } |
| 5517 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5518 | struct: rstmgr_ast |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5519 | type: uni |
| 5520 | name: ast |
| 5521 | act: rcv |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5522 | package: rstmgr_pkg |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5523 | inst_name: rstmgr |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5524 | width: 1 |
| 5525 | default: "" |
| 5526 | external: true |
| 5527 | top_signame: rstmgr_ast |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5528 | index: -1 |
| 5529 | } |
| 5530 | { |
| 5531 | struct: rstmgr_cpu |
| 5532 | type: uni |
| 5533 | name: cpu |
| 5534 | act: rcv |
| 5535 | package: rstmgr_pkg |
| 5536 | inst_name: rstmgr |
| 5537 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5538 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 5539 | top_signame: rstmgr_cpu |
| 5540 | index: -1 |
| 5541 | } |
| 5542 | { |
Timothy Chen | 75350ca | 2020-09-22 20:55:55 -0700 | [diff] [blame^] | 5543 | struct: alert_crashdump |
| 5544 | type: uni |
| 5545 | name: alert_dump |
| 5546 | act: rcv |
| 5547 | package: alert_pkg |
| 5548 | inst_name: rstmgr |
| 5549 | width: 1 |
| 5550 | default: "" |
| 5551 | top_signame: alert_handler_crashdump |
| 5552 | index: -1 |
| 5553 | } |
| 5554 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5555 | struct: rstmgr_ast_out |
| 5556 | type: uni |
| 5557 | name: resets_ast |
| 5558 | act: req |
| 5559 | package: rstmgr_pkg |
| 5560 | inst_name: rstmgr |
| 5561 | width: 1 |
| 5562 | default: "" |
| 5563 | external: true |
| 5564 | top_signame: rsts_ast |
| 5565 | index: -1 |
| 5566 | } |
| 5567 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5568 | struct: tl |
| 5569 | package: tlul_pkg |
| 5570 | type: req_rsp |
| 5571 | act: rsp |
| 5572 | name: tl |
| 5573 | inst_name: rstmgr |
| 5574 | width: 1 |
| 5575 | default: "" |
| 5576 | top_signame: rstmgr_tl |
| 5577 | index: -1 |
| 5578 | } |
| 5579 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5580 | struct: clkmgr_out |
| 5581 | type: uni |
| 5582 | name: clocks |
| 5583 | act: req |
| 5584 | package: clkmgr_pkg |
| 5585 | inst_name: clkmgr |
| 5586 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5587 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5588 | top_signame: clkmgr_clocks |
| 5589 | index: -1 |
| 5590 | } |
| 5591 | { |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 5592 | struct: logic |
| 5593 | type: uni |
| 5594 | name: clk_main |
| 5595 | act: rcv |
| 5596 | package: "" |
| 5597 | inst_name: clkmgr |
| 5598 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5599 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 5600 | external: true |
| 5601 | top_signame: clk_main |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 5602 | index: -1 |
| 5603 | } |
| 5604 | { |
| 5605 | struct: logic |
| 5606 | type: uni |
| 5607 | name: clk_io |
| 5608 | act: rcv |
| 5609 | package: "" |
| 5610 | inst_name: clkmgr |
| 5611 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5612 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 5613 | external: true |
| 5614 | top_signame: clk_io |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 5615 | index: -1 |
| 5616 | } |
| 5617 | { |
| 5618 | struct: logic |
| 5619 | type: uni |
| 5620 | name: clk_usb |
| 5621 | act: rcv |
| 5622 | package: "" |
| 5623 | inst_name: clkmgr |
| 5624 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5625 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 5626 | external: true |
| 5627 | top_signame: clk_usb |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 5628 | index: -1 |
| 5629 | } |
| 5630 | { |
| 5631 | struct: logic |
| 5632 | type: uni |
| 5633 | name: clk_aon |
| 5634 | act: rcv |
| 5635 | package: "" |
| 5636 | inst_name: clkmgr |
| 5637 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5638 | default: "" |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 5639 | external: true |
| 5640 | top_signame: clk_aon |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 5641 | index: -1 |
| 5642 | } |
| 5643 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 5644 | struct: clkmgr_ast_out |
| 5645 | type: uni |
| 5646 | name: clocks_ast |
| 5647 | act: req |
| 5648 | package: clkmgr_pkg |
| 5649 | inst_name: clkmgr |
| 5650 | width: 1 |
| 5651 | default: "" |
| 5652 | external: true |
| 5653 | top_signame: clks_ast |
| 5654 | index: -1 |
| 5655 | } |
| 5656 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5657 | struct: pwr_clk |
| 5658 | type: req_rsp |
| 5659 | name: pwr |
| 5660 | act: rsp |
| 5661 | inst_name: clkmgr |
| 5662 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5663 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5664 | package: pwrmgr_pkg |
| 5665 | top_signame: pwrmgr_pwr_clk |
| 5666 | index: -1 |
| 5667 | } |
| 5668 | { |
| 5669 | struct: clk_dft |
| 5670 | type: uni |
| 5671 | name: dft |
| 5672 | act: rcv |
| 5673 | package: clkmgr_pkg |
| 5674 | inst_name: clkmgr |
| 5675 | index: -1 |
| 5676 | } |
| 5677 | { |
| 5678 | struct: clk_hint_status |
| 5679 | type: uni |
| 5680 | name: status |
| 5681 | act: rcv |
| 5682 | package: clkmgr_pkg |
| 5683 | inst_name: clkmgr |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 5684 | width: 1 |
| 5685 | default: "" |
| 5686 | top_signame: clkmgr_status |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 5687 | index: -1 |
| 5688 | } |
| 5689 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5690 | struct: tl |
| 5691 | package: tlul_pkg |
| 5692 | type: req_rsp |
| 5693 | act: rsp |
| 5694 | name: tl |
| 5695 | inst_name: clkmgr |
| 5696 | width: 1 |
| 5697 | default: "" |
| 5698 | top_signame: clkmgr_tl |
| 5699 | index: -1 |
| 5700 | } |
| 5701 | { |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 5702 | struct: logic |
| 5703 | type: uni |
| 5704 | name: nmi_rst_req |
| 5705 | act: req |
| 5706 | package: "" |
| 5707 | default: 1'b0 |
| 5708 | inst_name: nmi_gen |
| 5709 | width: 1 |
| 5710 | top_signame: pwrmgr_rstreqs |
| 5711 | index: -1 |
| 5712 | } |
| 5713 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5714 | struct: tl |
| 5715 | package: tlul_pkg |
| 5716 | type: req_rsp |
| 5717 | act: rsp |
| 5718 | name: tl |
| 5719 | inst_name: nmi_gen |
| 5720 | width: 1 |
| 5721 | default: "" |
| 5722 | top_signame: nmi_gen_tl |
| 5723 | index: -1 |
| 5724 | } |
| 5725 | { |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 5726 | name: usb_ref_val |
| 5727 | type: uni |
| 5728 | act: req |
| 5729 | package: "" |
| 5730 | struct: logic |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5731 | width: 1 |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 5732 | inst_name: usbdev |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5733 | default: "" |
| 5734 | external: true |
| 5735 | top_signame: usbdev_usb_ref_val |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 5736 | index: -1 |
| 5737 | } |
| 5738 | { |
| 5739 | name: usb_ref_pulse |
| 5740 | type: uni |
| 5741 | act: req |
| 5742 | package: "" |
| 5743 | struct: logic |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5744 | width: 1 |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 5745 | inst_name: usbdev |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5746 | default: "" |
| 5747 | external: true |
| 5748 | top_signame: usbdev_usb_ref_pulse |
Pirmin Vogel | dd3a2f0 | 2020-05-12 14:59:50 +0200 | [diff] [blame] | 5749 | index: -1 |
| 5750 | } |
| 5751 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5752 | struct: tl |
| 5753 | package: tlul_pkg |
| 5754 | type: req_rsp |
| 5755 | act: rsp |
| 5756 | name: tl |
| 5757 | inst_name: usbdev |
| 5758 | width: 1 |
| 5759 | default: "" |
| 5760 | top_signame: usbdev_tl |
| 5761 | index: -1 |
| 5762 | } |
| 5763 | { |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 5764 | struct: ast_alert |
| 5765 | type: req_rsp |
| 5766 | name: ast_alert |
| 5767 | act: rsp |
| 5768 | package: ast_wrapper_pkg |
| 5769 | inst_name: sensor_ctrl |
| 5770 | width: 1 |
| 5771 | default: "" |
| 5772 | external: true |
| 5773 | top_signame: sensor_ctrl_ast_alert |
| 5774 | index: -1 |
| 5775 | } |
| 5776 | { |
| 5777 | struct: ast_status |
| 5778 | type: uni |
| 5779 | name: ast_status |
| 5780 | act: rcv |
| 5781 | package: ast_wrapper_pkg |
| 5782 | inst_name: sensor_ctrl |
| 5783 | width: 1 |
| 5784 | default: "" |
| 5785 | external: true |
| 5786 | top_signame: sensor_ctrl_ast_status |
| 5787 | index: -1 |
| 5788 | } |
| 5789 | { |
| 5790 | struct: tl |
| 5791 | package: tlul_pkg |
| 5792 | type: req_rsp |
| 5793 | act: rsp |
| 5794 | name: tl |
| 5795 | inst_name: sensor_ctrl |
| 5796 | width: 1 |
| 5797 | default: "" |
| 5798 | top_signame: sensor_ctrl_tl |
| 5799 | index: -1 |
| 5800 | } |
| 5801 | { |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 5802 | struct: hw_key |
| 5803 | type: uni |
| 5804 | name: aes_key |
| 5805 | act: req |
| 5806 | package: keymgr_pkg |
| 5807 | inst_name: keymgr |
| 5808 | index: -1 |
| 5809 | } |
| 5810 | { |
| 5811 | struct: hw_key |
| 5812 | type: uni |
| 5813 | name: hmac_key |
| 5814 | act: req |
| 5815 | package: keymgr_pkg |
| 5816 | inst_name: keymgr |
| 5817 | index: -1 |
| 5818 | } |
| 5819 | { |
| 5820 | struct: hw_key |
| 5821 | type: uni |
| 5822 | name: kmac_key |
| 5823 | act: req |
| 5824 | package: keymgr_pkg |
| 5825 | inst_name: keymgr |
| 5826 | index: -1 |
| 5827 | } |
| 5828 | { |
| 5829 | struct: kmac_data |
| 5830 | type: req_rsp |
| 5831 | name: kmac_data |
| 5832 | act: req |
| 5833 | package: keymgr_pkg |
| 5834 | inst_name: keymgr |
| 5835 | index: -1 |
| 5836 | } |
| 5837 | { |
| 5838 | struct: lc_data |
| 5839 | type: uni |
| 5840 | name: lc |
| 5841 | act: rcv |
| 5842 | package: keymgr_pkg |
| 5843 | inst_name: keymgr |
| 5844 | index: -1 |
| 5845 | } |
| 5846 | { |
| 5847 | struct: otp_data |
| 5848 | type: uni |
| 5849 | name: otp |
| 5850 | act: rcv |
| 5851 | package: keymgr_pkg |
| 5852 | inst_name: keymgr |
| 5853 | index: -1 |
| 5854 | } |
| 5855 | { |
| 5856 | struct: keymgr_flash |
| 5857 | type: uni |
| 5858 | name: flash |
| 5859 | act: rcv |
| 5860 | package: flash_ctrl_pkg |
| 5861 | inst_name: keymgr |
| 5862 | width: 1 |
| 5863 | default: "" |
| 5864 | top_signame: flash_ctrl_keymgr |
| 5865 | index: -1 |
| 5866 | } |
| 5867 | { |
| 5868 | struct: tl |
| 5869 | package: tlul_pkg |
| 5870 | type: req_rsp |
| 5871 | act: rsp |
| 5872 | name: tl |
| 5873 | inst_name: keymgr |
| 5874 | width: 1 |
| 5875 | default: "" |
| 5876 | top_signame: keymgr_tl |
| 5877 | index: -1 |
| 5878 | } |
| 5879 | { |
Philipp Wagner | a4a9e40 | 2020-06-22 12:06:56 +0100 | [diff] [blame] | 5880 | name: idle |
| 5881 | type: uni |
| 5882 | struct: logic |
| 5883 | width: "1" |
| 5884 | act: req |
| 5885 | inst_name: otbn |
| 5886 | index: -1 |
| 5887 | } |
| 5888 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5889 | struct: tl |
| 5890 | package: tlul_pkg |
| 5891 | type: req_rsp |
| 5892 | act: rsp |
| 5893 | name: tl |
| 5894 | inst_name: otbn |
| 5895 | width: 1 |
| 5896 | default: "" |
| 5897 | top_signame: otbn_tl |
| 5898 | index: -1 |
| 5899 | } |
| 5900 | { |
| 5901 | struct: tl |
| 5902 | package: tlul_pkg |
| 5903 | type: req_rsp |
| 5904 | act: rsp |
| 5905 | name: tl |
| 5906 | inst_name: rom |
| 5907 | width: 1 |
| 5908 | default: "" |
| 5909 | top_signame: rom_tl |
| 5910 | index: -1 |
| 5911 | } |
| 5912 | { |
| 5913 | struct: tl |
| 5914 | package: tlul_pkg |
| 5915 | type: req_rsp |
| 5916 | act: rsp |
| 5917 | name: tl |
| 5918 | inst_name: ram_main |
| 5919 | width: 1 |
| 5920 | default: "" |
| 5921 | top_signame: ram_main_tl |
| 5922 | index: -1 |
| 5923 | } |
| 5924 | { |
| 5925 | struct: tl |
| 5926 | package: tlul_pkg |
| 5927 | type: req_rsp |
| 5928 | act: rsp |
| 5929 | name: tl |
| 5930 | inst_name: ram_ret |
| 5931 | width: 1 |
| 5932 | default: "" |
| 5933 | top_signame: ram_ret_tl |
| 5934 | index: -1 |
| 5935 | } |
| 5936 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5937 | struct: flash |
| 5938 | type: req_rsp |
| 5939 | name: flash_ctrl |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 5940 | act: rsp |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5941 | inst_name: eflash |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 5942 | width: 1 |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 5943 | default: "" |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 5944 | package: flash_ctrl_pkg |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 5945 | top_signame: flash_ctrl_flash |
| 5946 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 5947 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 5948 | { |
| 5949 | struct: tl |
| 5950 | package: tlul_pkg |
| 5951 | type: req_rsp |
| 5952 | act: rsp |
| 5953 | name: tl |
| 5954 | inst_name: eflash |
| 5955 | width: 1 |
| 5956 | default: "" |
| 5957 | top_signame: eflash_tl |
| 5958 | index: -1 |
| 5959 | } |
| 5960 | { |
| 5961 | struct: tl |
| 5962 | type: req_rsp |
| 5963 | name: tl_corei |
| 5964 | act: rsp |
| 5965 | package: tlul_pkg |
| 5966 | inst_name: main |
| 5967 | width: 1 |
| 5968 | default: "" |
| 5969 | top_signame: main_tl_corei |
| 5970 | index: -1 |
| 5971 | } |
| 5972 | { |
| 5973 | struct: tl |
| 5974 | type: req_rsp |
| 5975 | name: tl_cored |
| 5976 | act: rsp |
| 5977 | package: tlul_pkg |
| 5978 | inst_name: main |
| 5979 | width: 1 |
| 5980 | default: "" |
| 5981 | top_signame: main_tl_cored |
| 5982 | index: -1 |
| 5983 | } |
| 5984 | { |
| 5985 | struct: tl |
| 5986 | type: req_rsp |
| 5987 | name: tl_dm_sba |
| 5988 | act: rsp |
| 5989 | package: tlul_pkg |
| 5990 | inst_name: main |
| 5991 | width: 1 |
| 5992 | default: "" |
| 5993 | top_signame: main_tl_dm_sba |
| 5994 | index: -1 |
| 5995 | } |
| 5996 | { |
| 5997 | struct: tl |
| 5998 | type: req_rsp |
| 5999 | name: tl_rom |
| 6000 | act: req |
| 6001 | package: tlul_pkg |
| 6002 | inst_name: main |
| 6003 | width: 1 |
| 6004 | default: "" |
| 6005 | top_signame: rom_tl |
| 6006 | index: -1 |
| 6007 | } |
| 6008 | { |
| 6009 | struct: tl |
| 6010 | type: req_rsp |
| 6011 | name: tl_debug_mem |
| 6012 | act: req |
| 6013 | package: tlul_pkg |
| 6014 | inst_name: main |
| 6015 | width: 1 |
| 6016 | default: "" |
| 6017 | top_signame: main_tl_debug_mem |
| 6018 | index: -1 |
| 6019 | } |
| 6020 | { |
| 6021 | struct: tl |
| 6022 | type: req_rsp |
| 6023 | name: tl_ram_main |
| 6024 | act: req |
| 6025 | package: tlul_pkg |
| 6026 | inst_name: main |
| 6027 | width: 1 |
| 6028 | default: "" |
| 6029 | top_signame: ram_main_tl |
| 6030 | index: -1 |
| 6031 | } |
| 6032 | { |
| 6033 | struct: tl |
| 6034 | type: req_rsp |
| 6035 | name: tl_eflash |
| 6036 | act: req |
| 6037 | package: tlul_pkg |
| 6038 | inst_name: main |
| 6039 | width: 1 |
| 6040 | default: "" |
| 6041 | top_signame: eflash_tl |
| 6042 | index: -1 |
| 6043 | } |
| 6044 | { |
| 6045 | struct: tl |
| 6046 | type: req_rsp |
| 6047 | name: tl_peri |
| 6048 | act: req |
| 6049 | package: tlul_pkg |
| 6050 | inst_name: main |
| 6051 | width: 1 |
| 6052 | default: "" |
| 6053 | top_signame: main_tl_peri |
| 6054 | index: -1 |
| 6055 | } |
| 6056 | { |
| 6057 | struct: tl |
| 6058 | type: req_rsp |
| 6059 | name: tl_flash_ctrl |
| 6060 | act: req |
| 6061 | package: tlul_pkg |
| 6062 | inst_name: main |
| 6063 | width: 1 |
| 6064 | default: "" |
| 6065 | top_signame: flash_ctrl_tl |
| 6066 | index: -1 |
| 6067 | } |
| 6068 | { |
| 6069 | struct: tl |
| 6070 | type: req_rsp |
| 6071 | name: tl_hmac |
| 6072 | act: req |
| 6073 | package: tlul_pkg |
| 6074 | inst_name: main |
| 6075 | width: 1 |
| 6076 | default: "" |
| 6077 | top_signame: hmac_tl |
| 6078 | index: -1 |
| 6079 | } |
| 6080 | { |
| 6081 | struct: tl |
| 6082 | type: req_rsp |
| 6083 | name: tl_aes |
| 6084 | act: req |
| 6085 | package: tlul_pkg |
| 6086 | inst_name: main |
| 6087 | width: 1 |
| 6088 | default: "" |
| 6089 | top_signame: aes_tl |
| 6090 | index: -1 |
| 6091 | } |
| 6092 | { |
| 6093 | struct: tl |
| 6094 | type: req_rsp |
| 6095 | name: tl_rv_plic |
| 6096 | act: req |
| 6097 | package: tlul_pkg |
| 6098 | inst_name: main |
| 6099 | width: 1 |
| 6100 | default: "" |
| 6101 | top_signame: rv_plic_tl |
| 6102 | index: -1 |
| 6103 | } |
| 6104 | { |
| 6105 | struct: tl |
| 6106 | type: req_rsp |
| 6107 | name: tl_pinmux |
| 6108 | act: req |
| 6109 | package: tlul_pkg |
| 6110 | inst_name: main |
| 6111 | width: 1 |
| 6112 | default: "" |
| 6113 | top_signame: pinmux_tl |
| 6114 | index: -1 |
| 6115 | } |
| 6116 | { |
| 6117 | struct: tl |
| 6118 | type: req_rsp |
| 6119 | name: tl_padctrl |
| 6120 | act: req |
| 6121 | package: tlul_pkg |
| 6122 | inst_name: main |
| 6123 | width: 1 |
| 6124 | default: "" |
| 6125 | top_signame: padctrl_tl |
| 6126 | index: -1 |
| 6127 | } |
| 6128 | { |
| 6129 | struct: tl |
| 6130 | type: req_rsp |
| 6131 | name: tl_alert_handler |
| 6132 | act: req |
| 6133 | package: tlul_pkg |
| 6134 | inst_name: main |
| 6135 | width: 1 |
| 6136 | default: "" |
| 6137 | top_signame: alert_handler_tl |
| 6138 | index: -1 |
| 6139 | } |
| 6140 | { |
| 6141 | struct: tl |
| 6142 | type: req_rsp |
| 6143 | name: tl_nmi_gen |
| 6144 | act: req |
| 6145 | package: tlul_pkg |
| 6146 | inst_name: main |
| 6147 | width: 1 |
| 6148 | default: "" |
| 6149 | top_signame: nmi_gen_tl |
| 6150 | index: -1 |
| 6151 | } |
| 6152 | { |
| 6153 | struct: tl |
| 6154 | type: req_rsp |
| 6155 | name: tl_otbn |
| 6156 | act: req |
| 6157 | package: tlul_pkg |
| 6158 | inst_name: main |
| 6159 | width: 1 |
| 6160 | default: "" |
| 6161 | top_signame: otbn_tl |
| 6162 | index: -1 |
| 6163 | } |
| 6164 | { |
| 6165 | struct: tl |
| 6166 | type: req_rsp |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 6167 | name: tl_keymgr |
| 6168 | act: req |
| 6169 | package: tlul_pkg |
| 6170 | inst_name: main |
| 6171 | width: 1 |
| 6172 | default: "" |
| 6173 | top_signame: keymgr_tl |
| 6174 | index: -1 |
| 6175 | } |
| 6176 | { |
| 6177 | struct: tl |
| 6178 | type: req_rsp |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 6179 | name: tl_main |
| 6180 | act: rsp |
| 6181 | package: tlul_pkg |
| 6182 | inst_name: peri |
| 6183 | width: 1 |
| 6184 | default: "" |
| 6185 | top_signame: main_tl_peri |
| 6186 | index: -1 |
| 6187 | } |
| 6188 | { |
| 6189 | struct: tl |
| 6190 | type: req_rsp |
| 6191 | name: tl_uart |
| 6192 | act: req |
| 6193 | package: tlul_pkg |
| 6194 | inst_name: peri |
| 6195 | width: 1 |
| 6196 | default: "" |
| 6197 | top_signame: uart_tl |
| 6198 | index: -1 |
| 6199 | } |
| 6200 | { |
| 6201 | struct: tl |
| 6202 | type: req_rsp |
| 6203 | name: tl_gpio |
| 6204 | act: req |
| 6205 | package: tlul_pkg |
| 6206 | inst_name: peri |
| 6207 | width: 1 |
| 6208 | default: "" |
| 6209 | top_signame: gpio_tl |
| 6210 | index: -1 |
| 6211 | } |
| 6212 | { |
| 6213 | struct: tl |
| 6214 | type: req_rsp |
| 6215 | name: tl_spi_device |
| 6216 | act: req |
| 6217 | package: tlul_pkg |
| 6218 | inst_name: peri |
| 6219 | width: 1 |
| 6220 | default: "" |
| 6221 | top_signame: spi_device_tl |
| 6222 | index: -1 |
| 6223 | } |
| 6224 | { |
| 6225 | struct: tl |
| 6226 | type: req_rsp |
| 6227 | name: tl_rv_timer |
| 6228 | act: req |
| 6229 | package: tlul_pkg |
| 6230 | inst_name: peri |
| 6231 | width: 1 |
| 6232 | default: "" |
| 6233 | top_signame: rv_timer_tl |
| 6234 | index: -1 |
| 6235 | } |
| 6236 | { |
| 6237 | struct: tl |
| 6238 | type: req_rsp |
| 6239 | name: tl_usbdev |
| 6240 | act: req |
| 6241 | package: tlul_pkg |
| 6242 | inst_name: peri |
| 6243 | width: 1 |
| 6244 | default: "" |
| 6245 | top_signame: usbdev_tl |
| 6246 | index: -1 |
| 6247 | } |
| 6248 | { |
| 6249 | struct: tl |
| 6250 | type: req_rsp |
| 6251 | name: tl_pwrmgr |
| 6252 | act: req |
| 6253 | package: tlul_pkg |
| 6254 | inst_name: peri |
| 6255 | width: 1 |
| 6256 | default: "" |
| 6257 | top_signame: pwrmgr_tl |
| 6258 | index: -1 |
| 6259 | } |
| 6260 | { |
| 6261 | struct: tl |
| 6262 | type: req_rsp |
| 6263 | name: tl_rstmgr |
| 6264 | act: req |
| 6265 | package: tlul_pkg |
| 6266 | inst_name: peri |
| 6267 | width: 1 |
| 6268 | default: "" |
| 6269 | top_signame: rstmgr_tl |
| 6270 | index: -1 |
| 6271 | } |
| 6272 | { |
| 6273 | struct: tl |
| 6274 | type: req_rsp |
| 6275 | name: tl_clkmgr |
| 6276 | act: req |
| 6277 | package: tlul_pkg |
| 6278 | inst_name: peri |
| 6279 | width: 1 |
| 6280 | default: "" |
| 6281 | top_signame: clkmgr_tl |
| 6282 | index: -1 |
| 6283 | } |
| 6284 | { |
| 6285 | struct: tl |
| 6286 | type: req_rsp |
| 6287 | name: tl_ram_ret |
| 6288 | act: req |
| 6289 | package: tlul_pkg |
| 6290 | inst_name: peri |
| 6291 | width: 1 |
| 6292 | default: "" |
| 6293 | top_signame: ram_ret_tl |
| 6294 | index: -1 |
| 6295 | } |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 6296 | { |
| 6297 | struct: tl |
| 6298 | type: req_rsp |
| 6299 | name: tl_sensor_ctrl |
| 6300 | act: req |
| 6301 | package: tlul_pkg |
| 6302 | inst_name: peri |
| 6303 | width: 1 |
| 6304 | default: "" |
| 6305 | top_signame: sensor_ctrl_tl |
| 6306 | index: -1 |
| 6307 | } |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 6308 | { |
| 6309 | struct: tl |
| 6310 | type: req_rsp |
| 6311 | name: tl_ast_wrapper |
| 6312 | act: req |
| 6313 | package: tlul_pkg |
| 6314 | inst_name: peri |
| 6315 | width: 1 |
| 6316 | default: "" |
| 6317 | external: true |
| 6318 | top_signame: ast_tl |
| 6319 | index: -1 |
| 6320 | } |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 6321 | ] |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6322 | external: |
| 6323 | [ |
| 6324 | { |
| 6325 | package: "" |
| 6326 | struct: logic |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 6327 | signame: clk_main_i |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6328 | width: 1 |
| 6329 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6330 | default: "" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6331 | direction: in |
| 6332 | } |
| 6333 | { |
| 6334 | package: "" |
| 6335 | struct: logic |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 6336 | signame: clk_io_i |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6337 | width: 1 |
| 6338 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6339 | default: "" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6340 | direction: in |
| 6341 | } |
| 6342 | { |
| 6343 | package: "" |
| 6344 | struct: logic |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 6345 | signame: clk_usb_i |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6346 | width: 1 |
| 6347 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6348 | default: "" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6349 | direction: in |
| 6350 | } |
| 6351 | { |
| 6352 | package: "" |
| 6353 | struct: logic |
Eunchan Kim | 5511bbe | 2020-08-07 14:04:20 -0700 | [diff] [blame] | 6354 | signame: clk_aon_i |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6355 | width: 1 |
| 6356 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6357 | default: "" |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6358 | direction: in |
| 6359 | } |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 6360 | { |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 6361 | package: rstmgr_pkg |
| 6362 | struct: rstmgr_ast |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 6363 | signame: rstmgr_ast_i |
| 6364 | width: 1 |
| 6365 | type: uni |
| 6366 | default: "" |
| 6367 | direction: in |
| 6368 | } |
| 6369 | { |
| 6370 | package: pwrmgr_pkg |
| 6371 | struct: pwr_ast_req |
| 6372 | signame: pwrmgr_pwr_ast_req_o |
| 6373 | width: 1 |
| 6374 | type: req_rsp |
| 6375 | default: "" |
| 6376 | direction: out |
| 6377 | } |
| 6378 | { |
| 6379 | package: pwrmgr_pkg |
| 6380 | struct: pwr_ast_rsp |
| 6381 | signame: pwrmgr_pwr_ast_rsp_i |
| 6382 | width: 1 |
| 6383 | type: req_rsp |
| 6384 | default: "" |
| 6385 | direction: in |
| 6386 | } |
| 6387 | { |
| 6388 | package: ast_wrapper_pkg |
| 6389 | struct: ast_alert_req |
| 6390 | signame: sensor_ctrl_ast_alert_req_i |
| 6391 | width: 1 |
| 6392 | type: req_rsp |
| 6393 | default: "" |
| 6394 | direction: in |
| 6395 | } |
| 6396 | { |
| 6397 | package: ast_wrapper_pkg |
| 6398 | struct: ast_alert_rsp |
| 6399 | signame: sensor_ctrl_ast_alert_rsp_o |
| 6400 | width: 1 |
| 6401 | type: req_rsp |
| 6402 | default: "" |
| 6403 | direction: out |
| 6404 | } |
| 6405 | { |
| 6406 | package: ast_wrapper_pkg |
| 6407 | struct: ast_status |
| 6408 | signame: sensor_ctrl_ast_status_i |
| 6409 | width: 1 |
| 6410 | type: uni |
| 6411 | default: "" |
| 6412 | direction: in |
| 6413 | } |
| 6414 | { |
| 6415 | package: "" |
| 6416 | struct: logic |
| 6417 | signame: usbdev_usb_ref_val_o |
| 6418 | width: 1 |
| 6419 | type: uni |
| 6420 | default: "" |
| 6421 | direction: out |
| 6422 | } |
| 6423 | { |
| 6424 | package: "" |
| 6425 | struct: logic |
| 6426 | signame: usbdev_usb_ref_pulse_o |
| 6427 | width: 1 |
| 6428 | type: uni |
| 6429 | default: "" |
| 6430 | direction: out |
| 6431 | } |
Timothy Chen | fb34fe3 | 2020-08-26 17:13:19 -0700 | [diff] [blame] | 6432 | { |
| 6433 | package: tlul_pkg |
| 6434 | struct: tl_h2d |
| 6435 | signame: ast_tl_req_o |
| 6436 | width: 1 |
| 6437 | type: req_rsp |
| 6438 | default: "" |
| 6439 | direction: out |
| 6440 | } |
| 6441 | { |
| 6442 | package: tlul_pkg |
| 6443 | struct: tl_d2h |
| 6444 | signame: ast_tl_rsp_i |
| 6445 | width: 1 |
| 6446 | type: req_rsp |
| 6447 | default: "" |
| 6448 | direction: in |
| 6449 | } |
Timothy Chen | 437fd9a | 2020-08-26 12:48:40 -0700 | [diff] [blame] | 6450 | { |
| 6451 | package: clkmgr_pkg |
| 6452 | struct: clkmgr_ast_out |
| 6453 | signame: clks_ast_o |
| 6454 | width: 1 |
| 6455 | type: uni |
| 6456 | default: "" |
| 6457 | direction: out |
| 6458 | } |
| 6459 | { |
| 6460 | package: rstmgr_pkg |
| 6461 | struct: rstmgr_ast_out |
| 6462 | signame: rsts_ast_o |
| 6463 | width: 1 |
| 6464 | type: uni |
| 6465 | default: "" |
| 6466 | direction: out |
| 6467 | } |
Timothy Chen | 371c94d | 2020-06-30 17:18:14 -0700 | [diff] [blame] | 6468 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 6469 | definitions: |
| 6470 | [ |
| 6471 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 6472 | package: flash_ctrl_pkg |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 6473 | struct: flash_req |
| 6474 | signame: flash_ctrl_flash_req |
| 6475 | width: 1 |
| 6476 | type: req_rsp |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6477 | default: "" |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame] | 6478 | } |
| 6479 | { |
| 6480 | package: flash_ctrl_pkg |
| 6481 | struct: flash_rsp |
| 6482 | signame: flash_ctrl_flash_rsp |
Eunchan Kim | c24934f | 2020-04-10 09:29:26 -0700 | [diff] [blame] | 6483 | width: 1 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 6484 | type: req_rsp |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6485 | default: "" |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 6486 | } |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6487 | { |
| 6488 | package: pwrmgr_pkg |
Timothy Chen | 6bf72a8 | 2020-09-15 17:03:03 -0700 | [diff] [blame] | 6489 | struct: pwr_flash_req |
| 6490 | signame: pwrmgr_pwr_flash_req |
| 6491 | width: 1 |
| 6492 | type: req_rsp |
| 6493 | default: "" |
| 6494 | } |
| 6495 | { |
| 6496 | package: pwrmgr_pkg |
| 6497 | struct: pwr_flash_rsp |
| 6498 | signame: pwrmgr_pwr_flash_rsp |
| 6499 | width: 1 |
| 6500 | type: req_rsp |
| 6501 | default: "" |
| 6502 | } |
| 6503 | { |
| 6504 | package: pwrmgr_pkg |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6505 | struct: pwr_rst_req |
| 6506 | signame: pwrmgr_pwr_rst_req |
| 6507 | width: 1 |
| 6508 | type: req_rsp |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6509 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6510 | } |
| 6511 | { |
| 6512 | package: pwrmgr_pkg |
| 6513 | struct: pwr_rst_rsp |
| 6514 | signame: pwrmgr_pwr_rst_rsp |
| 6515 | width: 1 |
| 6516 | type: req_rsp |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6517 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6518 | } |
| 6519 | { |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 6520 | package: pwrmgr_pkg |
| 6521 | struct: pwr_clk_req |
| 6522 | signame: pwrmgr_pwr_clk_req |
| 6523 | width: 1 |
| 6524 | type: req_rsp |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6525 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 6526 | } |
| 6527 | { |
| 6528 | package: pwrmgr_pkg |
| 6529 | struct: pwr_clk_rsp |
| 6530 | signame: pwrmgr_pwr_clk_rsp |
| 6531 | width: 1 |
| 6532 | type: req_rsp |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6533 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 6534 | } |
| 6535 | { |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 6536 | package: flash_ctrl_pkg |
| 6537 | struct: keymgr_flash |
| 6538 | signame: flash_ctrl_keymgr |
| 6539 | width: 1 |
| 6540 | type: uni |
| 6541 | default: "" |
| 6542 | } |
| 6543 | { |
Timothy Chen | 75350ca | 2020-09-22 20:55:55 -0700 | [diff] [blame^] | 6544 | package: alert_pkg |
| 6545 | struct: alert_crashdump |
| 6546 | signame: alert_handler_crashdump |
| 6547 | width: 1 |
| 6548 | type: uni |
| 6549 | default: "" |
| 6550 | } |
| 6551 | { |
Eunchan Kim | 5152e88 | 2020-08-03 16:26:40 -0700 | [diff] [blame] | 6552 | package: "" |
| 6553 | struct: logic |
| 6554 | signame: pwrmgr_wakeups |
| 6555 | width: 1 |
| 6556 | type: uni |
| 6557 | default: "" |
| 6558 | } |
| 6559 | { |
Timothy Chen | 787cbee | 2020-09-21 13:18:41 -0700 | [diff] [blame] | 6560 | package: "" |
| 6561 | struct: logic |
| 6562 | signame: pwrmgr_rstreqs |
| 6563 | width: 1 |
| 6564 | type: uni |
| 6565 | default: "" |
| 6566 | } |
| 6567 | { |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 6568 | package: tlul_pkg |
| 6569 | struct: tl_h2d |
| 6570 | signame: rom_tl_req |
| 6571 | width: 1 |
| 6572 | type: req_rsp |
| 6573 | default: "" |
| 6574 | } |
| 6575 | { |
| 6576 | package: tlul_pkg |
| 6577 | struct: tl_d2h |
| 6578 | signame: rom_tl_rsp |
| 6579 | width: 1 |
| 6580 | type: req_rsp |
| 6581 | default: "" |
| 6582 | } |
| 6583 | { |
| 6584 | package: tlul_pkg |
| 6585 | struct: tl_h2d |
| 6586 | signame: ram_main_tl_req |
| 6587 | width: 1 |
| 6588 | type: req_rsp |
| 6589 | default: "" |
| 6590 | } |
| 6591 | { |
| 6592 | package: tlul_pkg |
| 6593 | struct: tl_d2h |
| 6594 | signame: ram_main_tl_rsp |
| 6595 | width: 1 |
| 6596 | type: req_rsp |
| 6597 | default: "" |
| 6598 | } |
| 6599 | { |
| 6600 | package: tlul_pkg |
| 6601 | struct: tl_h2d |
| 6602 | signame: eflash_tl_req |
| 6603 | width: 1 |
| 6604 | type: req_rsp |
| 6605 | default: "" |
| 6606 | } |
| 6607 | { |
| 6608 | package: tlul_pkg |
| 6609 | struct: tl_d2h |
| 6610 | signame: eflash_tl_rsp |
| 6611 | width: 1 |
| 6612 | type: req_rsp |
| 6613 | default: "" |
| 6614 | } |
| 6615 | { |
| 6616 | package: tlul_pkg |
| 6617 | struct: tl_h2d |
| 6618 | signame: main_tl_peri_req |
| 6619 | width: 1 |
| 6620 | type: req_rsp |
| 6621 | default: "" |
| 6622 | } |
| 6623 | { |
| 6624 | package: tlul_pkg |
| 6625 | struct: tl_d2h |
| 6626 | signame: main_tl_peri_rsp |
| 6627 | width: 1 |
| 6628 | type: req_rsp |
| 6629 | default: "" |
| 6630 | } |
| 6631 | { |
| 6632 | package: tlul_pkg |
| 6633 | struct: tl_h2d |
| 6634 | signame: flash_ctrl_tl_req |
| 6635 | width: 1 |
| 6636 | type: req_rsp |
| 6637 | default: "" |
| 6638 | } |
| 6639 | { |
| 6640 | package: tlul_pkg |
| 6641 | struct: tl_d2h |
| 6642 | signame: flash_ctrl_tl_rsp |
| 6643 | width: 1 |
| 6644 | type: req_rsp |
| 6645 | default: "" |
| 6646 | } |
| 6647 | { |
| 6648 | package: tlul_pkg |
| 6649 | struct: tl_h2d |
| 6650 | signame: hmac_tl_req |
| 6651 | width: 1 |
| 6652 | type: req_rsp |
| 6653 | default: "" |
| 6654 | } |
| 6655 | { |
| 6656 | package: tlul_pkg |
| 6657 | struct: tl_d2h |
| 6658 | signame: hmac_tl_rsp |
| 6659 | width: 1 |
| 6660 | type: req_rsp |
| 6661 | default: "" |
| 6662 | } |
| 6663 | { |
| 6664 | package: tlul_pkg |
| 6665 | struct: tl_h2d |
| 6666 | signame: aes_tl_req |
| 6667 | width: 1 |
| 6668 | type: req_rsp |
| 6669 | default: "" |
| 6670 | } |
| 6671 | { |
| 6672 | package: tlul_pkg |
| 6673 | struct: tl_d2h |
| 6674 | signame: aes_tl_rsp |
| 6675 | width: 1 |
| 6676 | type: req_rsp |
| 6677 | default: "" |
| 6678 | } |
| 6679 | { |
| 6680 | package: tlul_pkg |
| 6681 | struct: tl_h2d |
| 6682 | signame: rv_plic_tl_req |
| 6683 | width: 1 |
| 6684 | type: req_rsp |
| 6685 | default: "" |
| 6686 | } |
| 6687 | { |
| 6688 | package: tlul_pkg |
| 6689 | struct: tl_d2h |
| 6690 | signame: rv_plic_tl_rsp |
| 6691 | width: 1 |
| 6692 | type: req_rsp |
| 6693 | default: "" |
| 6694 | } |
| 6695 | { |
| 6696 | package: tlul_pkg |
| 6697 | struct: tl_h2d |
| 6698 | signame: pinmux_tl_req |
| 6699 | width: 1 |
| 6700 | type: req_rsp |
| 6701 | default: "" |
| 6702 | } |
| 6703 | { |
| 6704 | package: tlul_pkg |
| 6705 | struct: tl_d2h |
| 6706 | signame: pinmux_tl_rsp |
| 6707 | width: 1 |
| 6708 | type: req_rsp |
| 6709 | default: "" |
| 6710 | } |
| 6711 | { |
| 6712 | package: tlul_pkg |
| 6713 | struct: tl_h2d |
| 6714 | signame: padctrl_tl_req |
| 6715 | width: 1 |
| 6716 | type: req_rsp |
| 6717 | default: "" |
| 6718 | } |
| 6719 | { |
| 6720 | package: tlul_pkg |
| 6721 | struct: tl_d2h |
| 6722 | signame: padctrl_tl_rsp |
| 6723 | width: 1 |
| 6724 | type: req_rsp |
| 6725 | default: "" |
| 6726 | } |
| 6727 | { |
| 6728 | package: tlul_pkg |
| 6729 | struct: tl_h2d |
| 6730 | signame: alert_handler_tl_req |
| 6731 | width: 1 |
| 6732 | type: req_rsp |
| 6733 | default: "" |
| 6734 | } |
| 6735 | { |
| 6736 | package: tlul_pkg |
| 6737 | struct: tl_d2h |
| 6738 | signame: alert_handler_tl_rsp |
| 6739 | width: 1 |
| 6740 | type: req_rsp |
| 6741 | default: "" |
| 6742 | } |
| 6743 | { |
| 6744 | package: tlul_pkg |
| 6745 | struct: tl_h2d |
| 6746 | signame: nmi_gen_tl_req |
| 6747 | width: 1 |
| 6748 | type: req_rsp |
| 6749 | default: "" |
| 6750 | } |
| 6751 | { |
| 6752 | package: tlul_pkg |
| 6753 | struct: tl_d2h |
| 6754 | signame: nmi_gen_tl_rsp |
| 6755 | width: 1 |
| 6756 | type: req_rsp |
| 6757 | default: "" |
| 6758 | } |
| 6759 | { |
| 6760 | package: tlul_pkg |
| 6761 | struct: tl_h2d |
| 6762 | signame: otbn_tl_req |
| 6763 | width: 1 |
| 6764 | type: req_rsp |
| 6765 | default: "" |
| 6766 | } |
| 6767 | { |
| 6768 | package: tlul_pkg |
| 6769 | struct: tl_d2h |
| 6770 | signame: otbn_tl_rsp |
| 6771 | width: 1 |
| 6772 | type: req_rsp |
| 6773 | default: "" |
| 6774 | } |
| 6775 | { |
| 6776 | package: tlul_pkg |
| 6777 | struct: tl_h2d |
Timothy Chen | 9495372 | 2020-09-18 16:15:12 -0700 | [diff] [blame] | 6778 | signame: keymgr_tl_req |
| 6779 | width: 1 |
| 6780 | type: req_rsp |
| 6781 | default: "" |
| 6782 | } |
| 6783 | { |
| 6784 | package: tlul_pkg |
| 6785 | struct: tl_d2h |
| 6786 | signame: keymgr_tl_rsp |
| 6787 | width: 1 |
| 6788 | type: req_rsp |
| 6789 | default: "" |
| 6790 | } |
| 6791 | { |
| 6792 | package: tlul_pkg |
| 6793 | struct: tl_h2d |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 6794 | signame: uart_tl_req |
| 6795 | width: 1 |
| 6796 | type: req_rsp |
| 6797 | default: "" |
| 6798 | } |
| 6799 | { |
| 6800 | package: tlul_pkg |
| 6801 | struct: tl_d2h |
| 6802 | signame: uart_tl_rsp |
| 6803 | width: 1 |
| 6804 | type: req_rsp |
| 6805 | default: "" |
| 6806 | } |
| 6807 | { |
| 6808 | package: tlul_pkg |
| 6809 | struct: tl_h2d |
| 6810 | signame: gpio_tl_req |
| 6811 | width: 1 |
| 6812 | type: req_rsp |
| 6813 | default: "" |
| 6814 | } |
| 6815 | { |
| 6816 | package: tlul_pkg |
| 6817 | struct: tl_d2h |
| 6818 | signame: gpio_tl_rsp |
| 6819 | width: 1 |
| 6820 | type: req_rsp |
| 6821 | default: "" |
| 6822 | } |
| 6823 | { |
| 6824 | package: tlul_pkg |
| 6825 | struct: tl_h2d |
| 6826 | signame: spi_device_tl_req |
| 6827 | width: 1 |
| 6828 | type: req_rsp |
| 6829 | default: "" |
| 6830 | } |
| 6831 | { |
| 6832 | package: tlul_pkg |
| 6833 | struct: tl_d2h |
| 6834 | signame: spi_device_tl_rsp |
| 6835 | width: 1 |
| 6836 | type: req_rsp |
| 6837 | default: "" |
| 6838 | } |
| 6839 | { |
| 6840 | package: tlul_pkg |
| 6841 | struct: tl_h2d |
| 6842 | signame: rv_timer_tl_req |
| 6843 | width: 1 |
| 6844 | type: req_rsp |
| 6845 | default: "" |
| 6846 | } |
| 6847 | { |
| 6848 | package: tlul_pkg |
| 6849 | struct: tl_d2h |
| 6850 | signame: rv_timer_tl_rsp |
| 6851 | width: 1 |
| 6852 | type: req_rsp |
| 6853 | default: "" |
| 6854 | } |
| 6855 | { |
| 6856 | package: tlul_pkg |
| 6857 | struct: tl_h2d |
| 6858 | signame: usbdev_tl_req |
| 6859 | width: 1 |
| 6860 | type: req_rsp |
| 6861 | default: "" |
| 6862 | } |
| 6863 | { |
| 6864 | package: tlul_pkg |
| 6865 | struct: tl_d2h |
| 6866 | signame: usbdev_tl_rsp |
| 6867 | width: 1 |
| 6868 | type: req_rsp |
| 6869 | default: "" |
| 6870 | } |
| 6871 | { |
| 6872 | package: tlul_pkg |
| 6873 | struct: tl_h2d |
| 6874 | signame: pwrmgr_tl_req |
| 6875 | width: 1 |
| 6876 | type: req_rsp |
| 6877 | default: "" |
| 6878 | } |
| 6879 | { |
| 6880 | package: tlul_pkg |
| 6881 | struct: tl_d2h |
| 6882 | signame: pwrmgr_tl_rsp |
| 6883 | width: 1 |
| 6884 | type: req_rsp |
| 6885 | default: "" |
| 6886 | } |
| 6887 | { |
| 6888 | package: tlul_pkg |
| 6889 | struct: tl_h2d |
| 6890 | signame: rstmgr_tl_req |
| 6891 | width: 1 |
| 6892 | type: req_rsp |
| 6893 | default: "" |
| 6894 | } |
| 6895 | { |
| 6896 | package: tlul_pkg |
| 6897 | struct: tl_d2h |
| 6898 | signame: rstmgr_tl_rsp |
| 6899 | width: 1 |
| 6900 | type: req_rsp |
| 6901 | default: "" |
| 6902 | } |
| 6903 | { |
| 6904 | package: tlul_pkg |
| 6905 | struct: tl_h2d |
| 6906 | signame: clkmgr_tl_req |
| 6907 | width: 1 |
| 6908 | type: req_rsp |
| 6909 | default: "" |
| 6910 | } |
| 6911 | { |
| 6912 | package: tlul_pkg |
| 6913 | struct: tl_d2h |
| 6914 | signame: clkmgr_tl_rsp |
| 6915 | width: 1 |
| 6916 | type: req_rsp |
| 6917 | default: "" |
| 6918 | } |
| 6919 | { |
| 6920 | package: tlul_pkg |
| 6921 | struct: tl_h2d |
| 6922 | signame: ram_ret_tl_req |
| 6923 | width: 1 |
| 6924 | type: req_rsp |
| 6925 | default: "" |
| 6926 | } |
| 6927 | { |
| 6928 | package: tlul_pkg |
| 6929 | struct: tl_d2h |
| 6930 | signame: ram_ret_tl_rsp |
| 6931 | width: 1 |
| 6932 | type: req_rsp |
| 6933 | default: "" |
| 6934 | } |
| 6935 | { |
Timothy Chen | 1555dce | 2020-08-11 11:26:50 -0700 | [diff] [blame] | 6936 | package: tlul_pkg |
| 6937 | struct: tl_h2d |
| 6938 | signame: sensor_ctrl_tl_req |
| 6939 | width: 1 |
| 6940 | type: req_rsp |
| 6941 | default: "" |
| 6942 | } |
| 6943 | { |
| 6944 | package: tlul_pkg |
| 6945 | struct: tl_d2h |
| 6946 | signame: sensor_ctrl_tl_rsp |
| 6947 | width: 1 |
| 6948 | type: req_rsp |
| 6949 | default: "" |
| 6950 | } |
| 6951 | { |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6952 | package: rstmgr_pkg |
| 6953 | struct: rstmgr_out |
| 6954 | signame: rstmgr_resets |
| 6955 | width: 1 |
| 6956 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6957 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6958 | } |
| 6959 | { |
| 6960 | package: rstmgr_pkg |
| 6961 | struct: rstmgr_cpu |
| 6962 | signame: rstmgr_cpu |
| 6963 | width: 1 |
| 6964 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6965 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6966 | } |
| 6967 | { |
| 6968 | package: pwrmgr_pkg |
| 6969 | struct: pwr_cpu |
| 6970 | signame: pwrmgr_pwr_cpu |
| 6971 | width: 1 |
| 6972 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6973 | default: "" |
Timothy Chen | c59f701 | 2020-04-16 19:11:42 -0700 | [diff] [blame] | 6974 | } |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 6975 | { |
| 6976 | package: clkmgr_pkg |
| 6977 | struct: clkmgr_out |
| 6978 | signame: clkmgr_clocks |
| 6979 | width: 1 |
| 6980 | type: uni |
Michael Schaffner | 39ef7f5 | 2020-07-10 21:58:48 -0700 | [diff] [blame] | 6981 | default: "" |
Timothy Chen | f56c1b5 | 2020-04-28 17:00:43 -0700 | [diff] [blame] | 6982 | } |
Pirmin Vogel | a2d411d | 2020-07-13 17:33:42 +0200 | [diff] [blame] | 6983 | { |
| 6984 | package: "" |
| 6985 | struct: logic |
| 6986 | signame: aes_idle |
| 6987 | width: 1 |
| 6988 | type: uni |
| 6989 | default: "" |
| 6990 | } |
| 6991 | { |
| 6992 | package: clkmgr_pkg |
| 6993 | struct: clk_hint_status |
| 6994 | signame: clkmgr_status |
| 6995 | width: 1 |
| 6996 | type: uni |
| 6997 | default: "" |
| 6998 | } |
Eunchan Kim | 0f54954 | 2020-08-04 10:40:11 -0700 | [diff] [blame] | 6999 | { |
| 7000 | package: tlul_pkg |
| 7001 | struct: tl_h2d |
| 7002 | signame: main_tl_corei_req |
| 7003 | width: 1 |
| 7004 | type: req_rsp |
| 7005 | default: "" |
| 7006 | } |
| 7007 | { |
| 7008 | package: tlul_pkg |
| 7009 | struct: tl_d2h |
| 7010 | signame: main_tl_corei_rsp |
| 7011 | width: 1 |
| 7012 | type: req_rsp |
| 7013 | default: "" |
| 7014 | } |
| 7015 | { |
| 7016 | package: tlul_pkg |
| 7017 | struct: tl_h2d |
| 7018 | signame: main_tl_cored_req |
| 7019 | width: 1 |
| 7020 | type: req_rsp |
| 7021 | default: "" |
| 7022 | } |
| 7023 | { |
| 7024 | package: tlul_pkg |
| 7025 | struct: tl_d2h |
| 7026 | signame: main_tl_cored_rsp |
| 7027 | width: 1 |
| 7028 | type: req_rsp |
| 7029 | default: "" |
| 7030 | } |
| 7031 | { |
| 7032 | package: tlul_pkg |
| 7033 | struct: tl_h2d |
| 7034 | signame: main_tl_dm_sba_req |
| 7035 | width: 1 |
| 7036 | type: req_rsp |
| 7037 | default: "" |
| 7038 | } |
| 7039 | { |
| 7040 | package: tlul_pkg |
| 7041 | struct: tl_d2h |
| 7042 | signame: main_tl_dm_sba_rsp |
| 7043 | width: 1 |
| 7044 | type: req_rsp |
| 7045 | default: "" |
| 7046 | } |
| 7047 | { |
| 7048 | package: tlul_pkg |
| 7049 | struct: tl_h2d |
| 7050 | signame: main_tl_debug_mem_req |
| 7051 | width: 1 |
| 7052 | type: req_rsp |
| 7053 | default: "" |
| 7054 | } |
| 7055 | { |
| 7056 | package: tlul_pkg |
| 7057 | struct: tl_d2h |
| 7058 | signame: main_tl_debug_mem_rsp |
| 7059 | width: 1 |
| 7060 | type: req_rsp |
| 7061 | default: "" |
| 7062 | } |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 7063 | ] |
| 7064 | } |
Timothy Chen | c38f789 | 2020-07-16 18:19:48 -0700 | [diff] [blame] | 7065 | } |