We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dut
For now if we're going to create a Dut instance manually, we have to declare a lot of things manually
MessageQueue
pexpect_logfile
listener
Set default values for the Dut class, or provide a factory function, to help users create Dut instance easier.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For now if we're going to create a
Dut
instance manually, we have to declare a lot of things manuallyMessageQueue
, to collect the serial outputpexpect_logfile
, to init the pexpect processlistener
, to redirect the serial output to the pexpect_logfileSet default values for the
Dut
class, or provide a factory function, to help users createDut
instance easier.The text was updated successfully, but these errors were encountered: