Juniper / open-register-design-tool

Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
Apache License 2.0
195 stars 69 forks source link

When there is a secondary processor, decoder logic is out of sync. #81

Open kongty opened 4 years ago

kongty commented 4 years ago

When there are two processor interfaces, decoder logic is out of sync when using parallel mode.

address and data signals are synced to one cycle earlier than write or `read signal, so it does not write to registers.

I will add an example soon.