top of page
SiliconCrafters
Nov 6, 20242 min read
Rules for a Ready-Valid Protocol
Ready-Valid protocol is a fundamental flow control mechanism. It is a very simple protocol which is used as a handshaking mechanism to...
77 views0 comments
SiliconCrafters
Jul 4, 20244 min read
Unique FIFO Depth Calculation Questions
We need a FIFO when we are transferring data from a faster clock domain to a slower clock domain. The FIFO keeps the data stored until...
654 views0 comments
SiliconCrafters
Jun 24, 20245 min read
Common RTL Lint Violations
As a designer, you might have heard of tools like Spyglass Lint, Questa Lint, JasperGold Superlint etc. It is used to do Lint checks in...
545 views3 comments
SiliconCrafters
Apr 15, 20243 min read
RTL code for parameterized Binary to Gray and Gray to Binary conversion
We already know that Gray codes are used extensively in the VLSI industry. In this article, I will present a parameterized Binary to Gray...
118 views0 comments
SiliconCrafters
Apr 13, 20243 min read
RTL for non-power-of 2 Gray Code
Gray codes are widely used in the industry for various purposes. One such application is in asynchronous FIFO where it is used to clock...
374 views2 comments
SiliconCrafters
Mar 29, 202410 min read
How to Prepare for a VLSI Design Interview
In this article, I will share the topics that are generally asked in a VLSI Design Engineer Interview. The topics will remain the same...
722 views3 comments
bottom of page