Aaaaaaand i shifted focus again on my magic compiler. Well, at least i should be then able to make something useful for my 16 bit OoOE CPUs. And if i get that running i also have directly a toolchain for my large SuperSatellit 16 bit CPU
               
            
            
                02.11.2025 02:23 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            Btw. the ROB is messy but works quite well. But you can see here why implicit renaming designs weren't much of a thing and why explicit renaming is the name of the games today
               
            
            
                01.11.2025 00:13 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            Ladies and gentlemens: my OoOE CPU executed its first instructions and in parallel! Seems like i got all the routing and control issues out. Next will be the memory unit and branches. It is still a POS since it got some inconvenient flaws but i guess that it is still very solid for a first OoOE CPU
               
            
            
                01.11.2025 00:11 โ ๐ 0    ๐ 0    ๐ฌ 1    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Lesson learned, ROBs in data-in-ROB CPUs are messy. Every entry needs to listen on my 5 CDB lines + the 4 commit stages. Meaning i need 9 x 24 (instructions my ROB can handle) comparators, 24 9-way encoders and MUXes and more stuff. Now i know why we use PRF designs today instead
               
            
            
                31.10.2025 01:15 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            My brain decided to multitask back to the OoOE 16 bit CPU... well, i managed to build the commit bus to the reservation stations (needed in case a finished value is send to the ROB, a follow up instruction depends on it but the value wasn't yet commited to the register file). Next into the ROB!
               
            
            
                30.10.2025 00:26 โ ๐ 1    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Build a little more on the 16 bit RISC CPU. Interrupts should run now (i hope). Gonna test it tomorrow. The compiler is coming along quite nicely but still slow going
               
            
            
                22.10.2025 23:53 โ ๐ 1    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Finished the config file, onward to the actual compiler. Still deep within the code
               
            
            
                18.10.2025 00:40 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Still on the compiler. I nearly finished writing the config file for the Companion CPU. Meanwhile i started implementing a project safe/load feature into the actual compiler
               
            
            
                17.10.2025 00:42 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            Got a first logisim implementation of CompanionNISC in its most basic BI32 variant! It doesn't even have the register file extensions but that is was the plan. Very simple, still quite powerful. Time to build some software and compare it with a RISC-V 32I!
               
            
            
                16.10.2025 00:34 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Not much from my side, still on going easy on programming. Progress is slow since i burned out a little from all the hardware tinkering
               
            
            
                09.10.2025 00:00 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Okay, compilerwise i started implementing the first modules to get from my custom IR to the target arch. Currently suprisingly smooth riding
               
            
            
                04.10.2025 00:49 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Okay, a little more spoiling: i am creating an universal compiler which you can feed a simple .json with your ISAs instruction and behaviour and then does the rest without much intervention. That is why i am going this route. But fair, i could at that point prob even use something like LLVM
               
            
            
                01.10.2025 22:55 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Ah okay, i understood. Well that was the initial idea: start with the current universal assembler and then putting the compiler on top. But i am derivating here since i need a custom IR for some suprise that will help us later. Can't spoil too much rn since it is still all just could/should/hope
               
            
            
                30.09.2025 23:26 โ ๐ 1    ๐ 0    ๐ฌ 1    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Ah thank you! Well, i got an assembler running but there is quite a lot more to the story since the compiler will be also a technological demonstrator for something that looks quite promising (for short: universal compiler). But any help is welcome and i will definitely make a deep dive into yours!
               
            
            
                30.09.2025 19:15 โ ๐ 1    ๐ 0    ๐ฌ 1    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Not ded but quite busy. Currently on my compiler to get finally some test software on my CPUs without going to hexadecimal and/or assembler again
               
            
            
                30.09.2025 00:43 โ ๐ 0    ๐ 0    ๐ฌ 1    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Thanks for the double reminder...
               
            
            
                26.09.2025 21:26 โ ๐ 2    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Okay, i am half back mentally. Focus shifted back to the Pico-Series of ISAs and subsequent CPUs but now i am back at the 16 bit CPU to finish the interrupt and ring system!
               
            
            
                22.09.2025 23:37 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Back from the east with some fresh energy to continue! Time to get back to original business: the large 16 bit CPU with floating point stuff!
               
            
            
                16.09.2025 00:36 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Going offline for the weekend, got into an adventure to an old GDR bunker. But before that i shall share the following wisdome i just learned: implicit renaming is funny on paper but bad in hardware, go explicit on your adventures. Tune in next time!
               
            
            
                11.09.2025 21:11 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            Tinkered a little on the 4-way implicit renaming CPU variant. The 2-way in order CPU uses the same ISA. I only need the load store unit, the reorder buffer, a smart instruction dispatcher and later the branch prediction system from the in order CPU. Next CPU in that series will use explicit renaming
               
            
            
                08.09.2025 00:08 โ ๐ 2    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Quite some easy days here. Did a little more on the super scalar CPUs, managed to write a lil on the GPU ISA and even started to implement the interrupts into my large 16 bit CPU
               
            
            
                05.09.2025 00:00 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Small update: started the FPU edge case detection for my large 16 bit CPU, build a lil on the branch prediction for the in order CPU and managed to start the OoOE 16 bit CPU based on the in order CPU. I guess 4 input instruction pipelines are enough for the OoOE experiment
               
            
            
                30.08.2025 00:45 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            YES!!! Ladies and gentlemen, my first functional super scalar CPU! It still lacks the jump/branch and memory operations but i managed to get the first operations run parallely. I also managed to include operand forwarding with cross pipeline forwarding and pipeline swap compensation! What an act...
               
            
            
                26.08.2025 01:31 โ ๐ 3    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            I need to add that the ISA for that 16 bit CPU is incredible simple. It has only 16 instructions: 4 Mul/Div, 4 ALU, 4 Jump/Branch, 2 Util (MOV, LDI) and 2 Mem. No interrupts, no ring modes, no CPU control register, no nothing. Just a simple ISA to test how super scalarity works in general
               
            
            
                25.08.2025 13:03 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            ye, the regfile, oh dear... i am quite concerned how later OoOE CPUs with IPCs over 4 do it but i guess for PRF designs you start doing set associative stuff. Interpipeline hazards are already mostly dealt with, only (cross pipeline) operand forwarding should be an issue. And thanks for the paper!
               
            
            
                25.08.2025 12:41 โ ๐ 0    ๐ 0    ๐ฌ 1    ๐ 0                      
            
         
            
        
            
            
            
            
                                                
                                                
    
    
    
    
            Did a lil in the super scalar experimental department with the simple 16 bit ISA. Inspired by the Motorola 68060 i started building it with two pipelines, one supporting the full ISA (A) while the second (B) won't have a Mul/Div and Jump/Branch unit. They can even swap instructions when needed!
               
            
            
                25.08.2025 01:16 โ ๐ 2    ๐ 0    ๐ฌ 1    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            agreed, we need moar fennecs!
               
            
            
                25.08.2025 01:06 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Did a lil on the FPU today, still an endless fight. Did also quickly design a very simple 16 bit RISC ISA to test some accelerating technologies like in order and out of order superscalarity since my previous attempt went wrong
               
            
            
                24.08.2025 00:54 โ ๐ 2    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Sitting currently on my logisim FPU, soon i will start fixing my terminal driver in SysVerilog and later maybe tinker a lil on Picoalchemist, the larger brother of my tiny 8 bit RISC Picowizard
               
            
            
                22.08.2025 12:08 โ ๐ 1    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Small update: got the signed short to float16 and vice versa converter of my FPU ready. Next an extension to the MMU and the FPU adder/subtractor
               
            
            
                19.08.2025 00:38 โ ๐ 0    ๐ 0    ๐ฌ 0    ๐ 0                      
            
         
    
         
        
            
        
                            
                    
                    
                                            The official bluesky account of Foxes In Love!
                                     
                            
                    
                    
                                            Furry Artist โ
 Fitness โ
 Fursuit Maker โ
 
ENG I ไธญๆ โ
 Singapore
                                     
                            
                    
                    
                                            Author of Housepets! and a bunch of other stuff!
                                     
                            
                    
                    
                                            Deviantart: https://www.deviantart.com/twokinds
TK Gallery: https://twokinds.gallery
Patreon: https://www.patreon.com/c/twokinds
Website: https://twokinds.keenspot.com/
                                     
                            
                    
                    
                                            robot weaseltaur (& burrobotaur & robodeer)
litter consolidator & garden appreciator
did math convincingly once
    
๐ณ๏ธโโง๏ธ, 50, Puget Sound area.
                                     
                            
                    
                    
                                            Furry Artist (Ju. Mato) 
Comm-s info - https://www.furaffinity.net/commissions/juliathedragoncat/
                                     
                            
                    
                    
                                            ๐larru-larru on fa
advanced commission notice on patreon!: http://patreon.com/larru
leave a tip?!: http://ko-fi.com/larru
                                     
                            
                    
                    
                                            i draw (mostly) anime girls 
sometimes cute, sometimes lewd!!
https://www.patreon.com/iwbitu 
                                     
                            
                    
                    
                                            All my stuffs: https://linktr.ee/anna_rayka
Dragon Mom Enthusiast . Furry . Artist . Live in Developing Country . Often RT lewds . Backup just in case Elon decided that to implode
                                     
                            
                    
                    
                                            ๐ฆจ multilimb art fur๐ฆจ NB he/they ๐ PG13 some 18+ like/rt ๐~ ๐ผ@anderz0n3 @5h4d0wn3rd.bsky.social ๐ณ๐ฟ IRL 43yo ๐ greymuzz ๐ no minors umkay #art
https://juniper.nz
                                     
                            
                    
                    
                                            I'm a 4_armed, 6 legged dragon wolftaur with 6 wings and 2 tails.  I'm very friendly and will mainly be reposting tuar, naga, or mermaid pics
                                     
                            
                    
                    
                                            Izak|| 2d/3d artist || Married to @Ricsimane.bsky.social || 18+ Account; no minors!๐ || commissions, links and contact: https://redizak.carrd.co || #illustration #art #fantasy #dragon #furry #griffin #gryphon
                                     
                            
                    
                    
                                            25 year old 2D traditional animator/cartoonist
Commissions are closed temporarily (I'm moving)
https://linktr.ee/KiwisBurntToast
                                     
                            
                    
                    
                                            Quetz  ๐ป  he  ๐ป artist & storyteller
Read my comic - blackhazer.tumblr.com
Commission information: quetzrow.carrd.co
                                     
                            
                    
                    
                                            Proud Furry Ice Bear ๐ณ๏ธโ๐ 26 - Professional Server Destroyer & Dumbass
                                     
                            
                    
                    
                                            ๐ฐ 28 | ๐จ๏ธ they / them | ๐ Can be suggestive
https://rainl.neocities.org/About_me
                                     
                            
                    
                    
                                            ๐บFURRY ARTIST ๐
ไธญ/Eng 
Socials:
https://linktr.ee/TianIseul
                                     
                            
                    
                    
                                            Session musician and composer/Magical scarf wielding size shifting Red Fox boi/Scottish - Edinburgh. Expect music, macro/micro shenanigans and foxes. 
๐ค๐ค๐ / He/Him / ๐ถ๐น ๐ธ๐ช๐ค 
| #NossSaga Composer | EF Pawpet Show Composer | Multi albums | ๐Space fox๐ช |
                                     
                            
                    
                    
                                            ๐ฌ #PublicDomain #Cinema 
๐ฎ #Computers 
๐ป #Electronics 
๐น๏ธ #Videogames 
๐ต #Music 
๐ #Readings 
๐๏ธ #Movies
... and #Libre8 ๐ป๐ฑ
๐บ YouTube: https://youtube.com/@elijaxapps
๐ฌ Discord: https://discord.gg/FJbdUvWgsu
                                     
                            
                    
                    
                                            |Lv.33|They/Them|NB|AroAce|
Anthro/animal/creature freelance artist.
@Felfi is my art partner.
Socials: https://linktr.ee/RogueLiger
Twitch: https://www.twitch.tv/rogueligerart