mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -04:00
[doc] Clarify fetch_enable_i meaning
Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
parent
976e7edcda
commit
b81c311481
1 changed files with 6 additions and 1 deletions
|
@ -153,7 +153,12 @@ Interfaces
|
|||
+-------------------------+------------------------------------------------------------------------+
|
||||
| ``debug_*`` | Debug interface, see :ref:`debug-support` |
|
||||
+-------------------------+-------------------------+-----+----------------------------------------+
|
||||
| ``fetch_enable_i`` | 1 | in | Enable the core, won't fetch when 0 |
|
||||
| ``fetch_enable_i`` | 1 | in | When it comes out of reset, the core |
|
||||
| | | | will not start fetching and executing |
|
||||
| | | | instructions until it sees this pin |
|
||||
| | | | set to 1'b1. Once started, it will |
|
||||
| | | | continue until the next reset, |
|
||||
| | | | regardless of the value of this pin. |
|
||||
+-------------------------+-------------------------+-----+----------------------------------------+
|
||||
| ``core_sleep_o`` | 1 | out | Core in WFI with no outstanding data |
|
||||
| | | | or instruction accesses. Deasserts |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue