mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-30 02:03:16 -04:00
40 lines
1,016 B
Text
40 lines
1,016 B
Text
////
|
|
Copyright (c) 2022 Thales
|
|
Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0
|
|
You may obtain a copy of the License at https://solderpad.org/licenses/
|
|
|
|
Original Author: Jean-Roch COULON - Thales
|
|
////
|
|
|
|
include::config.adoc[]
|
|
include::config_define.adoc[]
|
|
|
|
[[DesignDocument]]
|
|
= Design Documentation for {ohg-config} architecture
|
|
:description: Design documentation for {ohg-config}
|
|
:company: THALES
|
|
:doctype: book
|
|
:sectnums:
|
|
:sectnumlevels: 5
|
|
:toc: left
|
|
:toclevels: 4
|
|
:table-caption: Table
|
|
:figure-caption: Figure
|
|
:xrefstyle: short
|
|
:imagesdir: images
|
|
:example-caption: Example
|
|
:listing-caption: Listing
|
|
:chapter-refsig: Chapter
|
|
:section-refsig: Section
|
|
:appendix-refsig: Appendix
|
|
:data-uri:
|
|
|
|
Editor: *Jean Roch Coulon*
|
|
|
|
include::intro.adoc[]
|
|
include::subsystem.adoc[]
|
|
include::functionality.adoc[]
|
|
include::architecture.adoc[]
|
|
include::cv32a6_glossary.adoc[]
|