mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-12-22 15:08:39 +00:00
Add directory that will contain SystemRDL files for tests
This commit is contained in:
parent
85aa2f903c
commit
61cd1fbfe3
2
tests/.gitignore
vendored
Normal file
2
tests/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
srdl2sv_out
|
||||||
|
*.fst
|
6
tests/systemrdl/simple_rw_reg.rdl
Normal file
6
tests/systemrdl/simple_rw_reg.rdl
Normal 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];
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user