always @( /*whatever*/ ) begin // default assignment writedata = readdata; // overwrite some bits in writedata ...
stackoverflow.com