openhwgroup / core-v-xif

RISC-V eXtension interface that provides a generalized framework suitable to implement custom coprocessors and ISA extensions
https://docs.openhwgroup.org/projects/openhw-group-core-v-xif/en
Other
59 stars 24 forks source link

Making memory interface optional based on MemoryIf tag #116

Closed christian-herber-nxp closed 8 months ago

christian-herber-nxp commented 8 months ago

This is an attempt at making the memory interface an optional component controlled with the only directive.

Use

make SPHINXOPTS="-t MemoryIf" html

to build with memory interface included.