当前位置:网站首页>联发科技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.
后记
- 欢迎转载做题!
边栏推荐
- GFS分布式文件系统(光是遇见已经很美好了)
- After job hopping at the end of the year, I interviewed more than 30 companies in two weeks and finally landed
- Leetcode simple question: the key with the longest key duration
- Design and implementation of JSP logistics center storage information management system
- General undergraduate college life pit avoidance Guide
- Preliminary cognition of C language pointer
- [PCL self study: filtering] introduction and use of various filters in PCL (continuously updated)
- Golang -- realize file transfer
- Smart contract security audit company selection analysis and audit report resources download - domestic article
- 普通本科大学生活避坑指南
猜你喜欢
BMZCTF simple_ pop
Leetcode simple question: check whether the string is an array prefix
2022 P cylinder filling test content and P cylinder filling simulation test questions
使用BENCHMARKSQL工具对kingbasees并发测试时kill掉主进程成功后存在子线程未及时关闭
After reviewing MySQL for a month, I was stunned when the interviewer of Alibaba asked me
[literature reading] sparse in deep learning: practicing and growth for effective information and training in NN
FISCO bcos zero knowledge proof Fiat Shamir instance source code
[fxcg] market analysis today
JVM原理简介
7. Integrated learning
随机推荐
4 years of experience to interview test development, 10 minutes to end, ask too
JVM原理简介
The simple problem of leetcode: dismantling bombs
RSRS指标择时及大小盘轮动
【XSS绕过-防护策略】理解防护策略,更好的绕过
2022 Shandong Province safety officer C certificate examination content and Shandong Province safety officer C certificate examination questions and analysis
[Chongqing Guangdong education] reference materials for design and a better life of Zhongyuan Institute of science and technology
Pyqt control part (II)
Two drawing interfaces - 1 Matlab style interface
Square root of X
Small program animation realizes the running lantern and animation object
Ffmpeg mix
MC Layer Target
2022 a special equipment related management (elevator) analysis and a special equipment related management (elevator) simulation test
跨境电商多商户系统怎么选
【PHP漏洞-弱类型】基础知识、php弱相等、报错绕过
Prefix and (continuously updated)
Number of 1 in binary (simple difficulty)
vulnhub HA: Natraj
Priv-app permission异常