A Xtext based SystemRDL editor with syntax highlighting and context sensitive help https://www.minres.com/#opensource
Go to file
Eyck Jentzsch 52c0c1d9a6 adds more fixes for #7 2023-01-08 18:56:49 +01:00
com.minres.rdl.parent adds more fixes for #7 2023-01-08 18:56:49 +01:00
.gitignore update target platform incl. XText/Xtend 2022-02-13 12:40:21 +01:00
LICENSE Initial commit 2017-09-12 13:22:34 +02:00
Modulefile updates version number 2023-01-05 16:17:49 +01:00
README.md Update README.md 2017-09-25 22:47:48 +02:00
_config.yml Set theme jekyll-theme-tactile 2017-09-25 22:49:39 +02:00

README.md

RDL Editor

This is an editor for SystemRDL.

Quote from Accellera: "SystemRDL is designed to increase productivity, quality, and reuse during the design and development of complex digital systems. It can be used to share IP within and between groups, companies, and consortiums. This is accomplished by specifying a single source for the register description from which all views can be automatically generated, which ensures consistency between multiple views. A view is any output generated from the SystemRDL description, e.g., RTL code or documentation."

The editor is build on top of Eclipse Xtext, a framework to build Domain Specific Languages (DSL).

It has a code generator to create the register models using the SC-Components library. Due to the nature of Xtext this generator can easily be tailored to various needs.