ucb-bar / testchipip

BSD 3-Clause "New" or "Revised" License
80 stars 59 forks source link

Bug fix; Simulation does not wait for chip to come out of reset #229

Closed kevindna closed 6 months ago

kevindna commented 6 months ago

Add guard around outer interface to prevent accepting/transmit from/to the external world of TL serial interface. The chip now waits for the chip to come out of reset before driving the ready for the incoming data, and valid for the data coming from outside the chip to inside the chip.