6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Thu Nov 21, 2024 12:46 pm

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Sun Apr 17, 2022 1:55 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1117
Location: Albuquerque NM USA
I didn't want to hijack akohlbecker's thread about 65C816 computer YouTube series but I read about Andre's CS/A bus in recent posting that I'm interested in exploring more in a separate topic. I think bus with multiple chip selects for memory, dedicated I/O, mass storage, and general I/O has potential for compact design but what's the drawbacks?

I have my own decoded bus conceived a few months ago, and a design blog about it. Currently the CPU is Z80 but next processor for it will be 6502/65816.
Bill


Top
 Profile  
Reply with quote  
PostPosted: Sun Apr 17, 2022 3:18 pm 
Offline

Joined: Fri Jul 09, 2021 10:12 pm
Posts: 741
Andre has a lot of interesting documented designs, I looked at this one a year or two ago when I was playing with hardware memory protection and per-process paging. I found it interesting that the processor module was just another module on the bus, rather than something built into the system, so it could easily allow different processors to be substituted, and even with the right arbitration, multiple processors present simultaneously. Maybe it's an obvious concept to people with more experience, but I'd always seen the CPU as the heart of the computer, and this turned that upside down for me.


Top
 Profile  
Reply with quote  
PostPosted: Mon Apr 18, 2022 7:59 am 
Offline

Joined: Tue Jan 23, 2018 2:55 pm
Posts: 43
Well, that's what I did back in 1987 as my MSc - a 16-bit modular microcomputer with 8086, MC68000 and (planned but not finished) Z8000. The system was capable of multiprocessor operation. Every CPU had its own ROM and there was a RAM board shared by all CPUs. 74188 PROM was used as programmable logic for address decoding. :)


Top
 Profile  
Reply with quote  
PostPosted: Mon Apr 18, 2022 10:55 am 
Offline
User avatar

Joined: Sat Jul 24, 2021 1:37 pm
Posts: 282
There are two drawbacks I'm seeing: (though I'll follow this thread to see if someone thinks of things I missed)
- Increased number of signal lines needed in the bus, maybe not an issue if using large pin count connectors such as 96 position DIN41612 or 164 position PCIe.
- Need to determine the size of each card's dedicated I/O space beforehand, in the address decoding circuit, whereas a card that includes its own dip switch+comparator can be mapped to arbitrary sizes of memory.

I will probably go with a hybrid of what you're proposing in my own bus design:
I'll include decoded IO selects (8 or 16) for 16 bytes of addresses each in the bus. This way, mapping a card to I/O space can be done using only a jumper in a 2x8 header instead of the DIP+Comparator combo, which will be quite a lot faster in propagation times.
However, I'm thinking the board responsible for decoding the address map will also contain the RAM and ROM, in order to pack cards more densely, so I might not include memory selects

_________________
BB816 Computer YouTube series


Top
 Profile  
Reply with quote  
PostPosted: Sat Apr 30, 2022 6:24 am 
Offline

Joined: Tue Jul 05, 2005 7:08 pm
Posts: 1043
Location: near Heidelberg, Germany
Thanks for the interest!

I habe actually built a number of CPU boards for the CS/A bus already. (With MMU and protection bits, a normal 6502 with ram/rom included, 8MHz 65816 board, and just recently the 12.5MHz 65816 Ultra-CPU board with included VGA output)

What I recently found intriguing was the geographical addressing of the Apple slots. It requires a specific backplane that I didn't have at that time when I designed it, but makes life so much easier without address jumpers on the boards and driver autodetection

_________________
Author of the GeckOS multitasking operating system, the usb65 stack, designer of the Micro-PET and many more 6502 content: http://6502.org/users/andre/


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: