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: |
| 13 | [ |
| 14 | { |
| 15 | name: main |
| 16 | freq: "100000000" |
| 17 | } |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 18 | { |
| 19 | name: fixed |
| 20 | freq: "100000000" |
| 21 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 22 | { |
| 23 | name: usb |
| 24 | freq: "48000000" |
| 25 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 26 | ] |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 27 | resets: |
| 28 | [ |
| 29 | { |
| 30 | name: lc |
| 31 | type: root |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 32 | root: lc |
| 33 | clk: fixed |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 34 | } |
| 35 | { |
| 36 | name: sys |
| 37 | type: root |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 38 | root: sys |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 39 | clk: main |
| 40 | } |
| 41 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 42 | name: sys_fixed |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 43 | type: gen |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 44 | root: sys |
| 45 | clk: fixed |
| 46 | } |
| 47 | { |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 48 | name: spi_device |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 49 | type: gen |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 50 | root: sys |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 51 | clk: fixed |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 52 | sw: 1 |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 53 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 54 | { |
| 55 | name: usb |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 56 | type: gen |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 57 | root: sys |
| 58 | clk: usb |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 59 | sw: 1 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 60 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 61 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 62 | num_cores: "1" |
| 63 | module: |
| 64 | [ |
| 65 | { |
| 66 | name: uart |
| 67 | type: uart |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 68 | clock_connections: |
| 69 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 70 | clk_i: fixed |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 71 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 72 | reset_connections: |
| 73 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 74 | rst_ni: sys_fixed |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 75 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 76 | base_addr: 0x40000000 |
| 77 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 78 | bus_device: tlul |
| 79 | bus_host: none |
| 80 | available_input_list: |
| 81 | [ |
| 82 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 83 | name: rx |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 84 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 85 | type: input |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 86 | } |
| 87 | ] |
| 88 | available_output_list: |
| 89 | [ |
| 90 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 91 | name: tx |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 92 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 93 | type: output |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 94 | } |
| 95 | ] |
| 96 | available_inout_list: [] |
| 97 | interrupt_list: |
| 98 | [ |
| 99 | { |
| 100 | name: tx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 101 | width: 1 |
| 102 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 103 | } |
| 104 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 105 | name: rx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 106 | width: 1 |
| 107 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 108 | } |
| 109 | { |
Timothy Chen | 087d4f4 | 2019-12-27 16:04:46 -0800 | [diff] [blame] | 110 | name: tx_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 111 | width: 1 |
| 112 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 113 | } |
| 114 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 115 | name: rx_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 116 | width: 1 |
| 117 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 118 | } |
| 119 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 120 | name: rx_frame_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 121 | width: 1 |
| 122 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 123 | } |
| 124 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 125 | name: rx_break_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 126 | width: 1 |
| 127 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 128 | } |
| 129 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 130 | name: rx_timeout |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 131 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 132 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 133 | } |
| 134 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 135 | name: rx_parity_err |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 136 | width: 1 |
| 137 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 138 | } |
| 139 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 140 | alert_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 141 | scan: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 142 | } |
| 143 | { |
| 144 | name: gpio |
| 145 | type: gpio |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 146 | clock_connections: |
| 147 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 148 | clk_i: fixed |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 149 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 150 | reset_connections: |
| 151 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 152 | rst_ni: sys_fixed |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 153 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 154 | base_addr: 0x40010000 |
| 155 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 156 | bus_device: tlul |
| 157 | bus_host: none |
| 158 | available_input_list: [] |
| 159 | available_output_list: [] |
| 160 | available_inout_list: |
| 161 | [ |
| 162 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 163 | name: gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 164 | width: 32 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 165 | type: inout |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 166 | } |
| 167 | ] |
| 168 | interrupt_list: |
| 169 | [ |
| 170 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 171 | name: gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 172 | width: 32 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 173 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 174 | } |
| 175 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 176 | alert_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 177 | scan: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 178 | } |
| 179 | { |
| 180 | name: spi_device |
| 181 | type: spi_device |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 182 | clock_connections: |
| 183 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 184 | clk_i: fixed |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 185 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 186 | reset_connections: |
| 187 | { |
| 188 | rst_ni: spi_device |
| 189 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 190 | base_addr: 0x40020000 |
| 191 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 192 | bus_device: tlul |
| 193 | bus_host: none |
| 194 | available_input_list: |
| 195 | [ |
| 196 | { |
| 197 | name: sck |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 198 | width: 1 |
| 199 | type: input |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 200 | } |
| 201 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 202 | name: csb |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 203 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 204 | type: input |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 205 | } |
| 206 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 207 | name: mosi |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 208 | width: 1 |
| 209 | type: input |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 210 | } |
| 211 | ] |
| 212 | available_output_list: |
| 213 | [ |
| 214 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 215 | name: miso |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 216 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 217 | type: output |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 218 | } |
| 219 | ] |
| 220 | available_inout_list: [] |
| 221 | interrupt_list: |
| 222 | [ |
| 223 | { |
Eunchan Kim | 8c57fe3 | 2019-09-02 21:14:24 -0700 | [diff] [blame] | 224 | name: rxf |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 225 | width: 1 |
| 226 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 227 | } |
| 228 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 229 | name: rxlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 230 | width: 1 |
| 231 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 232 | } |
| 233 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 234 | name: txlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 235 | width: 1 |
| 236 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 237 | } |
| 238 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 239 | name: rxerr |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 240 | width: 1 |
| 241 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 242 | } |
| 243 | { |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 244 | name: rxoverflow |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 245 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 246 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 247 | } |
| 248 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 249 | name: txunderflow |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 250 | width: 1 |
| 251 | type: interrupt |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 252 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 253 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 254 | alert_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 255 | scan: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 256 | } |
| 257 | { |
| 258 | name: flash_ctrl |
| 259 | type: flash_ctrl |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 260 | clock_connections: |
| 261 | { |
| 262 | clk_i: main |
| 263 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 264 | reset_connections: |
| 265 | { |
| 266 | rst_ni: lc |
| 267 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 268 | base_addr: 0x40030000 |
| 269 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 270 | bus_device: tlul |
| 271 | bus_host: none |
| 272 | available_input_list: [] |
| 273 | available_output_list: [] |
| 274 | available_inout_list: [] |
| 275 | interrupt_list: |
| 276 | [ |
| 277 | { |
| 278 | name: prog_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 279 | width: 1 |
| 280 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 281 | } |
| 282 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 283 | name: prog_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 284 | width: 1 |
| 285 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 286 | } |
| 287 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 288 | name: rd_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 289 | width: 1 |
| 290 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 291 | } |
| 292 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 293 | name: rd_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 294 | width: 1 |
| 295 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 296 | } |
| 297 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 298 | name: op_done |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 299 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 300 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 301 | } |
| 302 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 303 | name: op_error |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 304 | width: 1 |
| 305 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 306 | } |
| 307 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 308 | alert_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 309 | scan: "false" |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 310 | inter_signal_list: |
| 311 | [ |
| 312 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 313 | struct: flash |
| 314 | type: req_rsp |
| 315 | name: flash |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 316 | act: req |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 317 | package: flash_ctrl_pkg |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 318 | inst_name: flash_ctrl |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 319 | width: 1 |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 320 | top_signame: flash_ctrl_flash |
| 321 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 322 | } |
| 323 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 324 | } |
| 325 | { |
| 326 | name: rv_timer |
| 327 | type: rv_timer |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 328 | clock_connections: |
| 329 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 330 | clk_i: fixed |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 331 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 332 | reset_connections: |
| 333 | { |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 334 | rst_ni: sys_fixed |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 335 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 336 | base_addr: 0x40080000 |
| 337 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 338 | bus_device: tlul |
| 339 | bus_host: none |
| 340 | available_input_list: [] |
| 341 | available_output_list: [] |
| 342 | available_inout_list: [] |
| 343 | interrupt_list: |
| 344 | [ |
| 345 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 346 | name: timer_expired_0_0 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 347 | width: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 348 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 349 | } |
| 350 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 351 | alert_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 352 | scan: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 353 | } |
| 354 | { |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 355 | name: aes |
| 356 | type: aes |
| 357 | clock_connections: |
| 358 | { |
| 359 | clk_i: main |
| 360 | } |
| 361 | reset_connections: |
| 362 | { |
| 363 | rst_ni: sys |
| 364 | } |
| 365 | base_addr: 0x40110000 |
| 366 | size: 0x1000 |
| 367 | bus_device: tlul |
| 368 | bus_host: none |
| 369 | available_input_list: [] |
| 370 | available_output_list: [] |
| 371 | available_inout_list: [] |
| 372 | interrupt_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 373 | alert_list: [] |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 374 | scan: "false" |
| 375 | } |
| 376 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 377 | name: hmac |
| 378 | type: hmac |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 379 | clock_connections: |
| 380 | { |
| 381 | clk_i: main |
| 382 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 383 | reset_connections: |
| 384 | { |
| 385 | rst_ni: sys |
| 386 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 387 | base_addr: 0x40120000 |
| 388 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 389 | bus_device: tlul |
| 390 | bus_host: none |
| 391 | available_input_list: [] |
| 392 | available_output_list: [] |
| 393 | available_inout_list: [] |
| 394 | interrupt_list: |
| 395 | [ |
| 396 | { |
| 397 | name: hmac_done |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 398 | width: 1 |
| 399 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 400 | } |
| 401 | { |
Eunchan Kim | d9d69aa | 2020-03-20 10:21:11 -0700 | [diff] [blame] | 402 | name: fifo_empty |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 403 | width: 1 |
| 404 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 405 | } |
| 406 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 407 | name: hmac_err |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 408 | width: 1 |
| 409 | type: interrupt |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 410 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 411 | ] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 412 | alert_list: |
| 413 | [ |
| 414 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 415 | name: msg_push_sha_disabled |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 416 | width: 1 |
| 417 | type: alert |
| 418 | async: 0 |
| 419 | } |
| 420 | ] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 421 | scan: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 422 | } |
| 423 | { |
| 424 | name: rv_plic |
| 425 | type: rv_plic |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 426 | clock_connections: |
| 427 | { |
| 428 | clk_i: main |
| 429 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 430 | reset_connections: |
| 431 | { |
| 432 | rst_ni: sys |
| 433 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 434 | base_addr: 0x40090000 |
| 435 | generated: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 436 | size: 0x1000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 437 | bus_device: tlul |
| 438 | bus_host: none |
| 439 | available_input_list: [] |
| 440 | available_output_list: [] |
| 441 | available_inout_list: [] |
| 442 | interrupt_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 443 | alert_list: [] |
Eunchan Kim | 2cfadab | 2019-10-02 12:41:11 -0700 | [diff] [blame] | 444 | scan: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 445 | } |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 446 | { |
| 447 | name: pinmux |
| 448 | type: pinmux |
| 449 | clock: main |
| 450 | clock_connections: |
| 451 | { |
| 452 | clk_i: main |
| 453 | } |
| 454 | reset_connections: |
| 455 | { |
| 456 | rst_ni: sys |
| 457 | } |
| 458 | base_addr: 0x40070000 |
| 459 | generated: "true" |
| 460 | size: 0x1000 |
| 461 | bus_device: tlul |
| 462 | bus_host: none |
| 463 | available_input_list: [] |
| 464 | available_output_list: [] |
| 465 | available_inout_list: [] |
| 466 | interrupt_list: [] |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 467 | alert_list: [] |
| 468 | scan: "false" |
| 469 | } |
| 470 | { |
| 471 | name: alert_handler |
| 472 | type: alert_handler |
| 473 | clock_connections: |
| 474 | { |
| 475 | clk_i: main |
| 476 | } |
| 477 | reset_connections: |
| 478 | { |
| 479 | rst_ni: sys |
| 480 | } |
| 481 | base_addr: 0x40130000 |
| 482 | generated: "true" |
| 483 | localparam: |
| 484 | { |
| 485 | EscCntDw: 32 |
| 486 | AccuCntDw: 16 |
| 487 | LfsrSeed: 0x7FFFFFFF |
| 488 | } |
| 489 | size: 0x1000 |
| 490 | bus_device: tlul |
| 491 | bus_host: none |
| 492 | available_input_list: [] |
| 493 | available_output_list: [] |
| 494 | available_inout_list: [] |
| 495 | interrupt_list: |
| 496 | [ |
| 497 | { |
| 498 | name: classa |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 499 | width: 1 |
| 500 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 501 | } |
| 502 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 503 | name: classb |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 504 | width: 1 |
| 505 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 506 | } |
| 507 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 508 | name: classc |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 509 | width: 1 |
| 510 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 511 | } |
| 512 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 513 | name: classd |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 514 | width: 1 |
| 515 | type: interrupt |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 516 | } |
| 517 | ] |
| 518 | alert_list: [] |
| 519 | scan: "false" |
| 520 | } |
| 521 | { |
| 522 | name: nmi_gen |
| 523 | type: nmi_gen |
| 524 | clock_connections: |
| 525 | { |
| 526 | clk_i: main |
| 527 | } |
| 528 | reset_connections: |
| 529 | { |
| 530 | rst_ni: sys |
| 531 | } |
| 532 | base_addr: 0x40140000 |
| 533 | size: 0x1000 |
| 534 | bus_device: tlul |
| 535 | bus_host: none |
| 536 | available_input_list: [] |
| 537 | available_output_list: [] |
| 538 | available_inout_list: [] |
| 539 | interrupt_list: |
| 540 | [ |
| 541 | { |
| 542 | name: esc0 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 543 | width: 1 |
| 544 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 545 | } |
| 546 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 547 | name: esc1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 548 | width: 1 |
| 549 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 550 | } |
| 551 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 552 | name: esc2 |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 553 | width: 1 |
| 554 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 555 | } |
| 556 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 557 | name: esc3 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 558 | width: 1 |
| 559 | type: interrupt |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 560 | } |
| 561 | ] |
| 562 | alert_list: [] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 563 | scan: "false" |
| 564 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 565 | { |
| 566 | name: usbdev |
| 567 | type: usbdev |
| 568 | clock_connections: |
| 569 | { |
| 570 | clk_i: fixed |
| 571 | clk_usb_48mhz_i: usb |
| 572 | } |
| 573 | reset_connections: |
| 574 | { |
| 575 | rst_ni: sys_fixed |
| 576 | rst_usb_48mhz_ni: usb |
| 577 | } |
| 578 | base_addr: 0x40150000 |
| 579 | size: 0x1000 |
| 580 | bus_device: tlul |
| 581 | bus_host: none |
| 582 | available_input_list: |
| 583 | [ |
| 584 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 585 | name: sense |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 586 | width: 1 |
| 587 | type: input |
| 588 | } |
| 589 | ] |
| 590 | available_output_list: |
| 591 | [ |
| 592 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 593 | name: se0 |
| 594 | width: 1 |
| 595 | type: output |
| 596 | } |
| 597 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 598 | name: pullup |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 599 | width: 1 |
| 600 | type: output |
| 601 | } |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 602 | { |
| 603 | name: tx_mode_se |
| 604 | width: 1 |
| 605 | type: output |
| 606 | } |
| 607 | { |
| 608 | name: suspend |
| 609 | width: 1 |
| 610 | type: output |
| 611 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 612 | ] |
| 613 | available_inout_list: |
| 614 | [ |
| 615 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 616 | name: d |
| 617 | width: 1 |
| 618 | type: inout |
| 619 | } |
| 620 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 621 | name: dp |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 622 | width: 1 |
| 623 | type: inout |
| 624 | } |
| 625 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 626 | name: dn |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 627 | width: 1 |
| 628 | type: inout |
| 629 | } |
| 630 | ] |
| 631 | interrupt_list: |
| 632 | [ |
| 633 | { |
| 634 | name: pkt_received |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 635 | width: 1 |
| 636 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 637 | } |
| 638 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 639 | name: pkt_sent |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 640 | width: 1 |
| 641 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 642 | } |
| 643 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 644 | name: disconnected |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 645 | width: 1 |
| 646 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 647 | } |
| 648 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 649 | name: host_lost |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 650 | width: 1 |
| 651 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 652 | } |
| 653 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 654 | name: link_reset |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 655 | width: 1 |
| 656 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 657 | } |
| 658 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 659 | name: link_suspend |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 660 | width: 1 |
| 661 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 662 | } |
| 663 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 664 | name: link_resume |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 665 | width: 1 |
| 666 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 667 | } |
| 668 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 669 | name: av_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 670 | width: 1 |
| 671 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 672 | } |
| 673 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 674 | name: rx_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 675 | width: 1 |
| 676 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 677 | } |
| 678 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 679 | name: av_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 680 | width: 1 |
| 681 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 682 | } |
| 683 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 684 | name: link_in_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 685 | width: 1 |
| 686 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 687 | } |
| 688 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 689 | name: rx_crc_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 690 | width: 1 |
| 691 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 692 | } |
| 693 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 694 | name: rx_pid_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 695 | width: 1 |
| 696 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 697 | } |
| 698 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 699 | name: rx_bitstuff_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 700 | width: 1 |
| 701 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 702 | } |
| 703 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 704 | name: frame |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 705 | width: 1 |
| 706 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 707 | } |
| 708 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 709 | name: connected |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 710 | width: 1 |
| 711 | type: interrupt |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 712 | } |
| 713 | ] |
| 714 | alert_list: [] |
| 715 | scan: "false" |
| 716 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 717 | ] |
| 718 | memory: |
| 719 | [ |
| 720 | { |
| 721 | name: rom |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 722 | clock_connections: |
| 723 | { |
| 724 | clk_i: main |
| 725 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 726 | reset_connections: |
| 727 | { |
| 728 | rst_ni: sys |
| 729 | } |
Timothy Chen | 4446103 | 2019-09-20 15:35:20 -0700 | [diff] [blame] | 730 | type: rom |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 731 | base_addr: 0x00008000 |
Timothy Chen | da2e344 | 2020-02-24 21:37:47 -0800 | [diff] [blame] | 732 | size: 0x4000 |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 733 | } |
| 734 | { |
| 735 | name: ram_main |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 736 | clock_connections: |
| 737 | { |
| 738 | clk_i: main |
| 739 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 740 | reset_connections: |
| 741 | { |
| 742 | rst_ni: sys |
| 743 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 744 | type: ram_1p |
| 745 | base_addr: 0x10000000 |
| 746 | size: 0x10000 |
| 747 | } |
| 748 | { |
| 749 | name: eflash |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 750 | clock_connections: |
| 751 | { |
| 752 | clk_i: main |
| 753 | } |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 754 | reset_connections: |
| 755 | { |
| 756 | rst_ni: lc |
| 757 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 758 | type: eflash |
| 759 | base_addr: 0x20000000 |
| 760 | size: 0x80000 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 761 | inter_signal_list: |
| 762 | [ |
| 763 | { |
| 764 | struct: flash |
| 765 | type: req_rsp |
| 766 | name: flash_ctrl |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 767 | act: rsp |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 768 | inst_name: eflash |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 769 | width: 1 |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 770 | package: flash_ctrl_pkg |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 771 | top_signame: flash_ctrl_flash |
| 772 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 773 | } |
| 774 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 775 | } |
| 776 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 777 | inter_module: |
| 778 | { |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 779 | connect: |
| 780 | { |
| 781 | flash_ctrl.flash: |
| 782 | [ |
| 783 | eflash.flash_ctrl |
| 784 | ] |
| 785 | } |
| 786 | top: [] |
| 787 | ext: [] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 788 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 789 | xbar: |
| 790 | [ |
| 791 | { |
| 792 | name: main |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 793 | clock_connections: |
| 794 | { |
| 795 | clk_main_i: main |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 796 | clk_fixed_i: fixed |
Timothy Chen | 80bd8aa | 2019-10-04 15:57:11 -0700 | [diff] [blame] | 797 | } |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 798 | reset: rst_main_ni |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 799 | reset_connections: |
| 800 | { |
| 801 | rst_main_ni: sys |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 802 | rst_fixed_ni: sys_fixed |
Timothy Chen | 3193b00 | 2019-10-04 16:56:05 -0700 | [diff] [blame] | 803 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 804 | connections: |
| 805 | { |
| 806 | corei: |
| 807 | [ |
| 808 | rom |
| 809 | debug_mem |
| 810 | ram_main |
| 811 | eflash |
| 812 | ] |
| 813 | cored: |
| 814 | [ |
| 815 | rom |
| 816 | debug_mem |
| 817 | ram_main |
| 818 | eflash |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 819 | peri |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 820 | flash_ctrl |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 821 | aes |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 822 | hmac |
| 823 | rv_plic |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 824 | pinmux |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 825 | alert_handler |
| 826 | nmi_gen |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 827 | ] |
| 828 | dm_sba: |
| 829 | [ |
| 830 | rom |
| 831 | ram_main |
| 832 | eflash |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 833 | peri |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 834 | flash_ctrl |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 835 | aes |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 836 | hmac |
| 837 | rv_plic |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 838 | pinmux |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 839 | alert_handler |
| 840 | nmi_gen |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 841 | ] |
| 842 | } |
| 843 | nodes: |
| 844 | [ |
| 845 | { |
| 846 | name: corei |
| 847 | type: host |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 848 | clock: clk_main_i |
| 849 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 850 | pipeline: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 851 | xbar: false |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 852 | inst_type: rv_core_ibex |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 853 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 854 | } |
| 855 | { |
| 856 | name: cored |
| 857 | type: host |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 858 | clock: clk_main_i |
| 859 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 860 | pipeline: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 861 | xbar: false |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 862 | inst_type: rv_core_ibex |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 863 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 864 | } |
| 865 | { |
| 866 | name: dm_sba |
| 867 | type: host |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 868 | clock: clk_main_i |
| 869 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 870 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 871 | xbar: false |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 872 | inst_type: rv_dm |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 873 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 874 | } |
| 875 | { |
| 876 | name: rom |
| 877 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 878 | clock: clk_main_i |
| 879 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 880 | pipeline: "false" |
Timothy Chen | 4446103 | 2019-09-20 15:35:20 -0700 | [diff] [blame] | 881 | inst_type: rom |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 882 | addr_range: |
| 883 | [ |
| 884 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 885 | base_addr: 0x00008000 |
Timothy Chen | da2e344 | 2020-02-24 21:37:47 -0800 | [diff] [blame] | 886 | size_byte: 0x4000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 887 | } |
| 888 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 889 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 890 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 891 | } |
| 892 | { |
| 893 | name: debug_mem |
| 894 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 895 | clock: clk_main_i |
| 896 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 897 | pipeline_byp: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 898 | inst_type: rv_dm |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 899 | addr_range: |
| 900 | [ |
| 901 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 902 | base_addr: 0x1A110000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 903 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 904 | } |
| 905 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 906 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 907 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 908 | } |
| 909 | { |
| 910 | name: ram_main |
| 911 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 912 | clock: clk_main_i |
| 913 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 914 | pipeline: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 915 | inst_type: ram_1p |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 916 | addr_range: |
| 917 | [ |
| 918 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 919 | base_addr: 0x10000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 920 | size_byte: 0x10000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 921 | } |
| 922 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 923 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 924 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 925 | } |
| 926 | { |
| 927 | name: eflash |
| 928 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 929 | clock: clk_main_i |
| 930 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 931 | pipeline: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 932 | inst_type: eflash |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 933 | addr_range: |
| 934 | [ |
| 935 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 936 | base_addr: 0x20000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 937 | size_byte: 0x80000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 938 | } |
| 939 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 940 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 941 | pipeline_byp: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 942 | } |
| 943 | { |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 944 | name: peri |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 945 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 946 | clock: clk_fixed_i |
| 947 | reset: rst_fixed_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 948 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 949 | xbar: true |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 950 | pipeline: "true" |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 951 | addr_range: |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 952 | [ |
| 953 | { |
| 954 | base_addr: 0x40000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 955 | size_byte: 0x1000 |
Eunchan Kim | eeea1f4 | 2020-01-13 10:26:10 -0800 | [diff] [blame] | 956 | } |
| 957 | { |
| 958 | base_addr: 0x40010000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 959 | size_byte: 0x1000 |
Eunchan Kim | eeea1f4 | 2020-01-13 10:26:10 -0800 | [diff] [blame] | 960 | } |
| 961 | { |
| 962 | base_addr: 0x40020000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 963 | size_byte: 0x1000 |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 964 | } |
| 965 | { |
| 966 | base_addr: 0x40080000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 967 | size_byte: 0x1000 |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 968 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 969 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 970 | base_addr: 0x40150000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 971 | size_byte: 0x1000 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 972 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 973 | ] |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 974 | } |
| 975 | { |
| 976 | name: flash_ctrl |
| 977 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 978 | clock: clk_main_i |
| 979 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 980 | pipeline_byp: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 981 | inst_type: flash_ctrl |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 982 | addr_range: |
| 983 | [ |
| 984 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 985 | base_addr: 0x40030000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 986 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 987 | } |
| 988 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 989 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 990 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 991 | } |
| 992 | { |
| 993 | name: hmac |
| 994 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 995 | clock: clk_main_i |
| 996 | reset: rst_main_ni |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 997 | pipeline_byp: "false" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 998 | inst_type: hmac |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 999 | addr_range: |
| 1000 | [ |
| 1001 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1002 | base_addr: 0x40120000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1003 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1004 | } |
| 1005 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1006 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 1007 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1008 | } |
| 1009 | { |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 1010 | name: aes |
| 1011 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 1012 | clock: clk_main_i |
| 1013 | reset: rst_main_ni |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 1014 | pipeline_byp: "false" |
| 1015 | inst_type: aes |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1016 | addr_range: |
| 1017 | [ |
| 1018 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1019 | base_addr: 0x40110000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1020 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1021 | } |
| 1022 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1023 | xbar: false |
Pirmin Vogel | d453438 | 2019-10-17 13:18:31 +0100 | [diff] [blame] | 1024 | pipeline: "true" |
| 1025 | } |
| 1026 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1027 | name: rv_plic |
| 1028 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 1029 | clock: clk_main_i |
| 1030 | reset: rst_main_ni |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1031 | inst_type: rv_plic |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1032 | addr_range: |
| 1033 | [ |
| 1034 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1035 | base_addr: 0x40090000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1036 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1037 | } |
| 1038 | ] |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 1039 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1040 | xbar: false |
Timothy Chen | 61e25e8 | 2019-09-13 14:04:10 -0700 | [diff] [blame] | 1041 | pipeline: "true" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1042 | } |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1043 | { |
| 1044 | name: pinmux |
| 1045 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 1046 | clock: clk_main_i |
| 1047 | reset: rst_fixed_ni |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1048 | inst_type: pinmux |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1049 | addr_range: |
| 1050 | [ |
| 1051 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1052 | base_addr: 0x40070000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1053 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1054 | } |
| 1055 | ] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1056 | pipeline_byp: "false" |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1057 | xbar: false |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1058 | pipeline: "true" |
| 1059 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1060 | { |
| 1061 | name: alert_handler |
| 1062 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 1063 | clock: clk_main_i |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1064 | inst_type: alert_handler |
| 1065 | pipeline_byp: "false" |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1066 | addr_range: |
| 1067 | [ |
| 1068 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1069 | base_addr: 0x40130000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1070 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1071 | } |
| 1072 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1073 | xbar: false |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1074 | pipeline: "true" |
| 1075 | } |
| 1076 | { |
| 1077 | name: nmi_gen |
| 1078 | type: device |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 1079 | clock: clk_main_i |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1080 | inst_type: nmi_gen |
| 1081 | pipeline_byp: "false" |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1082 | addr_range: |
| 1083 | [ |
| 1084 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1085 | base_addr: 0x40140000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1086 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1087 | } |
| 1088 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1089 | xbar: false |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1090 | pipeline: "true" |
| 1091 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1092 | ] |
Timothy Chen | 65d7425 | 2019-11-08 14:03:35 -0800 | [diff] [blame] | 1093 | clock: clk_main_i |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1094 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1095 | { |
| 1096 | name: peri |
| 1097 | clock_connections: |
| 1098 | { |
| 1099 | clk_peri_i: fixed |
| 1100 | } |
| 1101 | reset: rst_peri_ni |
| 1102 | reset_connections: |
| 1103 | { |
| 1104 | rst_peri_ni: sys_fixed |
| 1105 | } |
| 1106 | connections: |
| 1107 | { |
| 1108 | main: |
| 1109 | [ |
| 1110 | uart |
| 1111 | gpio |
| 1112 | spi_device |
| 1113 | rv_timer |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1114 | usbdev |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1115 | ] |
| 1116 | } |
| 1117 | nodes: |
| 1118 | [ |
| 1119 | { |
| 1120 | name: main |
| 1121 | type: host |
| 1122 | clock: clk_peri_i |
| 1123 | reset: rst_peri_ni |
| 1124 | xbar: true |
| 1125 | pipeline: "false" |
| 1126 | inst_type: "" |
| 1127 | pipeline_byp: "true" |
| 1128 | } |
| 1129 | { |
| 1130 | name: uart |
| 1131 | type: device |
| 1132 | clock: clk_peri_i |
| 1133 | reset: rst_peri_ni |
| 1134 | pipeline: "false" |
| 1135 | inst_type: uart |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1136 | addr_range: |
| 1137 | [ |
| 1138 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1139 | base_addr: 0x40000000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1140 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1141 | } |
| 1142 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1143 | xbar: false |
| 1144 | pipeline_byp: "true" |
| 1145 | } |
| 1146 | { |
| 1147 | name: gpio |
| 1148 | type: device |
| 1149 | clock: clk_peri_i |
| 1150 | reset: rst_peri_ni |
| 1151 | pipeline: "false" |
| 1152 | inst_type: gpio |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1153 | addr_range: |
| 1154 | [ |
| 1155 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1156 | base_addr: 0x40010000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1157 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1158 | } |
| 1159 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1160 | xbar: false |
| 1161 | pipeline_byp: "true" |
| 1162 | } |
| 1163 | { |
| 1164 | name: spi_device |
| 1165 | type: device |
| 1166 | clock: clk_peri_i |
| 1167 | reset: rst_peri_ni |
| 1168 | pipeline: "false" |
| 1169 | inst_type: spi_device |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1170 | addr_range: |
| 1171 | [ |
| 1172 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1173 | base_addr: 0x40020000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1174 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1175 | } |
| 1176 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1177 | xbar: false |
| 1178 | pipeline_byp: "true" |
| 1179 | } |
| 1180 | { |
| 1181 | name: rv_timer |
| 1182 | type: device |
| 1183 | clock: clk_peri_i |
| 1184 | reset: rst_peri_ni |
| 1185 | pipeline: "false" |
| 1186 | inst_type: rv_timer |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1187 | addr_range: |
| 1188 | [ |
| 1189 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1190 | base_addr: 0x40080000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1191 | size_byte: 0x1000 |
Eunchan Kim | 0491ada | 2019-12-26 12:26:31 -0800 | [diff] [blame] | 1192 | } |
| 1193 | ] |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1194 | xbar: false |
| 1195 | pipeline_byp: "true" |
| 1196 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1197 | { |
| 1198 | name: usbdev |
| 1199 | type: device |
| 1200 | clock: clk_peri_i |
| 1201 | reset: rst_peri_ni |
| 1202 | pipeline: "false" |
| 1203 | inst_type: usbdev |
| 1204 | addr_range: |
| 1205 | [ |
| 1206 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1207 | base_addr: 0x40150000 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1208 | size_byte: 0x1000 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1209 | } |
| 1210 | ] |
| 1211 | xbar: false |
| 1212 | pipeline_byp: "true" |
| 1213 | } |
Eunchan Kim | 55d7ae8 | 2019-12-19 17:08:35 -0800 | [diff] [blame] | 1214 | ] |
| 1215 | clock: clk_peri_i |
| 1216 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1217 | ] |
| 1218 | interrupt_module: |
| 1219 | [ |
| 1220 | gpio |
| 1221 | uart |
| 1222 | spi_device |
| 1223 | flash_ctrl |
| 1224 | hmac |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1225 | alert_handler |
| 1226 | nmi_gen |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1227 | usbdev |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1228 | ] |
| 1229 | interrupt: |
| 1230 | [ |
| 1231 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1232 | name: gpio_gpio |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1233 | width: 32 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1234 | type: interrupt |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1235 | } |
| 1236 | { |
| 1237 | name: uart_tx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1238 | width: 1 |
| 1239 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1240 | } |
| 1241 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1242 | name: uart_rx_watermark |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1243 | width: 1 |
| 1244 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1245 | } |
| 1246 | { |
Timothy Chen | 087d4f4 | 2019-12-27 16:04:46 -0800 | [diff] [blame] | 1247 | name: uart_tx_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1248 | width: 1 |
| 1249 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1250 | } |
| 1251 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1252 | name: uart_rx_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1253 | width: 1 |
| 1254 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1255 | } |
| 1256 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1257 | name: uart_rx_frame_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1258 | width: 1 |
| 1259 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1260 | } |
| 1261 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1262 | name: uart_rx_break_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1263 | width: 1 |
| 1264 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1265 | } |
| 1266 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1267 | name: uart_rx_timeout |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1268 | width: 1 |
| 1269 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1270 | } |
| 1271 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1272 | name: uart_rx_parity_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1273 | width: 1 |
| 1274 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1275 | } |
| 1276 | { |
Eunchan Kim | 8c57fe3 | 2019-09-02 21:14:24 -0700 | [diff] [blame] | 1277 | name: spi_device_rxf |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1278 | width: 1 |
| 1279 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1280 | } |
| 1281 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1282 | name: spi_device_rxlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1283 | width: 1 |
| 1284 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1285 | } |
| 1286 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1287 | name: spi_device_txlvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1288 | width: 1 |
| 1289 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1290 | } |
| 1291 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1292 | name: spi_device_rxerr |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1293 | width: 1 |
| 1294 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1295 | } |
| 1296 | { |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 1297 | name: spi_device_rxoverflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1298 | width: 1 |
| 1299 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1300 | } |
| 1301 | { |
Eunchan Kim | 546c0d4 | 2019-09-24 15:07:06 -0700 | [diff] [blame] | 1302 | name: spi_device_txunderflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1303 | width: 1 |
| 1304 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1305 | } |
| 1306 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1307 | name: flash_ctrl_prog_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1308 | width: 1 |
| 1309 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1310 | } |
| 1311 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1312 | name: flash_ctrl_prog_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1313 | width: 1 |
| 1314 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1315 | } |
| 1316 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1317 | name: flash_ctrl_rd_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1318 | width: 1 |
| 1319 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1320 | } |
| 1321 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1322 | name: flash_ctrl_rd_lvl |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1323 | width: 1 |
| 1324 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1325 | } |
| 1326 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1327 | name: flash_ctrl_op_done |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1328 | width: 1 |
| 1329 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1330 | } |
| 1331 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1332 | name: flash_ctrl_op_error |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1333 | width: 1 |
| 1334 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1335 | } |
| 1336 | { |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1337 | name: hmac_hmac_done |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1338 | width: 1 |
| 1339 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1340 | } |
| 1341 | { |
Eunchan Kim | d9d69aa | 2020-03-20 10:21:11 -0700 | [diff] [blame] | 1342 | name: hmac_fifo_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1343 | width: 1 |
| 1344 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1345 | } |
| 1346 | { |
Eunchan Kim | 226eab6 | 2019-10-18 14:11:29 -0700 | [diff] [blame] | 1347 | name: hmac_hmac_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1348 | width: 1 |
| 1349 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1350 | } |
| 1351 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1352 | name: alert_handler_classa |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1353 | width: 1 |
| 1354 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1355 | } |
| 1356 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1357 | name: alert_handler_classb |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1358 | width: 1 |
| 1359 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1360 | } |
| 1361 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1362 | name: alert_handler_classc |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1363 | width: 1 |
| 1364 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1365 | } |
| 1366 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1367 | name: alert_handler_classd |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1368 | width: 1 |
| 1369 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1370 | } |
| 1371 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1372 | name: nmi_gen_esc0 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1373 | width: 1 |
| 1374 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1375 | } |
| 1376 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1377 | name: nmi_gen_esc1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1378 | width: 1 |
| 1379 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1380 | } |
| 1381 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1382 | name: nmi_gen_esc2 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1383 | width: 1 |
| 1384 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1385 | } |
| 1386 | { |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1387 | name: nmi_gen_esc3 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1388 | width: 1 |
| 1389 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1390 | } |
| 1391 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1392 | name: usbdev_pkt_received |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1393 | width: 1 |
| 1394 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1395 | } |
| 1396 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1397 | name: usbdev_pkt_sent |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1398 | width: 1 |
| 1399 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1400 | } |
| 1401 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1402 | name: usbdev_disconnected |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1403 | width: 1 |
| 1404 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1405 | } |
| 1406 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1407 | name: usbdev_host_lost |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1408 | width: 1 |
| 1409 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1410 | } |
| 1411 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1412 | name: usbdev_link_reset |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1413 | width: 1 |
| 1414 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1415 | } |
| 1416 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1417 | name: usbdev_link_suspend |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1418 | width: 1 |
| 1419 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1420 | } |
| 1421 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1422 | name: usbdev_link_resume |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1423 | width: 1 |
| 1424 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1425 | } |
| 1426 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1427 | name: usbdev_av_empty |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1428 | width: 1 |
| 1429 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1430 | } |
| 1431 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1432 | name: usbdev_rx_full |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1433 | width: 1 |
| 1434 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1435 | } |
| 1436 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1437 | name: usbdev_av_overflow |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1438 | width: 1 |
| 1439 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1440 | } |
| 1441 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1442 | name: usbdev_link_in_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1443 | width: 1 |
| 1444 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1445 | } |
| 1446 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1447 | name: usbdev_rx_crc_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1448 | width: 1 |
| 1449 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1450 | } |
| 1451 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1452 | name: usbdev_rx_pid_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1453 | width: 1 |
| 1454 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1455 | } |
| 1456 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1457 | name: usbdev_rx_bitstuff_err |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1458 | width: 1 |
| 1459 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1460 | } |
| 1461 | { |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1462 | name: usbdev_frame |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1463 | width: 1 |
| 1464 | type: interrupt |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1465 | } |
| 1466 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1467 | name: usbdev_connected |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1468 | width: 1 |
| 1469 | type: interrupt |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1470 | } |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1471 | ] |
| 1472 | alert_module: |
| 1473 | [ |
| 1474 | hmac |
| 1475 | ] |
| 1476 | alert: |
| 1477 | [ |
| 1478 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1479 | name: hmac_msg_push_sha_disabled |
Michael Schaffner | 666dde1 | 2019-10-25 11:57:54 -0700 | [diff] [blame] | 1480 | width: 1 |
| 1481 | type: alert |
| 1482 | async: 0 |
| 1483 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1484 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1485 | pinmux: |
| 1486 | { |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1487 | num_mio: 32 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1488 | dio_modules: |
| 1489 | [ |
| 1490 | { |
| 1491 | name: spi_device |
| 1492 | pad: |
| 1493 | [ |
| 1494 | ChB[0..3] |
| 1495 | ] |
| 1496 | } |
| 1497 | { |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1498 | name: uart |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1499 | pad: |
| 1500 | [ |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1501 | ChA[0..1] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1502 | ] |
| 1503 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1504 | { |
| 1505 | name: usbdev |
| 1506 | pad: |
| 1507 | [ |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 1508 | ChC[0..7] |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1509 | ] |
| 1510 | } |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1511 | ] |
| 1512 | mio_modules: |
| 1513 | [ |
| 1514 | uart |
| 1515 | gpio |
| 1516 | ] |
| 1517 | nc_modules: |
| 1518 | [ |
| 1519 | rv_timer |
| 1520 | hmac |
| 1521 | ] |
| 1522 | dio: |
| 1523 | [ |
| 1524 | { |
| 1525 | name: spi_device_sck |
| 1526 | width: 1 |
| 1527 | type: input |
| 1528 | pad: |
| 1529 | [ |
| 1530 | { |
| 1531 | name: ChB |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1532 | index: 0 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1533 | } |
| 1534 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1535 | } |
| 1536 | { |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1537 | name: spi_device_csb |
| 1538 | width: 1 |
| 1539 | type: input |
| 1540 | pad: |
| 1541 | [ |
| 1542 | { |
| 1543 | name: ChB |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1544 | index: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1545 | } |
| 1546 | ] |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1547 | } |
| 1548 | { |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1549 | name: spi_device_mosi |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1550 | width: 1 |
| 1551 | type: input |
| 1552 | pad: |
| 1553 | [ |
| 1554 | { |
| 1555 | name: ChB |
| 1556 | index: 2 |
| 1557 | } |
| 1558 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1559 | } |
| 1560 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1561 | name: spi_device_miso |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1562 | width: 1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1563 | type: output |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1564 | pad: |
| 1565 | [ |
| 1566 | { |
| 1567 | name: ChB |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1568 | index: 3 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1569 | } |
| 1570 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1571 | } |
| 1572 | { |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1573 | name: uart_rx |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1574 | width: 1 |
| 1575 | type: input |
| 1576 | pad: |
| 1577 | [ |
| 1578 | { |
| 1579 | name: ChA |
| 1580 | index: 0 |
| 1581 | } |
| 1582 | ] |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1583 | } |
| 1584 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1585 | name: uart_tx |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1586 | width: 1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1587 | type: output |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1588 | pad: |
| 1589 | [ |
| 1590 | { |
| 1591 | name: ChA |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1592 | index: 1 |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1593 | } |
| 1594 | ] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1595 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1596 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1597 | name: usbdev_sense |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1598 | width: 1 |
| 1599 | type: input |
| 1600 | pad: |
| 1601 | [ |
| 1602 | { |
| 1603 | name: ChC |
| 1604 | index: 0 |
| 1605 | } |
| 1606 | ] |
| 1607 | } |
| 1608 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 1609 | name: usbdev_se0 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1610 | width: 1 |
| 1611 | type: output |
| 1612 | pad: |
| 1613 | [ |
| 1614 | { |
| 1615 | name: ChC |
| 1616 | index: 1 |
| 1617 | } |
| 1618 | ] |
| 1619 | } |
| 1620 | { |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 1621 | name: usbdev_pullup |
| 1622 | width: 1 |
| 1623 | type: output |
| 1624 | pad: |
| 1625 | [ |
| 1626 | { |
| 1627 | name: ChC |
| 1628 | index: 2 |
| 1629 | } |
| 1630 | ] |
| 1631 | } |
| 1632 | { |
| 1633 | name: usbdev_tx_mode_se |
| 1634 | width: 1 |
| 1635 | type: output |
| 1636 | pad: |
| 1637 | [ |
| 1638 | { |
| 1639 | name: ChC |
| 1640 | index: 3 |
| 1641 | } |
| 1642 | ] |
| 1643 | } |
| 1644 | { |
| 1645 | name: usbdev_suspend |
| 1646 | width: 1 |
| 1647 | type: output |
| 1648 | pad: |
| 1649 | [ |
| 1650 | { |
| 1651 | name: ChC |
| 1652 | index: 4 |
| 1653 | } |
| 1654 | ] |
| 1655 | } |
| 1656 | { |
| 1657 | name: usbdev_d |
| 1658 | width: 1 |
| 1659 | type: inout |
| 1660 | pad: |
| 1661 | [ |
| 1662 | { |
| 1663 | name: ChC |
| 1664 | index: 5 |
| 1665 | } |
| 1666 | ] |
| 1667 | } |
| 1668 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1669 | name: usbdev_dp |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1670 | width: 1 |
| 1671 | type: inout |
| 1672 | pad: |
| 1673 | [ |
| 1674 | { |
| 1675 | name: ChC |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 1676 | index: 6 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1677 | } |
| 1678 | ] |
| 1679 | } |
| 1680 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1681 | name: usbdev_dn |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1682 | width: 1 |
| 1683 | type: inout |
| 1684 | pad: |
| 1685 | [ |
| 1686 | { |
| 1687 | name: ChC |
Pirmin Vogel | b054fc0 | 2020-03-11 11:23:03 +0100 | [diff] [blame] | 1688 | index: 7 |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1689 | } |
| 1690 | ] |
| 1691 | } |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1692 | ] |
Eunchan Kim | 769065e | 2019-10-29 17:29:26 -0700 | [diff] [blame] | 1693 | inputs: [] |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1694 | outputs: [] |
| 1695 | inouts: |
| 1696 | [ |
| 1697 | { |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1698 | name: gpio_gpio |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1699 | width: 32 |
| 1700 | type: inout |
| 1701 | } |
| 1702 | ] |
| 1703 | } |
| 1704 | padctrl: |
| 1705 | { |
| 1706 | attr_default: |
| 1707 | [ |
| 1708 | STRONG |
| 1709 | ] |
| 1710 | pads: |
| 1711 | [ |
| 1712 | { |
| 1713 | name: ChA |
| 1714 | type: IO_33V |
| 1715 | count: 32 |
| 1716 | } |
| 1717 | { |
| 1718 | name: ChB |
| 1719 | type: IO_33V |
| 1720 | count: 4 |
| 1721 | attr: |
| 1722 | [ |
| 1723 | KEEP |
| 1724 | WEAK |
| 1725 | ] |
| 1726 | } |
Pirmin Vogel | ea91b30 | 2020-01-14 18:53:01 +0000 | [diff] [blame] | 1727 | { |
| 1728 | name: ChC |
| 1729 | type: IO_33V |
| 1730 | count: 4 |
| 1731 | attr: |
| 1732 | [ |
| 1733 | KEEP |
| 1734 | STRONG |
| 1735 | ] |
| 1736 | } |
Eunchan Kim | 632c6f7 | 2019-09-30 11:11:51 -0700 | [diff] [blame] | 1737 | ] |
| 1738 | } |
Timothy Chen | e8cb3bd | 2020-04-14 16:12:26 -0700 | [diff] [blame] | 1739 | reset_paths: |
| 1740 | { |
| 1741 | lc: lc_rst_n |
| 1742 | sys: sys_rst_n |
| 1743 | sys_fixed: sys_fixed_rst_n |
| 1744 | spi_device: spi_device_rst_n |
| 1745 | usb: usb_rst_n |
| 1746 | } |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1747 | inter_signal: |
| 1748 | { |
| 1749 | signals: |
| 1750 | [ |
| 1751 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1752 | struct: flash |
| 1753 | type: req_rsp |
| 1754 | name: flash |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 1755 | act: req |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1756 | package: flash_ctrl_pkg |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1757 | inst_name: flash_ctrl |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 1758 | width: 1 |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 1759 | top_signame: flash_ctrl_flash |
| 1760 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1761 | } |
| 1762 | { |
| 1763 | struct: flash |
| 1764 | type: req_rsp |
| 1765 | name: flash_ctrl |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 1766 | act: rsp |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1767 | inst_name: eflash |
Eunchan Kim | 91b58ba | 2020-04-07 08:19:54 -0700 | [diff] [blame] | 1768 | width: 1 |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 1769 | package: flash_ctrl_pkg |
Eunchan Kim | 6599ba9 | 2020-04-13 15:27:16 -0700 | [diff] [blame] | 1770 | top_signame: flash_ctrl_flash |
| 1771 | index: -1 |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1772 | } |
| 1773 | ] |
| 1774 | definitions: |
| 1775 | [ |
| 1776 | { |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1777 | package: flash_ctrl_pkg |
Eunchan Kim | 40098a9 | 2020-04-17 12:22:36 -0700 | [diff] [blame^] | 1778 | struct: flash_req |
| 1779 | signame: flash_ctrl_flash_req |
| 1780 | width: 1 |
| 1781 | type: req_rsp |
| 1782 | } |
| 1783 | { |
| 1784 | package: flash_ctrl_pkg |
| 1785 | struct: flash_rsp |
| 1786 | signame: flash_ctrl_flash_rsp |
Eunchan Kim | c24934f | 2020-04-10 09:29:26 -0700 | [diff] [blame] | 1787 | width: 1 |
Eunchan Kim | fd4bb81 | 2020-02-14 14:53:57 -0800 | [diff] [blame] | 1788 | type: req_rsp |
Eunchan Kim | e4a8507 | 2020-02-05 16:00:00 -0800 | [diff] [blame] | 1789 | } |
| 1790 | ] |
| 1791 | } |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1792 | } |