Commit 3a4a23f9 by Eddie Hung

Add missing file for synth_xilinx_nowidelut

parent 331cad0e
module top
(
input [7:0] x,
output A,
);
assign A = ^x;
endmodule
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment