Znaleziono 1 wynik
- 19 sty 2009, o 22:02
- Forum: PLD/FPGA i inne zagadnienia techniki cyfrowej
- Temat: Co w tym kodzie jest nie tak ????
- Odpowiedzi: 1
- Odsłony: 2919
Co w tym kodzie jest nie tak ????
Prośba o pomoc co w tym kodzie jest nie tak ???? function br_to_natural (br : in bit_vector) return natural is variable result : natural :=0; begin for index in br'range loop result :=result*2 + bit'pos (br(index)), end loop; return result; end function br_to_natural; dziękuje ślicznie za informacje...