Arnav Sacheti
|
fdac38133c
|
reorg
|
2025-11-09 21:26:03 -08:00 |
|
Arnav Sacheti
|
bbbeab85c5
|
wip
|
2025-11-09 21:26:03 -08:00 |
|
Copilot
|
d7481e71ba
|
Fix max_decode_depth to control decoder hierarchy and port generation (#18)
* Initial plan
* Fix max_decode_depth to properly control decoder hierarchy and port generation
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Fix test that relied on old depth behavior
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Update documentation for max_decode_depth parameter
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* fix format
* Add variable_depth RDL file and smoke tests for max_decode_depth parameter
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Add variable depth tests for APB3 and AXI4-Lite CPUIFs
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* fix
* fix
* bump
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
|
2025-10-28 23:38:54 -07:00 |
|
Copilot
|
95fda3abaa
|
Refactor cpuif classes to use Interface abstraction (#14)
* Initial plan
* Refactor cpuif classes to use Interface abstraction
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Fix type annotation consistency in Interface.signal()
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Add runtime validation and documentation for indexer types
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Remove unused variable in SVInterface.signal()
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Fix master port directions in APB3 and APB4 flat interfaces
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* Fix AXI4LiteCpuifFlat and apply code formatting
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
* PSELx -> PSEL
* cleanup marker warnings
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
|
2025-10-26 18:47:11 -07:00 |
|
Arnav Sacheti
|
b1f1bf983a
|
Refactor tests (better grouping + cocotb support) (#15)
* initial refactor
* fix cocotb tests
* fix typecheck
* install verilator
|
2025-10-26 17:56:35 -07:00 |
|