L1NNA / SV1DUR

Planes-On-The-Bus-Go-Swish-Swish-Swish
3 stars 1 forks source link

Read queue #15

Closed JBanks closed 2 years ago

JBanks commented 2 years ago

This is the correct code for the read queue. Once the delays are added in, we can add in the word_time and start evaluating collisions.

Check https://github.com/L1NNA/I-NEED-A-NAME/issues/7 for more information.

steven-hh-ding commented 2 years ago

looks perfect to me!

steven-hh-ding commented 2 years ago

since we have the read queue, do we still need the write queue? I felt like we can just add device_delays to word_time

JBanks commented 2 years ago

I like having the write queue, especially when we start looking at transitioning to the physical bus, at which point the read queue will no longer be required.

steven-hh-ding commented 2 years ago

Oh that's right. The write queue still needed for the real bus.