aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-30 12:25:05 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-30 12:25:05 +0200
commit9d809eb0d9f85b40e458bf8d0bf62654c0897ac7 (patch)
treeda4b528cd53d04c7a1522fbfb4e668dea88ff8e2 /README.md
parent997c5ce341ce4fcc209992a9b9096651e767eb2d (diff)
downloadpicorv32-9d809eb0d9f85b40e458bf8d0bf62654c0897ac7.tar.gz
picorv32-9d809eb0d9f85b40e458bf8d0bf62654c0897ac7.zip
Added TOC to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7620ee4..a0b0937 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,18 @@ Tools (gcc, binutils, etc..) can be obtained via the [RISC-V Website](http://ris
PicoRV32 is free and open hardware licensed under the [ISC license](http://en.wikipedia.org/wiki/ISC_license)
(a license that is similar in terms to the MIT license or the 2-clause BSD license).
+#### Table of Contents
+
+- [Features and Typical Applications](#features-and-typical-applications)
+- [Files in this Repository](#files-in-this-repository)
+- [Verilog Module Parameters](#verilog-module-parameters)
+- [Cycles per Instruction Performance](#cycles-per-instruction-performance)
+- [PicoRV32 Native Memory Interface](#picorv32-native-memory-interface)
+- [Pico Co-Processor Interface (PCPI)](#pico-co-processor-interface-pcpi)
+- [Custom Instructions for IRQ Handling](#custom-instructions-for-irq-handling)
+- [Building a pure RV32I Toolchain](#building-a-pure-rv32i-toolchain)
+- [Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs](#evaluation-timing-and-utilization-on-xilinx-7-series-fpgas)
+
Features and Typical Applications
---------------------------------