module elevator_cntlr
(
// inX: input for going to Xst floor
input clk, rst, inG, in1, in2, inopen, inclose,
output open, close, up, down
);
...