New pages

From T729 Balanced Ternary Computer
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 17:58, 12 March 2025Magic Number (hist | edit) ‎[598 bytes]MrDyne (talk | contribs) (Created page with "Magic Number may mean other things in [https://en.wikipedia.org/wiki/Magic%20number%20(programming) other fields] but in the scope of this project the Magic Number refers to a number that best serves as a unit size. Humans like to assign names to units of 10, 100, 1000, etc due to our decimal number system. Binary has a very close "Magic Number" of 1024 which is 2 to the power of 10. Ternary does not align very well with decimal, so the nearest value 729 is chosen; 3 to...")
  • 00:03, 11 March 2025Discrete Component (hist | edit) ‎[744 bytes]MrDyne (talk | contribs) (Created page with "Building a discrete component ternary computer implemented in BCT would actually be quite doable with fast switching SMT MOSFETs and cheap custom PCBs. NPN/PNP CMOS logic gate layouts would result in low power usage. It would not be a cheap project but there is no reason it would not function if obviously build correctly. Another option is using standalone fast switching discrete SMT logic gates. If I ever get around to learning how to create...")
  • 17:41, 10 March 2025FPGA (hist | edit) ‎[846 bytes]MrDyne (talk | contribs) (Created page with "I do not have any hands-on experience with FPGAs yet and do not want to get into FPGAs until I have a stable T729 design already. I won't know what size FPGA to get until the T729 architecture is mostly complete. Large FPGAs can get quite expensive. I foresee some limitations running a ternary project on an FPGA. * FPGAs can only do binary. Must use ADC and DACs to handle analog signals. ** Only BCT implementation would work on an FPGA. * Memory...")
  • 18:15, 22 January 2025Registers (hist | edit) ‎[82 bytes]MrDyne (talk | contribs) (Created page with "Choosing a register layout is difficult. A good starting point is: * A * X * Y ** (Y+A) * PC * SP * STATUS")