qingwozhicheng339
qingwozhicheng339
全部文章
分类
归档
标签
去牛客网
登录
/
注册
qingwozhicheng339的博客
全部文章
(共63篇)
题解 | #Johnson Counter#
`timescale 1ns/1ns // module JC_counter( // input &n...
2022-08-07
0
232
题解 | #游戏机计费程序#
`timescale 1ns/1ns module game_count ( input rst_n, //异位复位信号,低电平有效 ...
2022-08-07
0
221
题解 | #流水线乘法器#
`timescale 1ns/1ns module multi_pipe#( parameter size = 4 )( input clk , input ...
2022-08-07
0
289
题解 | #嵌入式牛牛宏大小#
不晓得对不对。。。 /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param a int整型 牛妹的点数 * ...
2022-08-07
0
310
题解 | #编写乘法器求解算法表达式#
`timescale 1ns/1ns module mult( input [3:0] A, input [3:0] B, &nb...
2022-08-07
1
429
题解 | #任意奇数倍时钟分频#
`timescale 1ns/1ns module clk_divider #(parameter dividor = 5) ( input clk_in, input&nbs...
2022-08-07
0
288
题解 | #求最小公倍数#
`timescale 1ns/1ns module lcm#( parameter DATA_W = 8) ( input [DATA_W-1:0] A, input [DATA_W-1:0] B, inpu...
2022-08-07
1
554
题解 | #异步复位同步释放#
`timescale 1ns/1ns module ali16( input clk, input rst_n, input d, output reg dout ); //*************code***...
2022-08-06
0
290
题解 | #串行进位加法器#
`timescale 1ns/1ns `timescale 1ns/1ns module add_half( input &...
2022-08-06
0
333
题解 | #全加器#
`timescale 1ns/1ns module add_half( input &n...
2022-08-06
0
280
首页
上一页
1
2
3
4
5
6
7
下一页
末页