-
I am intrigued by your comment in #11 about exporters (HTML, IP-XACT).
Wanted to see what your thoughts are about having a JSON exporter? My interest in this would be to then be able to use that J…
-
Given this code the fields should have a width of 4. Instead they are taking the default value of the enclosing regfile (i.e. 2)
```
addrmap nested {
reg r1 #(longint unsigned WIDTH=1) {
…
-
In https://github.com/SystemRDL/systemrdl-compiler/blob/master/docs/model_structure.rst the text says:
```
addrmap top {
my_reg_t A;
my_reg_t B[4];
};
```
but then in the picture undern…
lurch updated
6 years ago
-
With:
```
Name: systemrdl-compiler
Version: 1.0.0
```
And the following test case:
```
addrmap test {
default regwidth = 8;
reg reg1_t {
field {} FIELD1[7:0];…
-
I've tried annotating elements with external and while this is accepted by the parser the following visitor gets `None` for all nodes. I've tried putting `external` (or `internal`) on the component d…
-
When I try to run the compiler using the provided example, I get the following error:
INFO:Start preprocessing..
INFO:Preprocessing done.
INFO:Start parsing..
INFO:Parsing done.
Traceback (most…