Jared Barócsi
Jared Barócsi
### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you...
### Contributor Checklist - [x] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you delete...
This PR introduces the notion of a "deduplication domain": a 'package' of modules which can deduplicate to each other if possible. Importantly, dedup domains prohibit deduplication across domain boundaries, so...
This PR implements an annotation (`SuggestSeqMemNameAnnotation`) to rename a memory blackbox to a user-specified name instead of the default `{mem name}_ext`. ### Contributor Checklist - [ ] Did you add...
Currently, `src/test/scala/chiselTests/Mem.scala` is filled with unit tests which generate and check CHIRRTL and integration tests which compile to Verilog through MFC and run Verilator to perform a multi-cycle test. Ideally,...