Updated PPA experiment

This commit is contained in:
David Harris 2022-05-10 23:09:42 +00:00
parent bb24aebebd
commit 490902a655

View File

@ -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,