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

Add I/O interface #1

Open
pbing opened this issue Apr 18, 2021 · 0 comments
Open

Add I/O interface #1

pbing opened this issue Apr 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pbing
Copy link
Owner

pbing commented Apr 18, 2021

Original J1 (Verilog) I/O interface has

  • io_addr[15:0]
  • io_din[15:0]
  • io_dout[15:0]
  • io_rd
  • io_we

For the J1_BSV a ClientServer interface between CPU and I/O can be considered. Since the J1 is a single-cycle processor, this may not be feasible.

@pbing pbing added the enhancement New feature or request label Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant