当前位置:网站首页>联发科技2023届提前批IC笔试(题目)
联发科技2023届提前批IC笔试(题目)
2022-07-03 04:35:00 【杰之行】
前言
- 首先,感谢粉丝分享本文内容!
- 声明:个人觉得,学习期间,基本上都是知识的搬运,所以本博客所有内容都可以被大家引用!为了大家方便引用,博客内的图片都没有加博客的水印(除非不是自己的或者没看到)!
- 如果大家觉得自己基础知识薄弱,可以去 《牛客刷题》 和 《HDLbits》进行巩固练习;如果有不懂的题目还可以参考文章《牛客刷verilog》Part I Verilog快速入门 和 verilog练习:hdlbits网站系列完结!进行学习!
1.
1、(8分)【简答题】如下为一段verilog代码,请根据代码的描述,并结合已知的clk和rst_b的波形图,画出对应信号的波形图。(8分)
reg [1:0]cnt;
wire [1:0]cnt_nxt = cnt - 2'b1;
wire out_1 = &cnt_nxt;
wire out_2 = cnt_nxt[0+:1];
[email protected](posedge clk or negedge rst_b)begin
if(~rst_n) cnt <= 2'h3;
else cnt <= cnt_nxt;
end

2. 逻辑图化简
- 大概是
((AB)' · (A'·B')' )'
3.

4.

5.

6.

7.

8.

9.


后记
- 欢迎转载做题!
边栏推荐
- 会员积分商城系统的功能介绍
- Redraw and reflow
- 【PHP漏洞-弱类型】基础知识、php弱相等、报错绕过
- Small sample target detection network with attention RPN and multi relationship detector (provide source code, data and download)
- Why should programmers learn microservice architecture if they want to enter a large factory?
- Dismantle a 100000 yuan BYD "Yuan". Come and see what components are in it.
- The programmer went to bed at 12 o'clock in the middle of the night, and the leader angrily scolded: go to bed so early, you are very good at keeping fit
- 智能合约安全审计公司选型分析和审计报告资源下载---国内篇
- [fxcg] market analysis today
- Reptile exercise 02
猜你喜欢

Which Bluetooth headset is good about 400? Four Bluetooth headsets with strong noise reduction are recommended

data2vec! New milestone of unified mode

解决bp中文乱码

A outsourcing boy's mid-2022 summary

540. Single element in ordered array
![[PCL self study: filtering] introduction and use of various filters in PCL (continuously updated)](/img/36/53886b9d3b98f744be2b6aa6b5d3eb.jpg)
[PCL self study: filtering] introduction and use of various filters in PCL (continuously updated)

Number of 1 in binary (simple difficulty)

【XSS绕过-防护策略】理解防护策略,更好的绕过

2022 registration examination for safety production management personnel of hazardous chemical production units and examination skills for safety production management personnel of hazardous chemical

Dismantle a 100000 yuan BYD "Yuan". Come and see what components are in it.
随机推荐
[set theory] binary relation (example of binary relation on a | binary relation on a)
2.14 summary
[Chongqing Guangdong education] reference materials for design and a better life of Zhongyuan Institute of science and technology
使用BENCHMARKSQL工具对kingbaseES执行灌数据提示无法找到JDBC driver
带有注意力RPN和多关系检测器的小样本目标检测网络(提供源码和数据及下载)...
2022 new examination questions for the main principals of hazardous chemical business units and examination skills for the main principals of hazardous chemical business units
使用BENCHMARKSQL工具对KingbaseES预热数据时执行:select sys_prewarm(‘NDX_OORDER_2 ‘)报错
AWS VPC
[pat (basic level) practice] - [simple simulation] 1063 calculate the spectral radius
2022 registration examination for safety production management personnel of hazardous chemical production units and examination skills for safety production management personnel of hazardous chemical
vulnhub HA: Natraj
Mongodb slow query optimization analysis strategy
因子选股-打分模型
跨境电商多商户系统怎么选
[fairseq] error: typeerror:_ broadcast_ coalesced(): incompatible function arguments
RSRS index timing and large and small disc rotation
普通本科大学生活避坑指南
Some information about the developer environment in Chengdu
Ffmpeg tanscoding transcoding
[set theory] set operation (Union | intersection | disjoint | relative complement | symmetric difference | absolute complement | generalized union | generalized intersection | set operation priority)