Search found 7 matches
- Thu Jan 22, 2026 12:59 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
You're absolutely right, the project fits in EPM570. However, it's 100% full.
The Verilog project repository is available at: https://github.com/andkorzh/OLD-Verilog-MOS6502
- Thu Jan 22, 2026 12:05 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
Based on the Logisim model, a circuit model was created in Quartus. It is also available in Verilog.
- Wed Aug 21, 2024 7:01 am
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
I managed to successfully complete the Klaus Dormann test on my MOS6502 model in the Logisim environment. The test was started on 08.08.24 and was completed 12 days later. The previous attempt was unsuccessful and small bugs were found in the decimal correction scheme. And after they were fixed, the ...
- Thu Aug 01, 2024 1:00 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
Video on YouTube: https://www.youtube.com/watch?v=dFyq43pBDUY
You can see how the blocks move inside 6502.
You can see how the blocks move inside 6502.
- Wed Jul 31, 2024 5:34 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
Welcome, and I'm curious to see how quick it is at a tiny basic :mrgreen: - my 8080 model takes about five minutes to count from zero to ten...
Neil
Thanks Neil!
Logisim produces approximately 150-200 clock pulses per second on this scheme, you can roughly calculate the performance. :) But when ...
Neil
Thanks Neil!
Logisim produces approximately 150-200 clock pulses per second on this scheme, you can roughly calculate the performance. :) But when ...
- Wed Jul 31, 2024 12:16 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
BigEd wrote:
Welcome! Looks like a splendid bit of work. And congrats on your verilog model passing almost(!) all tests!
- Wed Jul 31, 2024 12:02 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24732
Re: 6502 in Logisim
Hello everyone! :) I would like to present my version of the 6502 project in Logisim. It is different from what was previously published here @Org. I had a slightly different approach, first of all, I got rid of all the tristates inside the design, except for one that controls the output data flow ...