江左子固
江左子固
全部文章
分类
归档
标签
去牛客网
登录
/
注册
江左子固的博客
全部文章
(共53篇)
题解 | #位拆分与运算#
`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****...
2024-02-15
0
152
题解 | #移位运算与乘法#
`timescale 1ns/1ns module multi_sel( input [7:0]d , input clk, input rst, output reg input_grant, output reg [10:0]out ); //*************code*********...
2024-02-15
0
138
题解 | #奇偶校验#
`timescale 1ns/1ns module odd_sel( input [31:0] bus, input sel, output check ); //*************code***********// reg check; always@(*)begin if(sel...
2024-02-12
0
116
首页
上一页
1
2
3
4
5
6
下一页
末页