Commit fc1f5be3 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Debug: fix a latent combinational loop (d_ready => d_bits)

When passed a Wire, WNotify outputs that wire on reads wire => d_bits.
Furthermore, it updates the Wire when a write occures d_ready => wire.

These registers should be returning undefined value on read, anyway.
parent a4473430
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment