verilog-6502/README.md

9 lines
355 B
Markdown
Raw Permalink Normal View History

2011-05-02 19:04:14 +02:00
A Verilog HDL version of the old MOS 6502 CPU.
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.
2011-05-02 19:04:14 +02:00
Have fun.