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
420ee8dad9
commit
6c76ca1fef
@ -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