Added clarification of memory interface
This commit is contained in:
6
README
6
README
@@ -1,4 +1,8 @@
|
||||
A Verilog HDL version of the old MOS 6502 CPU.
|
||||
|
||||
Have fun.
|
||||
Note: the 6502 core assumes a synchronous memory. This means that valid
|
||||
data (DI) is expected on the cycle *after* valid address. This allows
|
||||
direct connection to (Xilinx) block RAMs. When using asynchronous memory,
|
||||
I suggest registering the address/control lines for glitchless output signals.
|
||||
|
||||
Have fun.
|
||||
|
||||
Reference in New Issue
Block a user