forked from Github_Repos/cvw
Updated PPA experiment
This commit is contained in:
parent
bb24aebebd
commit
490902a655
@ -25,11 +25,11 @@ module top(
|
||||
// mux2, mux3, mux4 of 1, 8, 16, 32, 64
|
||||
|
||||
endmodule
|
||||
*/
|
||||
|
||||
module ppa_inv(input a, output y);
|
||||
assign out = ~in;
|
||||
endmodule
|
||||
*/
|
||||
|
||||
module ppa_add #(parameter WIDTH=8) (
|
||||
input logic [7:0] a, b,
|
||||
|
Loading…
Reference in New Issue
Block a user