A Xtext based SystemRDL editor with syntax highlighting and context sensitive help https://www.minres.com/#opensource
Go to file
Eyck Jentzsch d657ab45b7 Merge branch 'hotfix/offest_propagation' 2023-01-05 14:28:32 +01:00
com.minres.rdl.parent adds offset to registerResources() function for simple regs (#6) 2023-01-05 14:28:23 +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 target platform and removes product 2022-10-22 12:14:26 +02: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.