module macc_16_16_32(a, b, c, y); input [15:0] a, b; input [31:0] c; output [31:0] y; assign y = a*b + c; endmodule text/css' href='/cgit.css'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/QtPropertyBrowser/src/QtVariantPropertyManager
blob: 8118190d503968715600525fa17c2c2b06006709 (plain)
1