Vector100r
From HDLBits
gates100Previous
Nextpopcount255
Given a 100-bit input vector [99:0], reverse its bit ordering.
Module Declaration
module top_module(
input [99:0] in,
output [99:0] out
);
gates100Previous
Nextpopcount255
Given a 100-bit input vector [99:0], reverse its bit ordering.
module top_module(
input [99:0] in,
output [99:0] out
);