Search results

    1. takethispie

      Fazer Mini: working 8 bit CPU

      I tried to build a CPU yesterday wich didn't work because I had problem with control signal and synchronisation: so I decided to build a real MIPS (Microprocessor without Interlocked Pipeline Stages) processor and not just a single cycle MIPS and here comes the Fazer Mini, for those who are...
    2. takethispie

      Fazer Mini: working 8 bit CPU

      since chaosinflesh made his 8bit cpu, I will continue my work on my cpu wich is now going to be a 8bit ( since almost every circuit I've made is stackable :) ) starting with the program counter I just finished: it's a 8bit up counter, with parallel load (used for jumps, branches , etc)...
    3. takethispie

      Planetoid class spaceship: the Maelstrom (progress thread)

      I little up just to say that I stopped working on the Maelstrom, I'm waiting for the rail update as I will use a lot of rail system :D but as soone as the update is released I will continue my work on it, expect awesome things in this spaceship made with rails !
    4. takethispie

      Working 8-bit CPU =D

      Chaosinflesh I guess it's the memory that take the biggest amount of logic gates ? ^^ anyway good work ! :)
    5. takethispie

      Working 8-bit CPU =D

      some stats maybe ? ^^ what is the architecture of this one ? 'cause I built one as soon as logic was implemented and another one few months ago but couldn't make them work correctly because of a strange behavior of the logic :/
    6. takethispie

      Adding some some new logic and GUI improvement

      counter ? the thing is that activator aren't named to have each one corresponding to a bit logic would need an upgrade/rewrite but I really agree those ideas are really good :)
    7. takethispie

      [Logic] Processors Design and Conception

      yes but it's not copy , results are directly stored in the registers , wich takes only one clock cycle you know ^^ each cache's line are divised in 4 blocks of 32bit (in the X86 architecture for example) even if it's direct mapped, set associative or fully associative cache I don't...
    8. takethispie

      Starmade Logic Tutorials

      it would work if logic itself was working perfectly ^^'
    9. takethispie

      [Logic] Processors Design and Conception

      well I kinda removed the save/load register fonctionnality when I've rebuilt the register file, also, it doesn't use stack it would take a few dozen nanoseconds to save (it takes the time to go from one register to another actually) I know, those rules don't apply in logisim where the maximum...
    10. takethispie

      [Logic] Processors Design and Conception

      update: I finished the most important part of the documentation, and created a devkit: - Fazer-S 32bit MIPS RISC processor, so yes it's the last I've made ! (some secondary part are missing like the computer port allowing interrupts) with his Documentation in PDF - the TKAS assembler, in...
    11. takethispie

      Why do we still use 3 bytes per block?

      you forgot something: ram and memory disk isn't the most important , the thing is: if you use 4bytes instead of 3bytes, the calculation on each block will be longer ! bigger data structure mean slower not faster !
    12. takethispie

      16x Texture pack?

      keptick is right, texture affect performances very slighty, change view distance instead ^^
    13. takethispie

      [Logic] Processors Design and Conception

      loading isn't the only problem, all finite state machine and sequential logic has unpredictable behavior sometime and/or don't act as they should because of how logic is handled in starmade. when I have a loading bug I can't activate any logic gate or activator for a few seconds, logic is...
    14. takethispie

      Starmade Logic Tutorials

      Knack finite oh you're making a cpu too ? :D unfortunatly state machine and everything with a lot of logic block don't work/are broken almost every time .... you should take a look at my topic "processor architecture" in the offtopic section ;)
    15. takethispie

      Pushing the boundaries of stealth tech

      I use a perma-cloak & perma-stealth as starter ship, it doesn't have high damage but it's powerful because it can destroy pirate station :3
    16. takethispie

      [Logic] Processors Design and Conception

      update: I added a new feature to the register bank: it can save all register or load saved register (loading saved register will overwrite the current registers) inside the register bank the register bank inside the CPU: saving register is pretty useful to avoid data corruption during...
    17. takethispie

      StarMade v0.1917: Completely new advanced Chat

      good little update, the chat needed an overhaul :D
    18. takethispie

      [logic] 8bit Adder

      everything is in the title, it adds two 8bit number :D it has a lot of use in more "complex" circuits 01 + 10 = 10 \o/ first column = A , second column = B don't touch the triggers on the right, they aren't inputs ^^ the template...
    19. takethispie

      [logic] 8bit comparator

      the 8bit comparator is a pretty useful circuit in logic it compare two 8bit input, with 3 output: A greater than B, A equal B, A lower than B: the left column is A, right is B, you can have a 1bit to 8bit input (but using this with a 1bit is a waste of space xD) it's not really...
    20. takethispie

      Svens Practical Logic Tutorials

      hummm no xD