Add testcases to cover design validation errors

This commit is contained in:
Alex Mykyta
2025-03-06 22:10:05 -08:00
parent f882e155d1
commit 54ac56e1c3
10 changed files with 196 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
addrmap top {
reg {
regwidth = 64;
accesswidth = 32;
field {
sw=w;
hw=r;
} xf[64];
} x;
reg {
regwidth = 64;
accesswidth = 32;
field {
sw=r;
hw=w;
we;
onread=rclr;
} yf[64];
} y;
};