Tidy up whitespace in generated package. #148

This commit is contained in:
Alex Mykyta
2025-07-01 16:56:41 -07:00
parent 105abdcba2
commit a917164642
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ addrmap top #(
) {
reg reg_t {
regwidth = REGWIDTH;
field {sw=rw; hw=na;} f[REGWIDTH] = 1;
field {sw=rw; hw=r;} f[REGWIDTH] = 1;
};
reg_t regs[N_REGS];
};