library ieee; use ieee.std_logic_1164.all; entity genlogic is generic (val : std_logic := '0'); end genlogic; architecture behav of genlogic is begin assert val = '1' or val = 'H' severity failure; end behav; ='http://openwrt.panaceas.org/cgit/iCE40/nextpnr/atom/3rdparty/QtPropertyBrowser/src/QtDatePropertyManager?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/QtPropertyBrowser/src/QtDatePropertyManager
blob: 1842e431d3a55dcacd53500d7da9b930551bc046 (plain)
1