自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Verilog语言 顺序逻辑练习题1 锁存器和触发器

题目1:A D flip-flop is a circuit that stores a bit and is updated periodically, at the (usually) positive edge of a clock signal.D flip-flops are created by the logic synthesizer when a clocked always block is used (See alwaysblock2). A D flip-flop is the

2021-07-26 16:36:27 984

原创 Verilog语言 Circuits第一章 basic gates练习题

Verilog语言 Circuits练习题题目1:See mt2015_q4a and mt2015_q4b for the submodules used here. The top-level design consists of two instantiations each of subcircuits A and B, as shown below.其中A模块和B模块前面题目都有写到,A模块的逻辑表达式为:z = (x ^ y) & x;B模块的逻辑表达式为:z = ~(x^y

2021-07-21 16:09:05 390

原创 Verilog更多练习

题目1:Given four unsigned numbers, find the minimum. Unsigned numbers can be compared with standard comparison operators (a < b). Use the conditional operator to make two-way min circuits, then compose a few of them to create a 4-way min circuit. You’ll

2021-07-21 09:45:52 271

原创 Verilog always语句练习题

Verilog always语句练习题题目1:Build an AND gate using both an assign statement and a combinational always block. (Since assign statements and combinational always blocks function identically, there is no way to enforce that you’re using both methods. But you’re

2021-07-19 18:45:04 324

原创 Verilog module模块练习题

学习FPGA Verilog语言 遇到的习题,记录下相关代码,以便以后复习查阅。模块习题题目1:You are given a module my_dff with two inputs and one output (that implements a D flip-flop). Instantiate three of them, then chain them together to make a shift register of length 3. The clk port needs to

2021-07-19 15:25:53 656

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除