Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@koushal-C6mEgp • Jan 29, 2015
In HDLs the designer declares the registers (which roughly correspond to variables in computer programming languages), and describes the combination logic by using constructs that are familiar from programming languages such as if-then-else and arithmetic operations. This level is called register-transfer level. The term refers to the fact that RTL focuses on describing the flow of signals between registers.
<a href="https://en.wikipedia.org/wiki/Register-transfer_level" target="_blank" rel="nofollow noopener noreferrer">Register Transfer Level</a>