Xilinx Zybo Start (1)

이미지
Xilinx Zybo Start (1) 1. New project (Zybo board select) 2. IP Integrator   Create Block Design   Add IP... : ZYNQ7 Processing System   "Run Block Automation" 3. After "Run Block Automation" 4. Add IP...   GPIO 5. Run Connection Automation   axi_gpio_0 : GPIO 6. Run Connection Automation     axi_gpio_0 : GPIO2 7. Run Connection Automation     axi_gpio_0 : GPIO 8. After "Run Connection Automation" 9. 재배열 10. Validate Design

정신분석과 프로이트 (2019.02.07)

이미지
프로이트의 삶에 대한 글. 유대인이었지만 주변의 도움으로 살아남고 자신의 정신분석 이론을 만든 프로이트. 간략한 내용만 서술되어 있는 책이다.

Xilinx Zybo Creating a Custom IP core using the IP Integrator [2]

이미지
Xilinx Zybo Creating a Custom IP core using the IP Integrator [2] Xilinx SDK (Launch SDK) My_PWM_Core address check. 위의 summary에서도 address를 확인할 수 있다. Verilog source 재확인.

Xilinx Zybo Creating a Custom IP core using the IP Integrator [1]

이미지
Xilinx Zybo Creating a Custom IP core using the IP Integrator [1] Reference) https://reference.digilentinc.com/learn/programmable-logic/tutorials/zybo-creating-custom-ip-cores/start  Compatibility : zynq family Customization Parameter Customization Parameter : PWM_COUNTER_MAX 128 Edit IP Parameter   PWM_COUNTER_MAX     Specify Range check     Type : Range of integers     Minimum : 0     Maximum : 65535 Hidden Parameter (Pwm Counter Max) move to Page0 Edit finish Open Block Design   Create Port : PWM0 ~ 3 Add Constraint Files   ZYBO_Master.xdc

Xilinx Zybo board files

이미지
Xilinx Zybo board files 설치. Digilent site에서 다운로드 받은 vivado-boards-master.zip 파일의 내용 중  "...vivado-boards-master\vivado-boards-master\new\board_files\" Zybo 관련 폴더만 복사하여 아래 사진의 위치로 붙여넣기 하면 된다. zybo_board_files

Xilinx Zybo zybo_base_system (QSPI boot)

이미지
Xilinx Zybo zybo_base_system (QSPI boot) Xilinx Zybo zybo_base_system example 참고. ProjectGuide의 아래 내용 참고. To build the FSBL (for booting from microSD) do the following: 1) Perform steps 1-5 above. (Xilinx Zybo zybo_base_system example 참고)   Source를 추가하여 자동적으로 build 되고 base_demo.elf가 생성되는 부분까지. 2) Create a new Application project and name it fsbl. Create a new Standalone C Board Support package for it. Select "Zynq FSBL" as the type. 4) Copy fsbl_hooks.c from the fsbl folder included with this package into the fsbl/src folder of your new Zynq FSBL project. Allow the existing file to be overwritten. 5) The project will now automatically build, and fsbl.elf will be created. 6) Project explorer에서 base_demo를 선택한 상태에서 Create Boot Image 메뉴 선택.   아래와 같이 설정. 7) Xilinx - Program Flash Memory 선택   Image file     ex) C:\Users\obh19\workspace\xilinx\Zybo\base_demo\bootimage\BOOT.bin   FSBL file     ex) C:\Users\obh19\workspace\xilinx\...