Add support for wide registers (where accesswidth < regwidth)

This commit is contained in:
Alex Mykyta
2022-10-12 20:44:22 -07:00
parent 21a4e5a41c
commit e07e7d26b2
18 changed files with 687 additions and 206 deletions

18
tests/.coveragerc Normal file
View File

@@ -0,0 +1,18 @@
[run]
branch = True
#relative_files = True
[paths]
source =
../src/peakrdl_regblock/
*/site-packages/*/peakrdl_regblock
*/site-packages/peakrdl_regblock
[report]
exclude_lines =
pragma: no cover
raise RuntimeError
raise NotImplementedError
if TYPE_CHECKING:
precision = 1