library ieee; use ieee.std_logic_1164.all; package a is generic( size: positive ); subtype t is std_logic_vector(size-1 downto 0); end package a; entity test is end test; architecture dataflow of test is package p is new work.a generic map( size => 3 ); begin entities: for i in 0 to 7 generate signal a: work.a.t; begin end generate entities; end dataflow; itle='openwrt/upstream Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/files/usr/bin/qos-stop
blob: 2275ea12dc669fb430325f0ea476c955bbcb69c5 (plain)
1
2
3
4
5
6