To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription.
Nice video, i have some questions: Does your work revolve around hardware or are you just learning this yourself and making youtube videos after self-study? How did you learn to animate these videos and what software do you use?
It’s videos like these that make me appreciate the sheer wizardry behind the screen. Sitting here, comfortably abstracted from layers of intense engineering, I can't help but marvel at how decades of solving complex, tedious problems lets me blissfully ignore them-typing away on a machine that just works, as if by magic.
If you go 1000 years back to the past with your smartphone, people will literally worship you. That's how advanced our tech today that we take for granted. 😂
It does not come out of nowhere. A circuit without memory acts like a function. A flip-flop has this feedback loop to know about the past. The combined state is two dimensional. I imagine hands running around the clock. Now if the clock frequency (edge steepness) and the memory decay live on vast different time scales, this clock gets squeezed into a line and the circuit stops counting. In a way this is only a slight expansion of a phase shifter.
@@ArneChristianRosenfeldt I think his point was we didn't decide to build a binary counter, it's just kind of the unexpected result of this aggregation of flip-flops. It obviously wasn't a coincidence for the designer and much iteration arrived at this elegant solution.
@ ah, so yeah a frequency divider is a counter. Just accept that you cannot read out the counting value due to skew. It works great to trigger the drawing of sprites in the Vic-Ii in the C64.
When I was 16, I remember using T-type flip flops to build a counter. I used a push button to increment. It reached 25 and then it restarted again, all of that with combinational circuits. I was very excited about this. I still remember working on a small table next to my bed. I was happy for the results, it worked.
PLEASE KEEP MAKING THESE VIDEOS.💙 DON'T STOP. i am a Computer Science and Engineering undergrad student in my final year. During the 2nd year, i immensely had a very hard time trying to understand the computer architecture, digital logic design, along with some electrical courses, how their functionality works. The hardware part of the computer science is rarely seen on TH-cam that visualizes this beautifully. i am also a tutor to some of school and college level students, i teach them programming and how software and hardware is co-working together. I take inspiration from your teaching & explain method, and I also recommend them your very beautiful videos, my brother. Take tons of love. ❤
these are the kind of videos i pause when i am doing something besides like work or playing games because it would be to big of a loss missing even the slightest bit of information. thank you so much for your videos!
Brilliant video. Though in real CPU's you wouldn't want to fetch, decode, execute and increment one cycle at a time since your fetch and decode would be idle 50% of your clock cycle. So I guess in a few video's from now we'll be talking about speculative execution and cache invalidation.
Yeah it's an interesting mix of a pipelined CPU but also not executing the stages in parallel, most likely do to simplicity 🤫. Without out of order execution your only pipeline data hazard is a raw, which can easily be forwarded or stalled, so it wouldn't be too complex.
@@Varokai_t conditional jumps, indirect addressing and such would definitely need stalling as well. Easiest to just stall on certain kinds of instructions, that COULD have data dependencies. Altough, probably still quite a bit out for @CoreDumpped to bother with any time soon. First the individual stages have to be covered.
@@Varokai_t Dang my reply got removed. There are still hazards of data races with indirect memory accesses. But main memory in general is quite challenging with the fairly large delays. Altough, I guess you could run the RAM at cpu latency/throughput/frequency for explaining and introduce stuff like caching and such later.
You may be wondering why not just increase the clock speed to get unlimited cpu speed since your cpu is relatively as fast as it's clock, but going faster causes the signal to radiates (becomes radio waves) and never reach its destination , again (at least not as strong as needed to be ) you say so just reduce the distance a signal needs to travel inside cpu so we can use higher frequencies, and that's why we need smaller and smaller transistors
Yeah, it almost seems counter intuitive but chaining them together like that to create a binary counter is also very close to the idea of having a binary voltage divider.
I am an engineer and I don't even know why I am listening to things I know very well and somehow still 100% focused to your style of explanation. Reminds me of some videos of Ben Eater. Explaining somehow hard concepts in such e simple way. People should all learn computer science basics this way there is no excuse anymore. Edit after watching after 0:55 of this video. I did not know you mentioned Ben Eater in this video, I just stared commenting after watching just 20 seconds or so of this video after another video of you on IPC.
O, another video soon after I subscribed you :D I must say you're one of the most valuable TH-camr I have seen :D You helped me to understand better how computers work. You helped me to understand the difference between heap and stack. I look forward to learning a lot of from you in the future.
I am blown away by these videos as a noob to computing!!! I am so so excited for every new video you make as I learn more and more through your channel!!! What a gem for self learners!!!!!!
Fantastic video! Your teaching style makes complex concepts so much easier to grasp. Keep up the great work! It’s clear you put a lot of effort into making this content informative and enjoyable. Keep up the amazing work-I can’t wait to see what you share next!
I love your videos there are amazing to watch. Little note at 13:11 the Push button should be switch betwen a logic One and a logic zero because your input pin is now is floating. You coud mention that any pin not connected to a proper input is a zero. I understand that it's much easier to understand the function of button for normal people but i believe the peopel that interested in that kind of stuff it is crucial to understand that a Output signal of any logic is not comparable to a button switch because you need a way to ensure the level will go to high or zero after you released the button. Maybe you could explain this in a one of your next videos so you can reference to it in your comming videos. Thanks for your amazing videos.
You're right. Also, in real life, push-buttons are very unreliable in this kind of situations because there's a lot of bouncing in the metal-contacts, so when you push them they actually produce a lot of "edges".
@@CoreDumppedthe first radio transmitters used these buttons. I think that EMI should only happen on making a contact. There is a short lightning. Lightning strikes in the sky create long wave radio.
Love your videos. Instant click. And they always answer some questions I always had....stuff like how exactly the OS interacts with hardware, or the role of BIOS, and some others including the stuff already in your videos!
That was probably one of the simplest ways to explain how binary or ring counters work based on a clock input signal and how they rely on both the gated latch - JK or T flip flops which also heavily rely on edge detectors. I've already known this from my own research and independent projects where most of my learned knowledge came from others such as Ben Eater, NAND to Tetris, and a few others. If only this kind of content was around 10-15 years ago when I started down this journey. Great stuff, great vids, keep up the great work!
You do an amazing job of explaining digital logic, I have watched only one of your software related videos, but you're so good at explaining 'down to metal' layer that it will be a big mistake not to focus on it.
As an avid typist and keyboard specialist, I am also a fan of microcomputer technology, because I own one, myself. Learning how a computer works arouses my interest in the computer. Therefore, I appreciate using the computer more that I would not want to return to the typewriter ever more. Watching your show made a great investment in dividends of my time.💙
This kind of work should be presented in the very first introductory classes of computer science / engineering programs. This would tell the students: this is the reason you must take your basic eletronics class serious. Some schools handles courses in completely orthogonal paths and no real real and practical connection is made till graduate courses. Thank you for the high quality material!
0:46 555 clocks are limited to abut 1KHz. The tolerances abut resistors on caps are also frustrating for exact timings. Also on a 5V circuit the 'high' part of the clock is limited to 3V.
Thank you friend for such good videos, it's the only channel that explains low-level fundamental concepts so well, please don't stop and make videos about how memory, processor and registers work, I would also wish to see a video about main assembly commands
Transfering data between Clock Domains must be done carefully to avoid the META-STABLE miss clocking of data. Most newbies get this wrong. As in FPGAs with multiple designers. ❤❤
Actually, it is fetch instruction, decode, fetch data, and execute. If all you want is a sequential select, then a ring counter is far simpler and faster.
Just out of curiosity, there are times when a instruction can run for more than 1 cycle, what mechanisms prevent the repeating clock from advancing the counter?
I really like your videos, clear and excellent content, is it possible to make a video explaining Pipelining Architecture in micro processor with Hazard resolution ? Thanks
me encanta tu canal y he aprendido muchicimo, pero hay algo que no entiendo, quien le da la señal al reloj para activarse y hacer la secuencia completa?, desde ya muchisimas gracias, sos un genio
because the rising edge of the 2nd flip flop is at half the frequency of the input signal and the input signal is the signal from the first flip flop which has half the frequency of the 'clock' so it switches at 1/4 the frequency of the initial signal
ideal timming. I just wondering how clock works because recently I am interested in building Chip8 interpreter. Maybe Vm/interpretters its a good topic for the next video?
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription.
Nice video, i have some questions:
Does your work revolve around hardware or are you just learning this yourself and making youtube videos after self-study?
How did you learn to animate these videos and what software do you use?
Hate the embedded ads.
It’s videos like these that make me appreciate the sheer wizardry behind the screen. Sitting here, comfortably abstracted from layers of intense engineering, I can't help but marvel at how decades of solving complex, tedious problems lets me blissfully ignore them-typing away on a machine that just works, as if by magic.
that pfp is crazy
If you go 1000 years back to the past with your smartphone, people will literally worship you. That's how advanced our tech today that we take for granted. 😂
I like ur profile intel is indeed dead inside
@@johnpaulpascua3569 Or might get you killed for sorcery
@@johnpaulpascua3569too far, even just 100 years ago most people would likely worship you.
That emergent behaviour of chained flip-flops forming a binary counter is amazing. It almost feels like it just came out of nowhere.
Fun fact: I was also stunned when I learned about it.
@@CoreDumpped Is RDTSC implemented this way?
It does not come out of nowhere. A circuit without memory acts like a function. A flip-flop has this feedback loop to know about the past. The combined state is two dimensional. I imagine hands running around the clock. Now if the clock frequency (edge steepness) and the memory decay live on vast different time scales, this clock gets squeezed into a line and the circuit stops counting.
In a way this is only a slight expansion of a phase shifter.
@@ArneChristianRosenfeldt I think his point was we didn't decide to build a binary counter, it's just kind of the unexpected result of this aggregation of flip-flops.
It obviously wasn't a coincidence for the designer and much iteration arrived at this elegant solution.
@ ah, so yeah a frequency divider is a counter. Just accept that you cannot read out the counting value due to skew. It works great to trigger the drawing of sprites in the Vic-Ii in the C64.
When I was 16, I remember using T-type flip flops to build a counter. I used a push button to increment. It reached 25 and then it restarted again, all of that with combinational circuits.
I was very excited about this. I still remember working on a small table next to my bed. I was happy for the results, it worked.
8:40 This is a T flip-flop with the T input permanently set to 1.
this is the first channel answering the questions always in my mind which no one gives a plausible solution to
PLEASE KEEP MAKING THESE VIDEOS.💙
DON'T STOP.
i am a Computer Science and Engineering undergrad student in my final year. During the 2nd year, i immensely had a very hard time trying to understand the computer architecture, digital logic design, along with some electrical courses, how their functionality works. The hardware part of the computer science is rarely seen on TH-cam that visualizes this beautifully.
i am also a tutor to some of school and college level students, i teach them programming and how software and hardware is co-working together. I take inspiration from your teaching & explain method, and I also recommend them your very beautiful videos, my brother.
Take tons of love. ❤
2 videos in 1 month!? Today's not Halloween it's Christmas!! 🎄
-maria carry
Well, the octal to decimal joke was pretty smooth... Nice one man!
these are the kind of videos i pause when i am doing something besides like work or playing games because it would be to big of a loss missing even the slightest bit of information. thank you so much for your videos!
Brilliant video. Though in real CPU's you wouldn't want to fetch, decode, execute and increment one cycle at a time since your fetch and decode would be idle 50% of your clock cycle. So I guess in a few video's from now we'll be talking about speculative execution and cache invalidation.
Yes, you are right
simple pipelining that stalls on data dependencies would probably be a better intermediary step IMO
Yeah it's an interesting mix of a pipelined CPU but also not executing the stages in parallel, most likely do to simplicity 🤫. Without out of order execution your only pipeline data hazard is a raw, which can easily be forwarded or stalled, so it wouldn't be too complex.
@@Varokai_t conditional jumps, indirect addressing and such would definitely need stalling as well. Easiest to just stall on certain kinds of instructions, that COULD have data dependencies.
Altough, probably still quite a bit out for @CoreDumpped to bother with any time soon. First the individual stages have to be covered.
@@Varokai_t Dang my reply got removed.
There are still hazards of data races with indirect memory accesses. But main memory in general is quite challenging with the fairly large delays. Altough, I guess you could run the RAM at cpu latency/throughput/frequency for explaining and introduce stuff like caching and such later.
You may be wondering why not just increase the clock speed to get unlimited cpu speed since your cpu is relatively as fast as it's clock, but going faster causes the signal to radiates (becomes radio waves) and never reach its destination , again (at least not as strong as needed to be ) you say so just reduce the distance a signal needs to travel inside cpu so we can use higher frequencies, and that's why we need smaller and smaller transistors
Playlist completed. Just mind blowing. Thanks for your effort and make this kind of video for free.
Wow, this made so much sense! It also blew my mind how the binary flip-flops formed a counter.
Yeah, it almost seems counter intuitive but chaining them together like that to create a binary counter is also very close to the idea of having a binary voltage divider.
I am an engineer and I don't even know why I am listening to things I know very well and somehow still 100% focused to your style of explanation. Reminds me of some videos of Ben Eater. Explaining somehow hard concepts in such e simple way. People should all learn computer science basics this way there is no excuse anymore.
Edit after watching after 0:55 of this video. I did not know you mentioned Ben Eater in this video, I just stared commenting after watching just 20 seconds or so of this video after another video of you on IPC.
Yes, exactly... Exactly. This is what I was talking about bro. Cover everything! Make all those difficult-looking concepts easy!
O, another video soon after I subscribed you :D I must say you're one of the most valuable TH-camr I have seen :D You helped me to understand better how computers work. You helped me to understand the difference between heap and stack. I look forward to learning a lot of from you in the future.
You are a treasure man. Can’t wait to just binge watch all your videos again over the winter break
I always wondered what the CPU clock did and now I think I finally get it! Great explanation
Can’t wait for your process scheduler video. That’s one area I’ve always stumbled with.
I'm simple human - I Immediately click the like button when I see Core Dumped uploaded a new video about CPUs
We are same bro
Same here too!
I am blown away by these videos as a noob to computing!!! I am so so excited for every new video you make as I learn more and more through your channel!!! What a gem for self learners!!!!!!
Fantastic video! Your teaching style makes complex concepts so much easier to grasp. Keep up the great work! It’s clear you put a lot of effort into making this content informative and enjoyable. Keep up the amazing work-I can’t wait to see what you share next!
The animations are actually amazing - great work. Really informative and familar if you're used to working with FPGAs.
Now, this is high quality content! Thank you for you explanations!
Love how he knows what're the questions in our minds that needs to be addressed
2:30 Abusing parasitic capacitance is such a ballsy move.
That's actually cool.
_"It's not a bug it's a feature"_ at it's finest.
Such abuse is why the 8086 had a minimum clock speed. Run it too slow, and the charge would dissipate before the next clock could refresh things.
I love your videos there are amazing to watch.
Little note at 13:11 the Push button should be switch betwen a logic One and a logic zero because your input pin is now is floating.
You coud mention that any pin not connected to a proper input is a zero.
I understand that it's much easier to understand the function of button for normal people but i believe the peopel that interested in that kind of stuff it is crucial to understand that a Output signal of any logic is not comparable to a button switch because you need a way to ensure the level will go to high or zero after you released the button.
Maybe you could explain this in a one of your next videos so you can reference to it in your comming videos.
Thanks for your amazing videos.
You're right. Also, in real life, push-buttons are very unreliable in this kind of situations because there's a lot of bouncing in the metal-contacts, so when you push them they actually produce a lot of "edges".
@@CoreDumppedthe first radio transmitters used these buttons. I think that EMI should only happen on making a contact. There is a short lightning. Lightning strikes in the sky create long wave radio.
These videos are for the freshman level learner. Let them enjoy their ideal diodes for a couple years.
Love your videos. Instant click. And they always answer some questions I always had....stuff like how exactly the OS interacts with hardware, or the role of BIOS, and some others including the stuff already in your videos!
That was probably one of the simplest ways to explain how binary or ring counters work based on a clock input signal and how they rely on both the gated latch - JK or T flip flops which also heavily rely on edge detectors. I've already known this from my own research and independent projects where most of my learned knowledge came from others such as Ben Eater, NAND to Tetris, and a few others. If only this kind of content was around 10-15 years ago when I started down this journey. Great stuff, great vids, keep up the great work!
I love your videos! You are very good at explaining and teaching these subjects
You do an amazing job of explaining digital logic, I have watched only one of your software related videos, but you're so good at explaining 'down to metal' layer that it will be a big mistake not to focus on it.
Every single video is a master class. Muchísimas gracias por tu aporte a la humanidad compatriota. Saludos desde Cancún, México.
As an avid typist and keyboard specialist, I am also a fan of microcomputer technology, because I own one, myself. Learning how a computer works arouses my interest in the computer. Therefore, I appreciate using the computer more that I would not want to return to the typewriter ever more. Watching your show made a great investment in dividends of my time.💙
Man I didn't know that flip flops worked because of the inverter delay. Awesome
Dude, the insane amounts of work you put in the script, animation... everything...
Clear crisp explanation. Many Thanks 😊👍
no college curriculum can emulate videos like these
This control unit is Hardwired in RISC and Microprogrammed control unit in CISC
Another teaching masterpiece. Thanks man!!
Yes another BRILLIANT video. Thank you George.❤
This kind of work should be presented in the very first introductory classes of computer science / engineering programs. This would tell the students: this is the reason you must take your basic eletronics class serious. Some schools handles courses in completely orthogonal paths and no real real and practical connection is made till graduate courses. Thank you for the high quality material!
Thanks a lot for these perfect illustrations!
Square wave: Wait… It’s all sines ???
Fourier: Always has been… **gunshot**
It's only all sines when I cosine for it. Sine here on the dotted lines.
0:46 555 clocks are limited to abut 1KHz. The tolerances abut resistors on caps are also frustrating for exact timings. Also on a 5V circuit the 'high' part of the clock is limited to 3V.
You explained 3 months of my Comp Systems Architectures classes in 15 minutes. That's just incredible.
Nice analysis ❤
Bro you are the best. Gonna get your brilliant subscription when I get paid next semester!!!!
This is so cool. Amazing content, thank you very much.
The clock ticks like the heart beats.
Clicked on this video in a heartbeat as soon as i saw it
These videos are awesome, you don't find a lot of content on this website covering digital electronics at this quality.
You can do everything Such as data structure visualisation and other aspects of the computer science too. One step at a time bro. Keep going!
I'm loving every upload so much, liked the video while the ads are still rolling and I know I won't remove the like. Keep up the good work!
Thank you friend for such good videos, it's the only channel that explains low-level fundamental concepts so well, please don't stop and make videos about how memory, processor and registers work, I would also wish to see a video about main assembly commands
How do you animate your videos!!! I have been absolutely binging your great work. Keep it up, it's awesome!
Thanks for helping me understang things that i didnt know
This is exactly what was missing and been searching for this for many days🤓
Very nicely done
You're the G.O.A.T Chief George! This has actually been a subject of my curiosity for a while now. This is amazing stuff!
Okay I gotta admit, the title is fantastic, and so is the thumbail and content as always! Great video
No it was changed 😭
The original title was something along the lines of "The Clock - The Heartbeat of the CPU"
Brilliant content & animation!
Would be great if you would make a video about hardware architecture of communication protocols!
Man this is the answer I never got in engineering ❤❤❤❤
Amazing explanation mate
I have been looking for this!
tysm! this was awesome!
amazing as always, waiting for threads video
Legendary channel, learning this in cs junior yr
Now how does the clock work?
Man!!! Love you're videos!
Great content...thanks 👍
I have been overclocking my PC for years, now it started to make sense that if I simple let the clock run faster, so the whole process speeds up.
I learned a lot from this video, thank you.
Amazing video, thanks for sharing.
thanks. I've got a lot of things learned again from your channel.
My God - such brilliance - wow
This episode remind me of Ben Eater channel all over again. Where i managed to finish building the SAP-1 CPU.
12:15 should I point out it counts up in binary and resets to zero after 1111?
how do u have the talent to be so good at explaining things
Make a full course on this, assymbly, programming...etc and I will be the first to sign up.
Amazing educational quality.
Can you please create a playlist on computer core fundamentals. Maintaining the sequence right from binary
This video feels like the fever dreams that I get trying to wrap around my mind the concepts.
Pretty cool
Human ingenuity is incredible!
For the next video, can you explain how CPU can control it's own clock cycle or speed? dynamically or manual overclock and underclock
i just can't believe how fucking beautiful computer science is oh my god. it's just magic
Transfering data between Clock Domains must be done carefully to avoid the META-STABLE miss clocking of data. Most newbies get this wrong. As in FPGAs with multiple designers. ❤❤
Beautiful video. Really really excellent
Actually, it is fetch instruction, decode, fetch data, and execute. If all you want is a sequential select, then a ring counter is far simpler and faster.
GOT to Love that METASTABLE STATE. LOL. ❤❤
if only our digital logic design course professor taught us flip-flops like this 8 years ago from now...
Just out of curiosity, there are times when a instruction can run for more than 1 cycle, what mechanisms prevent the repeating clock from advancing the counter?
Brilliant needs a dark mode version of their ad.
I really like your videos, clear and excellent content, is it possible to make a video explaining Pipelining Architecture in micro processor with Hazard resolution ? Thanks
me encanta tu canal y he aprendido muchicimo, pero hay algo que no entiendo, quien le da la señal al reloj para activarse y hacer la secuencia completa?, desde ya muchisimas gracias, sos un genio
Bro, please keep up this good content. I can't play my role to keep this amazing work free, but one day, I will.
Thx alot ❤
Another Cored Dumped Video let's gooo
I wish these videos were made in my college days...❤❤❤
At 11:10 How does the 2nd jk flip-flop not toggling between inverse Q and real Q when it's clock input is initially at 1 while both j and k is also 1
because the rising edge of the 2nd flip flop is at half the frequency of the input signal and the input signal is the signal from the first flip flop which has half the frequency of the 'clock' so it switches at 1/4 the frequency of the initial signal
ideal timming. I just wondering how clock works because recently I am interested in building Chip8 interpreter. Maybe Vm/interpretters its a good topic for the next video?
Can you do a video to explain how the clock works?
Great vid 👍
One of the most beautiful videos