Changed mkdocs theme to flattly

This commit is contained in:
Florian Zaruba 2017-04-09 01:01:49 +02:00
parent be31fb21d2
commit 5dc3c01d23
2 changed files with 3 additions and 2 deletions

View file

@ -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 |

View file

@ -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'