From 167215ab84af5423e3cc713d81ce97cfde93f934 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 13 Feb 2022 21:14:08 +0100 Subject: [PATCH] add initial GH pages setup --- README.md | 9 +++++++++ _config.yml | 1 + 2 files changed, 10 insertions(+) create mode 100644 README.md create mode 100644 _config.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8d757f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## RDL Editor + +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." + +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. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..259a24e --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-tactile \ No newline at end of file