Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Feb 20, 2025
1 parent 905ce8f commit 9fba57f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Some in-development items will have opened issues, as well. Feel free to create
- Replacement Policies
- LRU
- [Memory Model](./components/memory.md#memory-models)
- [Control/Status Registers (CSRs)](./components/csr.md)
- Standard interfaces
- AXI
- [APB](./components/standard_interfaces.md#apb)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ void main() {
continue;
}
}

test(c.name, () {
p().ofConstant(c);
//TODO: is there more to check here?
});
}
});
Expand Down

0 comments on commit 9fba57f

Please sign in to comment.