mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#fpga

6 posts6 participants0 posts today

After getting a basic ALU design done yesterday & starting a **very** rough start at a microcodeish thing, today the first design of the controlunit & overall cpu design comes together, so it can actually calculate an addition from two arbitary registers and store the result back into a register of choice! :3

Still a lot to go but excited it works already somewhat! #hardware #fantasyconsole #diy #verilog #systemverilog #software #cpudesign #hardwaredesign #fpga #fpgadev

💸 Intel Sells Altera Business | Phoronix

「 A decade after Intel acquired FPGA maker Altera for $16.7 billion and recently working to make Altera an independent company, Intel announced today it has sold 51% of its Altera business in a deal that values that business at $8.75 billion.

Intel announced today that Silver Lake will acquire 51% of the Altera business 」

phoronix.com/news/Intel-Sells-

www.phoronix.comIntel Sells 51% Of Its Altera Business
Continued thread

The #riscv CPU loops over the chessboard, generating the instructions to draw each square, then starts the 2D graphics engine. The CPU can prepare drawings then continue with other things while the graphics engine renders. Here running in Verilator/SDL simulation. #FPGA

Audio input fix for Maxduino virtual tape player on several cores on Sidi :ablobcatmusic:

-ABC80
-Apple IIe
-BBC Micro
-C16
-C64
-CoCo2
-eg2000
-Oric (core has been updated with latest commits too as previous one was from 2021)
-Sorcerer
-ZX48 (kyp069)
-ZX Spectrum

github.com/tdelage26/SiDi-FPGA

SiDi FPGA for retro systems. Contribute to tdelage26/SiDi-FPGA development by creating an account on GitHub.
GitHubGitHub - tdelage26/SiDi-FPGA: SiDi FPGA for retro systems.SiDi FPGA for retro systems. Contribute to tdelage26/SiDi-FPGA development by creating an account on GitHub.

Triangle rasterisation is surprisingly complex. There are multiple approaches and decisions to make on which pixels to include. As part of testing my Earthrise #FPGA graphics engine, I've created visual tests to complement more automated testing.