Search found 17 matches
- Sat Feb 11, 2012 4:34 am
- Forum: Programmable Logic
- Topic: Beginners CPLD
- Replies: 46
- Views: 8062
- Sat Apr 16, 2011 6:12 am
- Forum: Hardware
- Topic: Micro UK101 Build
- Replies: 211
- Views: 56184
- Sat Apr 16, 2011 5:49 am
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
- Wed Apr 13, 2011 7:20 pm
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
- Wed Apr 13, 2011 6:41 pm
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
The SRAM's OE\, CS\, and WE\ inputs are just that, meaning active low, not active high. ... You'll need to change some logic.
Thanks for pointing that out. The SRAM's /E pin (/CE) should be tied to ground, not Vcc, and likewise with the FRAM's /G (/OE) pin. I somehow got them mixed up when I was ...
Thanks for pointing that out. The SRAM's /E pin (/CE) should be tied to ground, not Vcc, and likewise with the FRAM's /G (/OE) pin. I somehow got them mixed up when I was ...
- Tue Apr 12, 2011 5:10 am
- Forum: Hardware
- Topic: Micro UK101 Build
- Replies: 211
- Views: 56184
- Tue Apr 12, 2011 4:55 am
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
I've made some more changes to my design . I added a power connector, some pull-up resistors, clock generation, and a reset controller. I also fixed and improved the address decoding, rearranged the bus headers, and redid the whole layout using bus lines, which makes it a lot less messy.
The power ...
The power ...
- Tue Apr 05, 2011 5:20 am
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
Bus Design
I think I've figured (at least part of) my question about (potentially) unused inputs on my bus. Basically, I need pull-up or pull-down resistors to set the default state of these inputs. However, I don't know exactly what size of resistors to use.
I came across an informative article Implications ...
I came across an informative article Implications ...
- Sat Apr 02, 2011 6:35 am
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
I haven't been working on my mainboard design much. (I got distracted with ideas for a USB FRAM/EPROM programmer.) However, I came up with a new address decoding scheme (using a '138), which lead to a more organized (if still unpopulated) memory map.
As before, the low 32k is the SRAM. The high 32k ...
As before, the low 32k is the SRAM. The high 32k ...
- Tue Mar 15, 2011 3:34 am
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
Sorry about the 404, I'm such a scatter brain sometimes. It's fixed now.
Unused inputs should be tied to a defined logic level. You could for example define a "logic 1" signal with a single 10kOhm to VCC and use that for all inputs. OTOH I normally connect them directly to VCC, but that has bitten ...
Unused inputs should be tied to a defined logic level. You could for example define a "logic 1" signal with a single 10kOhm to VCC and use that for all inputs. OTOH I normally connect them directly to VCC, but that has bitten ...
Re: IO select
kc5tja wrote:
It shouldn't -- the only difference between a 13-input and 2-input NAND gate is the number of emitters on the input transistor (assuming you're referring to TTL here).
- Mon Mar 14, 2011 6:55 pm
- Forum: Hardware
- Topic: My Mainboard Design
- Replies: 34
- Views: 7889
My Mainboard Design
I've always wanted to build a computer. So lately I've been working on a design for a simple 6502 based machine. As I don't have a whole lot of electronics experience, I'm trying to keep things simple for now.
I've started working on a design, which you can download here . The generic logic gates ...
I've started working on a design, which you can download here . The generic logic gates ...
- Mon Mar 14, 2011 6:21 pm
- Forum: Hardware
- Topic: Idea for an Advanced MMU for the 6502
- Replies: 11
- Views: 3191
- Mon Mar 14, 2011 10:54 am
- Forum: Hardware
- Topic: Idea for an Advanced MMU for the 6502
- Replies: 11
- Views: 3191
One of my earlier designs actually used a dedicated RAM to store the page table, however, I decided against it because of the need to reload the entire table every task switch. If one used larger page sizes, the overhead of doing so wouldn't be too bad, but 256 byte pages just feel natural on the ...
- Sun Mar 13, 2011 2:06 pm
- Forum: Hardware
- Topic: Idea for an Advanced MMU for the 6502
- Replies: 11
- Views: 3191
Oh, I'm aware of the 65816, but it kinda goes against the grain of this idea. Basically, the idea was to build a full-featured MMU for a processor that was never designed to have one. It's kinda a silly bit of overkill, but it's interesting from a design perspective. To be honest, the idea (to make ...