module absval_ref(input signed [3:0] a, output [3:0] y); assign y = a[3] ? -a : a; endmodule ref='/favicon.ico'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/manual/appnotes.sh
blob: 0ae52862ec1c0cf76af28863e4c7200d16f8da07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22