Skip to content

Fix chiseltest import path for 0.6.x namespace#16

Merged
jserv merged 1 commit intodevfrom
fix-regressions
Mar 22, 2026
Merged

Fix chiseltest import path for 0.6.x namespace#16
jserv merged 1 commit intodevfrom
fix-regressions

Conversation

@jserv
Copy link

@jserv jserv commented Mar 22, 2026

Problem: notebooks used 'import chisel3.tester._' which no longer exists in chiseltest 0.6.x, causing "object tester is not a member of package chisel3" compilation errors.

Root cause: chiseltest 0.6.x moved from chisel3.tester package to the top-level 'chiseltest' package namespace.

Fix: Update imports to 'chiseltest._' and 'chiseltest.RawTester.test' across all notebooks. Update stale prose references to chisel-testers2 in 2.6_chiseltest.ipynb.

Reported-by: JimmyCh1025

Close #15

Problem: notebooks used 'import chisel3.tester._' which no longer exists
in chiseltest 0.6.x, causing "object tester is not a member of package
chisel3" compilation errors.

Root cause: chiseltest 0.6.x moved from `chisel3.tester` package to the
top-level 'chiseltest' package namespace.

Fix: Update imports to 'chiseltest._' and 'chiseltest.RawTester.test'
across all notebooks. Update stale prose references to chisel-testers2
in 2.6_chiseltest.ipynb.

Reported-by: JimmyCh1025

Close #15
@jserv jserv merged commit c71f4ba into dev Mar 22, 2026
1 check passed
@jserv jserv deleted the fix-regressions branch March 22, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot import chisel3.tester and chisel3.tester.RawTester.test

1 participant