HDLBits - Wire4

2024. 11. 29. 16:56·HDLBits/Verilog

https://hdlbits.01xz.net/wiki/Wire4

해당 그림처럼 연결하는 문제
그냥 하나하나 연결 해주면 끝

My Answer

module top_module( 
    input a,b,c,
    output w,x,y,z
);

    assign w = a;
    assign x = b;
    assign y = b;
    assign z = c;

endmodule

코드 블럭에 Verilog가 기본 지원이 아니다보니 너무 복잡하다 ㅠㅠ 

저작자표시 비영리 변경금지 (새창열림)
'HDLBits/Verilog' 카테고리의 다른 글
  • HDLBits - AND gate / NOR gate / XNOR gate
  • HDLBits - Notgate
  • HDLBits - Simple wire
  • HDLBits - Zero
Zi_Yoon
Zi_Yoon
머리 속에 정리하는 곳 <전자공학>
  • Zi_Yoon
    ZY_repo
    Zi_Yoon
  • 전체
    오늘
    어제
    • 분류 전체보기 (70)
      • HDLBits (25)
        • Verilog (19)
        • Circuits (4)
        • Verification (0)
      • IDEC 교육 (1)
        • Embedded C (13)
        • Verilog HDL (8)
      • Hardware (8)
        • RISC-V Project (1)
        • Computer Architecture (0)
        • AMBA (2)
        • FPGA (0)
        • 논문 읽기 (1)
        • ETC. (4)
      • 42서울 (13)
        • 리눅스 (12)
        • 네트워크 (1)
      • 생각 (1)
      • 취업 (1)
  • 블로그 메뉴

    • 홈
    • 태그
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    verilog
    AXI4
    세션 키
    vm
    hdlbits
    research rabbit
    pointer
    RISC-V
    bit-wise and
    axi
    centos
    fucntion
    debian
    ssh
    verilator
    보안 쉘
    비대칭 키
    IDEC
    embedded
    ARM
    AppArmor
    signal trap
    Keil
    APT
    fpga
    c
    AMBA
    QUARTUS
    charater
    lsblk
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.1
Zi_Yoon
HDLBits - Wire4
상단으로

티스토리툴바