Search found 94 matches

by Sugarplum
26 Oct 2021, 11:41
Forum: Hardware and software hacking
Topic: 10MHz, 12.5MHz and Beyond!
Replies: 45
Views: 55437

Re: 10MHz, 12.5MHz and Beyond!

I think I know how to get a discrete chip Gigatron up to 50 Mhz. Do it using SMD, do a LUT-based control unit shadowed into 8 ns SRAM, shadow the instruction ROM too, use 3 pipeline stages, use Drass' 6.7 ns ALU, and use 8ns system SRAM. Unless the SRAM can be uncoupled, about 66.667 Mhz would be th...
by Sugarplum
23 Oct 2021, 14:42
Forum: Hardware and software hacking
Topic: 10MHz, 12.5MHz and Beyond!
Replies: 45
Views: 55437

Re: 10MHz, 12.5MHz and Beyond!

I guess I could add here to prevent starting a new thread. I believe that adding a new pipeline stage would push you right to 18 Mhz. By that point, the CU and the ROM would be the bottlenecks. While a 3-adder ALU would cut some latency from the ALU stage, the other 2 stages would be the bottleneck....
by Sugarplum
23 Oct 2021, 10:35
Forum: Hardware and software hacking
Topic: Possible Video Separation Ideas
Replies: 2
Views: 4722

Re: Possible Video Separation Ideas

With the video coprocessor idea, I worked out some other questions. If one wants to dedicate an FPGA board, one would probably want to add as many features as possible. I mentioned using it for higher math functions too. That raises the question of where to put the FPU "register" area. Aft...
by Sugarplum
23 Oct 2021, 07:38
Forum: Hardware and software hacking
Topic: Implementing a faster multiplication routine
Replies: 25
Views: 11032

Re: Implementing a faster multiplication routine

This sounds fascinating and impressive considering the hardware. If/when I do the FPGA build, I think I'd want to try a hardware multiplier. I'd probably opt for 4 nibble LUTs with the whole process taking no more than 3 cycles. Using this approach, 2 8x4 LUTs would be better, but I'd likely go with...
by Sugarplum
16 Oct 2021, 00:16
Forum: Hardware and software hacking
Topic: Possible Video Separation Ideas
Replies: 2
Views: 4722

Re: Possible Video Separation Ideas

I am curious what others think about the idea of an output-only snooping controller. That seems like a less-intrusive mod and really doesn't require a new board, although it would be a good thing, IMHO, to include on a respin. It could be made onto a board that plugs into the SRAM socket. Purists wo...
by Sugarplum
01 Oct 2021, 15:41
Forum: Hardware and software hacking
Topic: Possible Video Separation Ideas
Replies: 2
Views: 4722

Possible Video Separation Ideas

Many of us have pondered ways to get the video processing out of native code. I've pondered different ideas over the past couple of years. This thread is intended to be a place to have them in a unified place. Partial Measures First, we start with partial measures. For those who don't want to use th...
by Sugarplum
18 Sep 2021, 17:34
Forum: Hardware and software hacking
Topic: List of possible Gigatron mods
Replies: 14
Views: 10499

Re: List of possible Gigatron mods

I have more understanding of how the Gigatron works since I've started this thread. To be honest, the CPU portion doesn't need port opcodes at all. The 6502 didn't have them. More native opcodes, including shifts, registers, and memory modes, would have a higher priority to me. As for the ports, you...
by Sugarplum
31 Aug 2021, 07:09
Forum: Hardware and software hacking
Topic: Fitting a screen inside the wooden box
Replies: 11
Views: 12508

Re: Fitting a screen inside the wooden box

And if someone could make a keyboard to fit in a similar box...
by Sugarplum
31 Aug 2021, 05:03
Forum: Escape Meta Alt Control Shift
Topic: Gigatron Similar machine
Replies: 2
Views: 4612

Re: Gigatron Similar machine

Thanks, Walter. I do have a project page there. I'm doing more sharing than looking for advice. I tried on AnyCPU, but I find I don't fit with that crowd. Yet, my project seems to be beyond the intended scope here. Below is the logic as to how I got to this point in what I'd like to build. The chall...
by Sugarplum
28 Aug 2021, 14:46
Forum: Escape Meta Alt Control Shift
Topic: Gigatron Similar machine
Replies: 2
Views: 4612

Gigatron Similar machine

I've wondered, if I were to make my design, if I even want to copy the vCPU or memory locations. On one hand, I could do things differently and make use of special features. But then one would need to create a toolchain and software environment. What does everyone think? I've considered splitting th...