HW 회로설계 일기장
    • 분류 전체보기 (40)
      • Verilog (10)
      • ARM (22)
        • ARM Cortex (12)
        • AMBA Bus (10)
      • 컴퓨터구조 (4)
      • C언어 (2)
      • Compile (1)
      • Linux (1)
  • 글작성
  • 방명록
  • 환경설정
  • 메뉴 닫기
module 검색 결과
1 개의 검색 결과가 있습니다.
Verilog

[Verilog] 모듈(Module), 포트(Port)

이번 Verilog 세번째 포스트에서는 Module과 Port에 대해서 정리해보도록 하겠습니다. - Module Verilog를 이용해 설계를 진행할 때는 Module 단위로 설계를 진행하게 됩니다. 즉, Module이라는 것은 Verilog 설계 시의 기본단위라고 볼 수가 있는데요. 따라서 어떤 Verilog 코드를 보더라도 module로 시작해서 endmoudle로 끝나는 것을 보실 수가 있습니다. module d_flipflop(//module 선언 input wire i_clk,//input 선언 input wire i_rst_n, input wire d, output reg q//output 선언 ); always @(posedge i_clk or negedge i_rst_n) begin//회로..

2022. 8. 28. 00:02
  • «
  • 1
  • »

전체 카테고리

  • 분류 전체보기 (40)
    • Verilog (10)
    • ARM (22)
      • ARM Cortex (12)
      • AMBA Bus (10)
    • 컴퓨터구조 (4)
    • C언어 (2)
    • Compile (1)
    • Linux (1)
  • 최근 글
  • 최근 댓글

최근 글

최근댓글

전체 방문자

오늘
어제
전체
반응형
Powered by Privatenote Copyright © HW 회로설계 일기장 All rights reserved. TistoryWhaleSkin3.4

티스토리툴바