basic framework

This commit is contained in:
Alex Mykyta
2021-06-01 21:51:24 -07:00
parent 292aec1c6e
commit 0d5b663f98
40 changed files with 1920 additions and 0 deletions

27
x.rdl Normal file
View File

@@ -0,0 +1,27 @@
addrmap top {
reg {
field {
hw=r; sw=rw;
} y = 0;
} whee[2][8];
regfile {
reg {
field {
hw=r; sw=rw;
} abc[16:2] = 0;
field {
hw=r; sw=rw;
} def[4] = 0;
} aaa[4];
reg {
field {
hw=r; sw=rw;
} abc = 0;
field {
hw=r; sw=rw;
} def = 0;
} bbb;
} asdf[20];
};