Prefix
Introduction
In this lab you will first follow a tutorial on using the synopsys synthesis tools. Then, you will describe, at FSMD level, an entity that will compute the length of the prefix of two 16 bit binary strings. You may use the tutorial material as a starting point for this lab.
Assuming you know how to use Synopsys "vhdlan" and "vhdldbx", copy the following files into some directory in your home directory:
Now, follow these step to synthesize the "DIST" design:Prefix Length Example
Given: x = "001101", y = "0010101"
Compute prefix: "001"
Compute length: 3
Demo Output
Write an appropriate testbench and demo your FSMD and gate level simulations to your TA.