北美英伟达硬件|Nvidia DV 面经
面了一个硬件中最软的岗Design Verification,不打算做dv,但分享一下面经,希望所有硬件朋友都能上岸!
面了两次,每次45min的technical interviewCPU clocking 和soc相关project组首先是关于system verikig
相关概念
1. clocking block的概念(collection of signals synchronous with a particular clock and helps to specify the timing requirements between the clock and the signals。
2. randomization methods and constraint blocks. $random 相关用法 rand和randc。randomization method 也有pre_randomization和post_randomization 。
3. verilog写一个interface 包含两个clk和两个data 一个1bit作为起始值一个4bit作为传输数据。 interface用于drive 数据generate 到DUT,数据和时钟信号是同步进行。
4. Easy leetcode 问题(但是从来没刷过题😭)“Minimum distance” 可以写伪代码,分析时间复杂度等。
5. 用Perl script 用regular expression找出两个hash文件有交集的相同名称的文件。
第二个面试
1. 第一个问题是用4 to 1 mux 表示3bit的AND gate,题目区别于传统and gate 画法,不过画出真值表 对应mux即可
后面看图片
#通信硬件人笔面经互助#