🍊_P
🍊_P
全部文章
题解
归档
标签
去牛客网
登录
/
注册
🍊_P的博客
全部文章
/ 题解
(共2篇)
题解 | #位拆分与运算#
````timescale 1ns/1ns module data_cal( input clk, input rst, input [15:0]d, input [1:0]sel, output [4:0]out, output validout ); //*************code*...
2022-06-30
0
280
题解 | #移位运算与乘法#
````timescale 1ns/1ns module multi_sel( input [7:0]d , input clk, input rst, output reg input_grant, output reg [10:0]out ); //*************code******...
hdl
2022-06-30
0
282