Updated README

This commit is contained in:
Arlet Ottens
2020-10-21 12:12:56 +02:00
parent a11631082b
commit e6f361d764

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
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.
[Also check out my new 65C02 project](https://github.com/Arlet/verilog-65c02)
Have fun.