목록Engineering courses/Digital System Design (10)
This is Sue Jang

My Courses Embry-Riddle Aeronautical University Fall'23 semester - CEC 330 Digital system design with aerospace applications Korea Aerospace University Fall'22 semester - Digital system design 먼저 한국항공대에서 디시설을 수강했는데 엠브리에서 또 수강을 하냐고 묻는다면 세가지의 이유가 있다. 1) 'with aerospace applications'라길래 avionics 기술과 접목할 줄 알고 --> 하지만 특별한 프로젝트 설계는 아직 하지 않았다. 아마 final project에서 스스로 만드느냐 마느냐에서 갈릴 듯 싶다 2) FPGA 설계를 복습하고 ..
What does 'State' mean? - State가 있다 = memory(storage)가 있다 = 저장된다 = 유지된다 = hold Types of Sequential Circuits - Synchronous(동기화): Its behavior is defined as its input signals at discrete instants of time (clock or clk). - Asynchronous(비동기화): Its behavior depends on the input signals at any instant of time and the order in which the inputs change. Latch vs FlipFlop - Latch: Storage elements that op..
What is the difference between Combinational circuits and Sequential circuits? - Standards to divide 1) Existence of State 2) Existence of Storage element(=memory) - Both Combinational circuits and Sequential circuits are kinds of Digital logic circuit - Combinational Circuits: output = function(input 'only') --> 입력에 의해 출력이 정해짐. 입력만 알면 출력은 정해져있음 : Consists of logic gates whose output at any time..
What is HDL? - Hardware Description Language. - Verilog, VHDL, ... Verilog-HDL modeling - Consists of interconnected modules 1) Module: Basic design building in Verilog-HDL 2) Port: Interface by which the module can communicate with its environment 3) Module instance: The process of creating objects from a module template is called 'instantiation' Types of Modeling - Behavioral modeling: Models ..