Close

8965 Results for "8-bit cpu"

  • 8-Channel Clock Generator Board Designed

  • Got the clock generator board designed and ordered. This board is based on Silicon Labs Si5351A-B-GM, which can generate up to 8 independent channels of non-integer-related clock signals between 8 kHz and 160 MHz. They share a common clock domain too,...
  • More Schematic Work

  • Cleaned up the 16 bit register schematic quite a bit.  Getting better with the upverter software.https://upverter.com/2-Zons/2bdc142f8f99588f/16-bit--Dual-8-Bit-register-with-Up--Down-/Implemented the fast carry in the ALU for the flag and at bit...
  • w16 in .79s

  • The pthread-enabled parallel scanner is operational ! [yg@localhost pscan]$ gcc -Wall -Os -DWIDTH=16 -lpthread -D_REENTRANT -DTHREADS=4 pscan_04.c -o pscan [yg@localhost pscan]$ /usr/bin/time ./pscan Scanning w16 from X=1 (included) to 65536 (excluded)...
  • Meet the New Boss: Same as the Old Boss

  • I've decided to switch to a hardware sequenced microarchitecture for the Kestrel-3 CPU. It will be built just like the 6502 was: it will have a two-stage pipeline (fetch and execute), both operated under a single micro-sequencer, and the microarchitecture...
  • Picture on the screen!

  • This marks a major milestone of a working (-ish) framebuffer with software 3D rendering. It is slow to the extreme (the screenshot indicates 36 ms per frame, but this is actually 36 seconds as the poor 32-bit nanosecond-resolution timer had to be slowed...
  • On DIY

  • On DIYHaving successfully designed and built a reasonable complex project (a TTL computer) I would like to make some suggestions to those who are considering doing the same.If your a genius then you make your own rules and don't need to consider my learnings.The...
  • Adding RAM

  • The last log entry showed a CPU connected to an Arduino, where the Arduino would act as both RAM and I/O, all running via a memory-mapped I/O interface. The address bus was completely connected to the Arduino's inputs. The software running on the microcontroller...
  • testing the power

  • i have had a little bit more of a play with the power meter. using the 'dank tombs' http://www.lexaloffle.com/bbs/?tid=28785 tech demo in pico-8 let me easily adjust the CPU load so i could get a better feel for the range of power usage, and it seems...