1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
module muliply (a,product); input [3:0] a; output [4:0] product; wire [4:0] product; assign product = a << 1; endmodule ref='http://openwrt.panaceas.org/cgit/avr/qmk/firmware/atom/quantum/visualizer/visualizer_keyframes.h?h=master' type='application/atom+xml'/>