Search found 4 matches

by Andrew Holme
Thu Nov 10, 2016 6:47 pm
Forum: Programmable Logic
Topic: New Verilog 6502 core
Replies: 26
Views: 13326

Re: New Verilog 6502 core

I tried the Klaus Dormann test again in the Xilinx ISIM simulator, this time without a waveform database, but it was still taking too long, so I ran it on the Spartan 3E Starter Kit and I am happy to say that it passes.
by Andrew Holme
Wed Nov 09, 2016 8:53 pm
Forum: Programmable Logic
Topic: New Verilog 6502 core
Replies: 26
Views: 13326

Re: New Verilog 6502 core

Ed, I have run the AllSuiteA test to completion in simulation; and I have run the Klaus Dormann test in simulation; however, it reached the size limit of the waveform capture file and halted prematurely after some hours. I need to re-run it with maybe just the program counter being logged. I have ...
by Andrew Holme
Wed Nov 09, 2016 7:45 pm
Forum: Programmable Logic
Topic: New Verilog 6502 core
Replies: 26
Views: 13326

Re: New Verilog 6502 core

Arlet, thank you. Are you Arlet Ottens, the author of https://github.com/Arlet/verilog-6502 ? I tried your core with my Pool demo. It dropped-in very easily. I managed to close timing on it at 50 MHz, no problem, in a Spartan 3. It is very economical on FPGA resources.

Ed, as you probably know, the ...
by Andrew Holme
Tue Nov 08, 2016 10:46 pm
Forum: Programmable Logic
Topic: New Verilog 6502 core
Replies: 26
Views: 13326

New Verilog 6502 core

Hello All,

I am new to 6502.org and would like to introduce myself. I am a lifelong electronics and software hobbyist and a professional electronics engineer. I recently auto-generated a Verilog 6502 core from the Visual 6502 transistor-level net list. Documentation and full source code can be ...