基于FPGA的图像卷积运算,程序代码

`timescale 1 ps / 1 ps module tst_tb;input reg  clk ; reg   rst_n ;it initial  begin     clk = 0 ;     rst_n = 0;     #100 rst_n =1 ; endmodule      always #5 clk <= ~clk ;sed ///---------------------
相关文章
相关标签/搜索