A Xtext based SystemRDL editor with syntax highlighting and context sensitive help https://www.minres.com/#opensource
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Eyck Jentzsch 97a40bc169 Merge branch 'release/1.4.1' into develop 11 months ago
com.minres.rdl.parent updates version number 11 months ago
.gitignore update target platform incl. XText/Xtend 2 years ago
LICENSE Initial commit 6 years ago
Modulefile updates version number 11 months ago
README.md Update README.md 6 years ago
_config.yml Set theme jekyll-theme-tactile 6 years ago

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.