module test(input [4:0] a, b, c, output [4:0] y); assign y = ((a+b) ^ (a-c)) - ((a*b) + (a*c) - (b*c)); endmodule ink rel='alternate' title='Atom feed' href='http://openwrt.panaceas.org/cgit/iCE40/yosys/atom/techlibs/ice40/abc9_u.box?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/abc9_u.box
blob: f00e247b867e65533d3d717e2f37d9585d9debf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13