// CPEN 230L lab 9 part 1, SR Latch on the DE2-115 board // Firstname Lastname, mm/dd/yy module SR_Latch_top ( input [1:0] KEY, output [1:0] LEDG); SR_Latch SR_inst () ; // Complete the instantiation of an SR latch endmodule