| Age | Commit message (Collapse) | Author |
|
Some cycles can be saved.
As previously (wrongly) committed, the PC can be incremented early,
but the decoder needs to do this "early", so as now implemented,
on the falling clock adge already.
|
|
|
|
and get rid of arbitrary run limitation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I was off-by-one?
|
|
need to get correct next state, once
INS is loaded.
|
|
This reverts commit 1f0fc1edcea04e5c1f04803f0bdda337c2245f09.
|
|
|
|
save 1 cycle, as explained in video.
also, only print lo->hi clk states to term.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
because eater_computer has pull-downs on bus
|
|
|
|
|
|
|
|
|
|
keeps code a bit cleaner
|
|
remove "debug_bus"
|
|
|
|
|
|
|
|
|
|
|
|
better synthesis?
|
|
|
|
|
|
while doing so,
add always_out port for regs
|
|
|
|
|
|
|
|
|