Digital Logic/컴퓨터 구조3 Computer Architecture - Diagram Compute Architecture Memory HierarchyProcessor - byteSRAM - KB, MBDRAM - GB Processor Memory사이에 cache를 곁들인.. Memory AccessesRegister Cache Main memory 2024. 10. 13. [VLSI] Very Large Scale Integraed Circuit * Understanding basic operations for computer arithmetic * Understanding signal processing techniques for VLSI architectures ◆ DSP system, Iteration bound ◆ Pipelining and parallel processing ◆ Retiming and unfolding technique ◆ Folding technique ◆ Conventional and unconventional number systems, Fast addition ◆ Binary floating-point number system ◆ Sequential algorithms for multiplication and di.. 2023. 12. 31. [컴퓨터 구조] 컴퓨팅 플랫폼은 어떻게 숫자를 다루나? (Feat. CPU) 제목에서 말한 '컴퓨팅 플랫폼'이란 CPU, GPU, FPGA 등을 말한다. 이 들은 digital logic을 구성하며 2 진법 '0'과 '1' 만으로 기계를 작동시킨다. 즉, 컴퓨터는 2진수의 바다다. 2진수로 모든 숫자를 표현하고 연산을 수행한다. 2021.06.16 - [생각 미로] - [생각 미로] How do you define the real? - 영화 매트릭스 하지만 인간이 다루는 세계는 10진수로 통용되며 컴퓨터 위에 올려 사용하는 Application code 또한 10진법으로 사용한다. 그렇게 구현 시킨 Application code를 컴퓨터 하드웨어 단에서 동작시키려면 2진법으로 변환하여 연산하는 방법을 알아야 한다. 그래서 이번 포스팅에서는 컴퓨팅 플랫폼에서 10진수로 받은 값을 .. 2021. 7. 28. 이전 1 다음