Add directory that will contain SystemRDL files for tests

This commit is contained in:
Dennis Potter 2021-09-13 22:09:04 -07:00
parent 85aa2f903c
commit 61cd1fbfe3
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
3 changed files with 8 additions and 0 deletions

2
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
srdl2sv_out
*.fst

View File

@ -0,0 +1,6 @@
addrmap simple_rw_reg {
reg {
field {sw=rw; hw=rw;} f1 [15:0];
field {sw=rw; hw=rw;} f2 [31:16];
} register_0 [2];
};