Please help me complete the verilog code for sr_latch.v and…

Question Answered step-by-step Please help me complete the verilog code for sr_latch.v and… Please help me complete the verilog code for sr_latch.v and sr_latch_tb.v based on the instruction below and please show me the output you got after you run the code.Image transcription textModify the provided Verilog for the SRlatch to model a synchronous SR latchlike the one to be build in … Show more… Show moreImage transcription textsr_latch_tb.v `timescale Ins / 1ps N module sr_latch_tb( ); logic S,R; logic Q, Qinv; // instantiate unit(module) under test sr_latchuut(.S(S), .R(R), .Q(Q), .Qinv(Qinv)); 10 initial 11 begi… Show more… Show more  Physics Science Electronics CMPE MISC Share QuestionEmailCopy link Comments (0)