E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
HDLbits
HDLBits
刷题Day23,3.2.5.7 Simple FSM 3 (asynchronous reset) - 3.2.5.8 Simple FSM 3 (synchronous reset)
联系3.2.5.5和3.2.5.6来看3.2.5.7SimpleFSM3(asynchronousreset)问题描述下面是一输入一输出四状态的摩尔状态机的状态转移表。实现这个状态机。包括将FSM重置为状态A的异步重置。代码:moduletop_module(inputclk,inputin,inputareset,outputout);//reg[1:0]state,next_state;par
weixin_52312830
·
2024-03-09 16:14
HDLBits刷题
fpga开发
算法
硬件工程
HDLBits
_Verilog刷题笔记Verilog Language Basics(一)
前言这个刷题笔记是给自己复习巩固用的,包括自己在刷题的时候遇到的问题,思考,以及看了一些大佬的笔记和答案进行整理和扩充。git开源solutionshttps://github.com/viduraakalanka/HDL-Bits-Solutionsb站up脱发秘籍搬运工,呜呜这个up不管我学什么都有教程,永远也逃不开脱发的世界~https://space.bilibili.com/318808
cascleright1
·
2024-02-13 15:37
fpga开发
硬件架构
USTC Verilog OJ Solutions
科大OJ其对应的英文版:
HDLBits
刷题网站01输出1moduletop_module(outputone);assignone=1;endmodule02输出0moduletop_module(outputzero
Daniel_187
·
2024-02-13 05:50
其他
fpga开发
Verilog
HDL
risc-v
FPGA快速入门路径
练习推荐使用https://
hdlbits
.01xz.net/,将所有上面例题自己做一遍,便可做到初步掌握硬件设计语言的使用,想要精通还得自己多看多练,尤其是多练。
zuoph
·
2024-02-06 18:14
FPGA+人工智能
电子技术
fpga开发
硬件工程
「
HDLBits
题解」CS450
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Cs450/timer-HDLBitsmoduletop_module
UESTC_KS
·
2024-02-04 14:05
HDLBits
题解
fpga开发
Verilog
Verilog刷题[
hdlbits
] :Bcdadd100
题目:Bcdadd100YouareprovidedwithaBCDone-digitaddernamedbcd_faddthataddstwoBCDdigitsandcarry-in,andproducesasumandcarry-out.为您提供了一个名为bcd_fadd的BCD一位数加法器,它将两个BCD数字相加并带入,并生成一个和和并带入。modulebcd_fadd(input[3:0]
卡布达吃西瓜
·
2024-02-01 10:16
verilog
fpga开发
verilog
hdlbits
Verilog刷题[
hdlbits
] :Adder100i
题目:Adder100iCreatea100-bitbinaryripple-carryadderbyinstantiating100fulladders.Theadderaddstwo100-bitnumbersandacarry-intoproducea100-bitsumandcarryout.Toencourageyoutoactuallyinstantiatefulladders,als
卡布达吃西瓜
·
2024-02-01 10:46
verilog
verilog
fpga开发
hdlbits
「
HDLBits
题解」Verification: Writing Testbenches
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Tb/clock-
HDLBits
`timescale1ps/1psmoduletop_module
UESTC_KS
·
2024-02-01 10:25
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Build a circuit from a simulation waveform
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Sim/circuit1-HDLBitsmoduletop_module
UESTC_KS
·
2024-02-01 09:55
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Building Larger Circuits
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Exams/review2015count1k-HDLBitsmoduletop_module
UESTC_KS
·
2024-01-31 07:10
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Finite State Machines
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Fsm1-HDLBitsmoduletop_module(inputclk
UESTC_KS
·
2024-01-30 15:40
HDLBits
题解
fpga开发
Verilog
【Verilog】
HDLBits
刷题 03 Verilog语言(2)(未完)
二、模块(module)1.实例化Thefigurebelowshowsaverysimplecircuitwithasub-module.Inthisexercise,createoneinstanceofmodulemod_a,thenconnectthemodule'sthreepins(in1,in2,andout)toyourtop-levelmodule'sthreeports(wir
圆喵喵Won
·
2024-01-26 00:11
fpga开发
「
HDLBits
题解」Cellular automata
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Rule90-HDLBitsmoduletop_module(inputclk
UESTC_KS
·
2024-01-25 01:53
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Shift Registers
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Shift4-HDLBitsmoduletop_module(inputclk
UESTC_KS
·
2024-01-23 13:11
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Latches and Flip-Flops
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Dff-HDLBitsmoduletop_module(inputclk
UESTC_KS
·
2024-01-20 11:33
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Counters
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Count15-HDLBitsmoduletop_module(inputclk
UESTC_KS
·
2024-01-20 11:33
HDLBits
题解
fpga开发
Verilog
verilog语法进阶
ternaryconditionaloperator)六、递减运算符(reduction)七、for循环语句八、实例化多个模块(generate)总结前言 本文是针对verilog基础语法做进一步的学,通过网站
HDLbits
FPGA中国创新中心
·
2024-01-18 15:21
FPGA学习
fpga开发
verilog
fpga
硬件工程
「
HDLBits
题解」Popcount255
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Popcount255-HDLBitsmoduletop_module
UESTC_KS
·
2024-01-15 19:25
HDLBits
题解
Verilog
「
HDLBits
题解」Adder100i
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Adder100i-HDLBitsmoduletop_module(
UESTC_KS
·
2024-01-15 19:25
HDLBits
题解
Verilog
「
HDLBits
题解」Ringer
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Ringer-HDLBitsmoduletop_module(inputring
UESTC_KS
·
2024-01-15 19:25
HDLBits
题解
Verilog
「
HDLBits
题解」Bcdadd100
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Bcdadd100-HDLBitsmoduletop_module(
UESTC_KS
·
2024-01-15 19:22
HDLBits
题解
Verilog
【Verilog】
HDLBits
题解——Circuits/Sequential Logic
SequentialLogicLatchesandFlip-FlopsDflip-flop题目链接moduletop_module(inputclk,//Clocksareusedinsequentialcircuitsinputd,outputregq);////Useaclockedalwaysblock//copydtoqateverypositiveedgeofclk//Clockedal
wjh776a68
·
2024-01-15 14:05
#
Verilog入门
verilog
HDLBits
fpga
【Verilog】
HDLBits
题解——Verilog Language
BasicsSimplewire题目链接moduletop_module(inputin,outputout);assignout=in;endmoduleFourwires题目链接moduletop_module(inputa,b,c,outputw,x,y,z);assignw=a;assignx=b;assigny=b;assignz=c;endmoduleInverter题目链接modul
wjh776a68
·
2024-01-15 14:35
#
Verilog入门
HDLBits
Verilog
题解
【Verilog】
HDLBits
题解——Circuits/Combinational Logic
CombinationalLogicBasicGatesWire题目链接moduletop_module(inputin,outputout);assignout=in;endmoduleGND题目链接moduletop_module(outputout);assignout=0;endmoduleNOR题目链接moduletop_module(inputin1,inputin2,outputou
wjh776a68
·
2024-01-15 14:35
#
Verilog入门
Verilog
HDLBits
题解
【Verilog】
HDLBits
题解——Verification: Writing Testbenches
Clock题目链接moduletop_module();regclk;initialbeginclk=0;forever#5clk=~clk;enddutdut_inst(.clk(clk));endmoduleTestbench1题目链接moduletop_module(outputregA,outputregB);////generateinputpatternshereinitialbegi
wjh776a68
·
2024-01-15 14:35
#
Verilog入门
verilog
HDLBits
fpga
HDLBits
Bcdadd100
该题是根据已经写好的十进制加法器(BCDone-digitadder)module来构建100位十进制加法器BCDone-digitadder如下modulebcd_fadd{input[3:0]a,input[3:0]b,inputcin,outputcout,output[3:0]sum);分析显然可以根据二进制的100位加法器的思路,先进行初始化,但是此时我们无法使用简单的寄存器操作来实现功
yezhangyinge
·
2024-01-15 14:04
Verilog题解
verilog
HDLbits
Conwaylife题目的一种解法
前言最近在刷
HDLBits
准备今年的提前批和人秋招,目前刷到有限状态机后,发现前面的大部分题目比较基础。目前比较有难度和有意思的题目就是Conwaylife,二维元胞自动机。这里仅提供笔者自己的解法。
WaterSplash
·
2024-01-15 14:34
fpga
verilog
「
HDLBits
题解」Always casez
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwayscasez-
HDLBits
//synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-15 14:03
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Always nolatches
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwaysnolatches-
HDLBits
//synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-15 14:03
HDLBits
题解
Verilog
「
HDLBits
题解」Module cseladd
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Modulecseladd-HDLBitsmoduletop_module
UESTC_KS
·
2024-01-15 14:33
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Always case
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwayscase-
HDLBits
//synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-15 14:33
HDLBits
题解
Verilog
「
HDLBits
题解」Always case2
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwayscase2-
HDLBits
//synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-15 14:28
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Always if
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwaysif-
HDLBits
//synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-13 10:01
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Alwaysblock1
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwaysblock1-
HDLBits
/synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-13 10:31
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Module addsub
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Moduleaddsub-HDLBitsmoduletop_module
UESTC_KS
·
2024-01-13 10:30
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Alwaysblock2
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Alwaysblock2-
HDLBits
//synthesisverilog_input_versionverilog
UESTC_KS
·
2024-01-13 10:56
HDLBits
题解
fpga开发
Verilog
HDLBits
题解与知识点总结(更新中)
一、GettingStarted1.1、GettingStartedmoduletop_module(outputone);//Insertyourcodehereassignone=1;endmodule1.2、OutputZeromoduletop_module(outputzero);assignzero=1'b0;endmodule二、veriloglanguage2.1、Basics2.
还是那个狗蛋
·
2024-01-12 15:33
FPGA学习
fpga开发
「
HDLBits
题解」Module pos
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Modulepos-HDLBitsmoduletop_module(
UESTC_KS
·
2024-01-12 15:58
HDLBits
题解
Verilog
「
HDLBits
题解」Module name
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Modulename-HDLBitsmoduletop_module
UESTC_KS
·
2024-01-12 15:58
HDLBits
题解
Verilog
「
HDLBits
题解」Module shift8
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接moduletop_module(inputclk,input[7:0
UESTC_KS
·
2024-01-12 15:58
HDLBits
题解
fpga开发
Verilog
「
HDLBits
题解」Gates4
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Gates4-HDLBitsmoduletop_module(input
UESTC_KS
·
2024-01-12 15:28
HDLBits
题解
Verilog
「
HDLBits
题解」Vector3
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Vector3-HDLBitsmoduletop_module(input
UESTC_KS
·
2024-01-12 15:28
HDLBits
题解
Verilog
「
HDLBits
题解」Vectorr
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Vectorr-HDLBitsmoduletop_module(input
UESTC_KS
·
2024-01-12 15:28
HDLBits
题解
Verilog
「
HDLBits
题解」Module
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Module-HDLBitsmoduletop_module(inputa
UESTC_KS
·
2024-01-12 15:28
HDLBits
题解
Verilog
「
HDLBits
题解」Vectorgates
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Vectorgates-HDLBitsmoduletop_module
UESTC_KS
·
2024-01-12 15:58
HDLBits
题解
Verilog
「
HDLBits
题解」Vector0
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Vector0-HDLBitsmoduletop_module(inputwire
UESTC_KS
·
2024-01-12 15:57
HDLBits
题解
fpga开发
Verilog
笔记
学习
「
HDLBits
题解」Vector2
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Vector2-HDLBitsmoduletop_module(input
UESTC_KS
·
2024-01-12 15:57
HDLBits
题解
Verilog
「
HDLBits
题解」Zero
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Zero-HDLBitsmoduletop_module(outputzero
UESTC_KS
·
2024-01-12 15:27
HDLBits
题解
学习
笔记
Verilog
「
HDLBits
题解」Wire
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Wire-HDLBitsmoduletop_module(inputin
UESTC_KS
·
2024-01-12 15:27
HDLBits
题解
fpga开发
学习
笔记
Verilog
「
HDLBits
题解」Notgate
本专栏的目的是分享可以通过
HDLBits
仿真的Verilog代码以提供参考各位可同时参考我的代码和官方题解代码或许会有所收益题目链接:Notgate-HDLBitsmoduletop_module(inputin
UESTC_KS
·
2024-01-12 15:27
HDLBits
题解
Verilog
笔记
学习
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他