Earlier quoted context omitted.
Basically anything with significant real-time requirements or high bandwidth requires an external FPGA or microcontroller. Embedded Linux is great, but if you’re trying to do something like read from a high-speed ADC then the only way to do it is with an FPGA. The FPGA reads from the ADC at precise intervals and buffers the data. The embedded Linux system can then periodically read the buffer with all of the jitter a…
Noob question, in this instance would a realtime OS or a unikernel also solve the problem?
I decided to build a nine-bit computer
41–50 of 71 posts
Re: I decided to build a nine-bit computer
#42> I decided to build a nine-bit computer Somehow I was sure that sentence was going to end with "... in MineCraft!"
Re: I decided to build a nine-bit computer
#43Re: I decided to build a nine-bit computer
#44Re: I decided to build a nine-bit computer
#45Unbelievably tangential but your dog is very cute and I want to see more pictures!
Wish granted! @the.bessie.report on Instagram
Re: I decided to build a nine-bit computer
#46Related question - is there an FGPA simulator / designer which works on OS X?
https://github.com/hneemann/Digital
You can export your project as a Verilog file that can be used in the various FPGA tools.
Re: I decided to build a nine-bit computer
#47https://en.wikipedia.org/wiki/UNIVAC_1100/2200_series Had a 36 bit word length resulting in a 9 bit 'byte'.
Re: I decided to build a nine-bit computer
#48Long ago I interned for the group supporting the C-30 ARPANET IMP. At one point the IMP was a 16-bit machine, emulating the old Honeywell (?) minicomputer that the original IMP code was written for. At some point they needed more memory, so they lashed on another 4-bit bit slice, and it became a 20-bit machine. There was an alternate microcode load for it, which implemented an instruction set similar to that of a PDP…
Re: I decided to build a nine-bit computer
#49Ternary logic based computer Setun with 9-bit "bytes" was developed in late fifties in the USSR. Not much info on about it in English, unfortunately. https://en.wikipedia.org/wiki/Setun
Ternary on binary systems usually uses a 2-bit "trit" with an extra potential state. That's even how the later Setun machines did it, from what I understand. Oh yes, and the Soviets even developed their own trinary Forth dialect for them.
Re: I decided to build a nine-bit computer
#50https://en.wikipedia.org/wiki/UNIVAC_1100/2200_series Had a 36 bit word length resulting in a 9 bit 'byte'.