seblovett / VLSI

VLSI design project
0 stars 1 forks source link

nWait #106

Closed ashleyjr closed 10 years ago

ashleyjr commented 10 years ago

@seblovett Have I missed something because I'm sure we don't consider nWait during an interrupt

if(state == interrupt) case(stateSub) cycle0: begin stateSub <= #20 cycle1; end cycle1: stateSub <= #20 cycle2; cycle2: stateSub <= #20 cycle3; cycle3: begin stateSub <= #20 cycle0; state <= #20 fetch; end cycle4: begin stateSub <= #20 cycle0; end endcase

seblovett commented 10 years ago

Mmm.. okay. I wasn't thinking about this. Doesn't look like we consider nWait. Oh well!

ashleyjr commented 10 years ago

Ok, I just wanted to avoid making claims that are not true, shame I know

seblovett commented 10 years ago

Meh, up to you if you want to document this. Things like this are never going to be perfect!