ELEC60011-DSD-CW/system_template_de1_soc/const128.v

5 lines
105 B
Verilog

module const128 (
output [31:0] result
);
assign result = 32'b01000011000000000000000000000000;
endmodule