VHDL 코드의"설명

B

brunokasimin

Guest
안녕하십니까,

maxAddrBitIncIO 상수를 갖는 : integer : = 27;

maxAddrBitBRAM 상수를 갖는 : integer : = 16;스택의 - 시작하는 바이트의 주소입니다.

- 포인트 맨의 RAM - 2 * 단어
상수 spStart : std_logic_vector (maxAddrBitIncIO downto 0) : =
conv_std_logic_vector ((2 ** (maxAddrBitBRAM 1)) -8, maxAddrBitIncIO 1);

이게 무슨 "conv_std_logic_vector 않습니다 ((2 ** (maxAddrBitBRAM 1)) -8, maxAddrBitIncIO 1);"우리 얘기?에서 들으 고급

 
function converts its first argument to the std_logic_vector type with the size of the 2nd argument.

conv_std_logic_vector
함수는 2 인자의 크기 std_logic_vector 유형 첫 번째 인자로 변환합니다.

 
아니, 이것은 기하 급수입니다 ** 정수 또는 부동 소수점 수의 왼쪽지만, 오른쪽의 정수 전용이어야합니다.좀 VHDL U 책을 다운로드하는 것이 좋습니다.행운을 빕니다

 

Welcome to EDABoard.com

Sponsor

Back
Top