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

Original 80186 pin to SystemVerilog "wire" mappings #15

Open
r-vvenn opened this issue Oct 27, 2024 · 0 comments
Open

Original 80186 pin to SystemVerilog "wire" mappings #15

r-vvenn opened this issue Oct 27, 2024 · 0 comments

Comments

@r-vvenn
Copy link

r-vvenn commented Oct 27, 2024

Hi,

I'm currently working on a project that originally involved an 80186 CPU and I'm hoping to be able to drop this design into it.

While some signals are obvious:

nmi = NMI
irq[0] = INT0
data_m_data_in[15:0] & data_m_data_out[15:0] = AD0-AD15
etc.

... others aren't:

DRQ0/DRQ1
TEST
BHE (is this one half of data_m_bytesel?)

I understand that not everything can be implemented 1:1 on an FPGA, but if you had a signal legend when designing this from the original CPU spec, it would be extremely helpful and save a ton of reverse-engineering effort, even if it was rough and unpolished.

Thanks and much appreciated if possible!

Ryan

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