module send_command( input clk, input reset, input start, input [5:0] command, input [31:0] arguments ); // Some commands have hardcoded crcs, and as such they can be found in a LUT, // otherwise we need to shell out to the crc module and wait a while for it to // run endmodule