module test (A, B, X, Y); input [7:0] A, B; output [7:0] X = A + B; output [7:0] Y = A + A; endmodule rel='shortcut icon' href='/favicon.ico'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/lut/lut.v
blob: ca18e665d7d71cd502d11a5540857a1f3bbbd2f7 (plain)
1
2
3
4
5