1 2 3 4 5 6
module card7seg(input logic [3:0] SW, output logic [6:0] HEX0); // your code goes here endmodule