Skip to content
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

Implement printing in the C++ emulator instead of in Verilog #18

Open
lsk567 opened this issue Oct 1, 2022 · 0 comments
Open

Implement printing in the C++ emulator instead of in Verilog #18

lsk567 opened this issue Oct 1, 2022 · 0 comments

Comments

@lsk567
Copy link
Collaborator

lsk567 commented Oct 1, 2022

The printing logic is currently implemented in flexpret/scripts/hdl/simify_verilog.py which monitors the tohost register in Verilog. As we aim to support more advanced printing (such as printf), it would make sense to move the printing logic to the emulator instead of putting everything in flexpret/scripts/hdl/simify_verilog.py, which should ideally stay small.

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

No branches or pull requests

1 participant