Data path components Flashcards
What are some of the building blocks
muxes, decoders, mutliplexors, gates, basic registers, controllers
difference between control and data inputs
control - have a single bit or only a few, that represent a state like 1 bit represents button pressed
data input - mutiple bits representing a single entity
like 7 bits representing temperature in binary
what are data path components
register transfer level (RTL) components that store/ transform data
why are they called RTL
because they focus on the way the data gets transferred between registers. specifikon kur data moves from one register to the other
how can u get a processor
combining controllers and datapaths
whats a 2 bit adder
adds 2 bit numbers, output is 3 bit result
why do truth tables not work well for bigger size n
For an n-bit adder, the truth table has
2^(2n) rows