mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 12:17:19 -04:00
Changed mkdocs theme to flattly
This commit is contained in:
parent
be31fb21d2
commit
5dc3c01d23
2 changed files with 3 additions and 2 deletions
|
@ -115,7 +115,7 @@ The field functional unit can be of the following types:
|
|||
| **Signal** | **Direction** | **Description** | **Category** |
|
||||
|-----------------------|---------------|----------------------------------------------------------------------------------|------------------------|
|
||||
| flush_i | Input | Flush Scoreboard | Control |
|
||||
| full_o | Output | Scoreboard is full | Control |
|
||||
| full_o | Output | Scoreboard is full | Control |
|
||||
| rd_clobber_o | Output | Used destination registers, includes the FU that is going to write this register | To issue/read operands |
|
||||
| rs1_i | Input | Check the scoreboard for a valid register at that address | From read operands |
|
||||
| rs2_i | Input | Check the scoreboard for a valid register at that address | From read operands |
|
||||
|
|
|
@ -6,4 +6,5 @@ pages:
|
|||
- Ideas: 'ideas.md'
|
||||
- Test Bench: 'tb.md'
|
||||
- Synthesis Results: 'synthesis.md'
|
||||
# theme: 'material'
|
||||
# cosmo, readthedocs, journal, slate, material, readable, spacelab, united, bootstrap, simplex, flatly, yeti, amelia, cerulean, cyborg, mkdocs
|
||||
theme: 'flatly'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue