From 40941d8835376a69f544796e5acedd5a16e8542d Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 13 Feb 2022 21:53:09 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8d757f..9937db1 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ This is an editor for [SystemRDL](http://www.accellera.org/activities/working-groups/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." +According to 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 source code can be found at [Github](https://github.com/Minres/RDL-Editor/). The editor is build on top of [Eclipse Xtext](http://www.eclipse.org/Xtext/), a framework to build **D**omain **S**pecific **L**anguages (DSL). -It has a code generator to create the register models using the [SC-Components](https://github.com/Minres/SystemC-Components) library. Due to the nature of Xtext this generator can easily be tailored to various needs. +It has a code generator to create the register models using the [SC-Components](https://minres.github.io/SystemC-Components/) library. +Due to the nature of Xtext this generator can easily be tailored to various needs.