Question: Design a system that repeatedly computes and outputs the maximum value found within a register file A consisting of 64 32-bit integers. Use the RTL

Design a system that repeatedly computes and outputs the maximum value found within a register file A consisting of 64 32-bit integers. Use the RTL design process to create an alarm system that sets a single bit output ALARM to 1 when the average temperature of four consecutive samples meets or exceeds a user defined threshold value. A 32-bit unsigned input CT indicates the current temperature, and a 32-bit unsigned input WT indicates the warning threshold. Sample should be taken every few clock cycles. A single bit input when 1 disables the alarm and sample process. Start by capturing the desired system behavior as an HLSM. and then convert to a controller/data path
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
