1 2 3 4 5 6 7 |
|
entity paren1 is end paren1; architecture behav of paren1 is signal a : bit_vector (1 to 4); begin process begin for b in a'range loop assert a(b) = '0'; end loop; wait; end process; end behav; //git.panaceas.org/cgit.cgi/iCE40/nextpnr/atom/3rdparty/QtPropertyBrowser/examples/examples.pro?h=master' type='application/atom+xml'/>
![]() |
index : iCE40/nextpnr | |
[no description] |
aboutsummaryrefslogtreecommitdiffstats |
1 2 3 4 5 6 7 |
|