Rendered at 09:23:07 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
JdeBP 13 hours ago [-]
I wonder how the logic worked in the previous version without early start. Was it relying upon the address calculation speed to settle the outputs really quickly? Was it inserting or stretching cycles?
nand2mario 8 hours ago [-]
The memory pipeline just starts one cycle later than now. Effective address is calculated during the first cycle of the instruction. The microcode then waits for it to finish with the DLY (delay) micro-op, which releases one cycle later.
JdeBP 57 minutes ago [-]
So cycle insertion. I presume that the DLY was synthetic, and was not explicitly added to the microcode ROM.
rasz 3 hours ago [-]
Would this be related to Next Address (NA#) pin on the 386 enabling Address Pipelining?