[dv] V1 signoff for GPIO block#611
Conversation
213a2d3 to
d30f147
Compare
KinzaQamar
left a comment
There was a problem hiding this comment.
I am not super familiar with signoffs but approving as this looks sensible to me
|
@tchilikov-semify, we need 3 reviewers for the signoffs. Could you take a look? Basically, you need to double check if what I said is true and see if it's clear enough. |
tchilikov-semify
left a comment
There was a problem hiding this comment.
Looks good to me
marnovandermaas
left a comment
There was a problem hiding this comment.
Some comments from my end.
|
|
||
| GPIO is auto-generated for Mocha from OpenTitan's [`ip_templates/gpio`][OT template]. | ||
| The block provides 32 configurable general-purpose I/O pins with configurable per-pin interrupt detection (rising edge, falling edge, level-high, level-low), direct and masked output modes, an optional 16-cycle noise filter, and hardware strap sampling. | ||
| It connects to the Mocha peripheral fabric via TileLink-UL through `xbar_peri` and carries one alert channel. |
There was a problem hiding this comment.
I wouldn't mention the alert, since this is not connected in Mocha.
There was a problem hiding this comment.
You're right, I've removed this
| The block provides 32 configurable general-purpose I/O pins with configurable per-pin interrupt detection (rising edge, falling edge, level-high, level-low), direct and masked output modes, an optional 16-cycle noise filter, and hardware strap sampling. | ||
| It connects to the Mocha peripheral fabric via TileLink-UL through `xbar_peri` and carries one alert channel. | ||
| The DV environment reuses the CIP-based UVM infrastructure from OpenTitan. | ||
| Mocha applies a single patch (`0001_fix_paths_and_tool.patch`) to adjust paths and toolchain integration; no RTL logic is modified. |
There was a problem hiding this comment.
Put a link to the patch?
| ### D1 | ||
|
|
||
| The sign-off checklist items are described in the [D1 design sign-off checklist][D1 checklist]. | ||
| This sign-off is based on commit [`1234def`][d1-commit] (nightly yyyy-mm-dd). |
There was a problem hiding this comment.
This looks a bit weird. Maybe instead of copying the table here we should just say that D1 hasn't been started yet.
d30f147 to
c6944e4
Compare
Signed-off-by: martin-velay <mvelay@lowrisc.org>
c6944e4 to
690aeda
Compare
This PR will close issue #164