module absval_ref(input signed [3:0] a, output [3:0] y); assign y = a[3] ? -a : a; endmodule >
aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/070-ath_common_config.patch
blob: c6e9cd8515fff3a08c7093b2e520f6f1855a724e (plain)
1
2
3
4
5
6
7
8
9
10