leooo。
leooo。
全部文章
题解
归档
标签
去牛客网
登录
/
注册
leooo。的博客
全部文章
/ 题解
(共11篇)
题解 | #游戏机计费程序#
`timescale 1ns/1ns module game_count ( input rst_n, //异位复位信号,低电平有效 ...
2022-06-07
1
303
题解 | #异步FIFO#
`timescale 1ns/1ns /***************************************RAM*****************************************/ module dual_port_RAM #(parameter DEPTH = 16,...
2022-06-06
0
295
题解 | #RAM的简单实现#
`timescale 1ns/1ns module ram_mod( input clk, input rst_n, ...
2022-06-03
0
255
题解 | #简易秒表#
`timescale 1ns/1ns module count_module( input clk, input rst_n, output reg [5:0]second...
2022-06-02
1
239
题解 | #自动贩售机1#
`timescale 1ns/1ns module seller1( input wire clk , input wire rst , &nb...
2022-06-02
0
284
题解 | #状态机-重叠序列检测#
`timescale 1ns/1ns module sequence_test2( input wire clk , input wire rst , &...
2022-06-02
0
289
题解 | #非整数倍数据位宽转换8to12#
`timescale 1ns/1ns module width_8to12( input &n...
2022-06-02
0
276
题解 | #数据串转并电路#
`timescale 1ns/1ns module s_to_p( input &...
2022-06-02
0
240
题解 | #不重叠序列检测#
`timescale 1ns/1ns module sequence_detect( input clk, input rst_n, input data,...
2022-06-01
0
247
题解 | #输入序列连续的序列检测#
`timescale 1ns/1ns module sequence_detect( input clk, input rst_n, input a, output reg match ); reg [3:0] curr_state; reg [3:0] next_state; always @ (...
2022-06-01
0
264
首页
上一页
1
2
下一页
末页