posedge

  • posedge详解

    一、posedge clk 在 Verilog 中,posedge 表示“正边沿”,一般指时钟信号的上升沿。常见的用法是在 always 块中使用: always @(posedg…

    编程 2025-01-04