entity repro is
end;

architecture behav of repro
is
   function test (l : natural) return boolean is
     variable v : bit_vector (l - 1 downto 0);
   begin
     assert v (l / 2) = '0';
     assert v (0) = '0';
     assert v (l - 1) = '0';
     return True;
   end test;
begin
   process
     variable res : boolean;
   begin
     res := test (128 * 1024);
     wait;
   end process;
end behav;
ghdl' title='iCE40/ghdl Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a title='iCE40/ghdl' href='/cgit.cgi/iCE40/ghdl/'>iCE40/ghdl</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='65a40a067d1b153265eaf8bcadbc225c5eeac041'/><select name='h' onchange='this.form.submit();'>
<option value='master' selected='selected'>master</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>[no description]</td><td class='sub right'></td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/iCE40/ghdl/about/'>about</a><a href='/cgit.cgi/iCE40/ghdl/'>summary</a><a href='/cgit.cgi/iCE40/ghdl/refs/?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>refs</a><a href='/cgit.cgi/iCE40/ghdl/log/pyproject.toml'>log</a><a class='active' href='/cgit.cgi/iCE40/ghdl/tree/pyproject.toml?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>tree</a><a href='/cgit.cgi/iCE40/ghdl/commit/pyproject.toml?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>commit</a><a href='/cgit.cgi/iCE40/ghdl/diff/pyproject.toml?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>diff</a><a href='/cgit.cgi/iCE40/ghdl/stats/pyproject.toml'>stats</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/iCE40/ghdl/log/pyproject.toml'>
<input type='hidden' name='id' value='65a40a067d1b153265eaf8bcadbc225c5eeac041'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/iCE40/ghdl/tree/?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>root</a>/<a href='/cgit.cgi/iCE40/ghdl/tree/pyproject.toml?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>pyproject.toml</a></div><div class='content'>blob: 3d59efe587caebbec9f3a574755d47d519f91e50 (<a href='/cgit.cgi/iCE40/ghdl/plain/pyproject.toml?id=65a40a067d1b153265eaf8bcadbc225c5eeac041'>plain</a>)
<table summary='blob content' class='blob'>
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
<a id='n2' href='#n2'>2</a>
<a id='n3' href='#n3'>3</a>
<a id='n4' href='#n4'>4</a>
<a id='n5' href='#n5'>5</a>
<a id='n6' href='#n6'>6</a>
<a id='n7' href='#n7'>7</a>
<a id='n8' href='#n8'>8</a>
<a id='n9' href='#n9'>9</a>
<a id='n10' href='#n10'>10</a>
</pre></td>
<td class='lines'><pre><code>