Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Do I take it hard or soft

A topic by Ficussinyo created Jul 21, 2024 Views: 324 Replies: 1
Viewing posts 1 to 2

Recently I have been trying to make a 32b computer and I have some issues with the ALU

When building a multiplier circuit I have discovered a lot of lag. The reason I have tried to make it into hardware is because it can be efficient as all hell, Im talking O(1) efficient. 

But if I use an algorithm I can reduce the lag by a lot but it comes with a price. It takes O(4N+4) operation which is relatively.

Im stumped can you guys help me out   

(1 edit)

When I build a 512B RAM, the lag was bad.

If you want at least few hundred bytes of RAM and not run the simulation at 5 FPS, then I would recomend you use the software implementation.