-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
[debug] support guest program "println!" #632
Comments
To add some context: we also need to specify what happens in the circuits. I would also suggest making this a no-op in the circuits just for simplicity. |
There is a demo of this as a starting point: ceno/examples/examples/ceno_rt_io.rs Line 10 in 1edbf65
Line 72 in 1edbf65
ceno/ceno_emul/tests/test_elf.rs Line 70 in 1edbf65
From there, to avoid the proving cost of even generating the message, we can use a a |
Hi, I would like to work on this. |
Host(emulator) will handle the syscall, and print the content to stdout.
The circuits will treat this as a no-op.
The text was updated successfully, but these errors were encountered: