VHDL integer와 std_logic_vector 사이의 변환
library IEEE;use IEEE.Std_Logic_arith.all;use IEEE.Std_Logic_1164.all;entity conv is port ( input : in std_logic_vector (7 downto 0); — std_logic_vector 입력과 integer 입력 input_i :...
Blog with wordpress
library IEEE;use IEEE.Std_Logic_arith.all;use IEEE.Std_Logic_1164.all;entity conv is port ( input : in std_logic_vector (7 downto 0); — std_logic_vector 입력과 integer 입력 input_i :...
증상: – 사용하던 백신 프로그램의 실행파일이 삭제되고, 다시 설치 되지 않음 – 백신 또는 몇몇 프로그램 설치중 “Error 1304 메시지”와 함께 파일 복사가 진행안됨...
월요일 아침부터 일어나는데 밖에 어둡더니정말 겨울이 찾아온 것 같았다.옷도 두껍게 입고, 학교에 가려고 집 문을 여는 순간!헉! 추…ㅂ…다. 버스에 올라타서 히터의 따뜻함(?)을 느끼며학교에 도착했는데, 학교를 올라가는 길이왜 이리도...
Inductor와 Capacitor의 경우 Resister와 달리 전장이나 에너지를 충전하거나 방전하게 되는데,따라서 simulation을 할 경우 조건에 따라 초기값을 지정해주는 것이 중요하다.추가로, 직류 신호에 대해서 C는 개방, L은 단락 상태로 동작함을...
먼저 Step fulse로 동작하는 전압원, 전류원을 만들기에 앞서 전압과 전류의 특징을 살펴보는 것이 중요하다.전압원의 경우 일정한 전압차를 만드는 역할을 하는데, 회로가 끊어지게 되면 그 전압차를 만들지 못하게 된다.따라서...
위와 같은 회로에서 phase를 측정하려면 Simulation Settigs에서 Analysis type를 AC Sweep/Noise로 설정하고주파수의 범위를 실제 회로의 주파수를 기준으로 적당한 범위로 지정한다.그리고 Total Points는 시작 주파수부터 끝까지 범위 내에 포인트를...
<ABL 코드>module pdetectortitle ‘4 bit prime number detecting code by changkyu’PDETECT device ‘P16V8C’; “input pinsN0, N1, N2, N3 pin 2,3,4,5; “output pinsF pin 19; “definitionNUM = [N3, N2,...