Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1 : You are provided with three SystemVerilog files that implement the FIFO buffer shown below: fifo.sv , fifo _ ctrl . sv ,
Problem :
You are provided with three SystemVerilog files that implement the FIFO buffer shown below:
fifo.sv fifoctrlsv and regfile.sv
In some applications, the widths of the write port and read port of a FIFO buffer are not the same. For
example, a subsystem may write bit data into the FIFO buffer and another subsystem only reads and
removes bits of data at a time.
Assume that the width of the write port is twice the width of the read port. Once written, the upper half
ie most significant bits of the data should be read before the lower half.
Redesign the FIFO with a modified controller and register file and verify its operation. The
DATAWIDTH parameter should be the width of the read port.
Briefly explain your approach: describe at a high level the changes you made to the code and how
you verified that it works correctly. Be sure to provide your simulation results.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started