From ea0775d4ac29c68cd315f1cf028951e8cd171492 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 13 Feb 2022 21:56:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3f62a1..bc2294e 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This is an editor for [SystemRDL](http://www.accellera.org/activities/working-gr According to Accellera: -> "SystemRDL is designed to increase productivity, quality, and reuse during the design and development of complex digital systems. +> 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." +> 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).