module ch1_1 { input sw<8>; output led<8>; instrin display; instruct display led = sw + 0x01; }