mirror of https://github.com/YosysHQ/yosys.git
greenpak4: Fixed typo
This commit is contained in:
parent
262f8f913c
commit
58da621ac3
|
@ -132,7 +132,7 @@ module GP_DAC(input[7:0] DIN, input wire VREF, output reg VOUT);
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module GP_DCMPREF(output OUT)
|
module GP_DCMPREF(output OUT);
|
||||||
parameter[7:0] REF_VAL = 8'h00;
|
parameter[7:0] REF_VAL = 8'h00;
|
||||||
wire[7:0] OUT = REF_VAL;
|
wire[7:0] OUT = REF_VAL;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
Loading…
Reference in New Issue