mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
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
|
// mux2, mux3, mux4 of 1, 8, 16, 32, 64
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
*/
|
|
||||||
|
|
||||||
module ppa_inv(input a, output y);
|
module ppa_inv(input a, output y);
|
||||||
assign out = ~in;
|
assign out = ~in;
|
||||||
endmodule
|
endmodule
|
||||||
|
*/
|
||||||
|
|
||||||
module ppa_add #(parameter WIDTH=8) (
|
module ppa_add #(parameter WIDTH=8) (
|
||||||
input logic [7:0] a, b,
|
input logic [7:0] a, b,
|
||||||
|
Loading…
Reference in New Issue
Block a user