mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update adder.sv
Program clean up
This commit is contained in:
parent
61b85d1c7f
commit
16028a5766
@ -33,5 +33,3 @@ module adder #(parameter WIDTH=8) (
|
|||||||
|
|
||||||
assign y = a + b;
|
assign y = a + b;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user