!ECLYPSE Z7 遊びはじめてみた. * [Eclypse Z7 Hardware Reference Manual|https://reference.digilentinc.com/reference/programmable-logic/eclypse-z7/reference-manual] * [Eclypse Z7 Git Repositories|https://reference.digilentinc.com/reference/programmable-logic/eclypse-z7/git] まずは,cloneして, git clone --recursive https://github.com/Digilent/Eclypse-Z7 git submodule init # recursiveなら不要だけど git submodule update で, git branch -a とかすると, miyo@vtama:~/src/Eclypse-Z7$ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/OOB/master remotes/origin/OOB/next remotes/origin/doc remotes/origin/master remotes/origin/next remotes/origin/zmod_adc/master remotes/origin/zmod_adc/next remotes/origin/zmod_adc_dac/master remotes/origin/zmod_adc_dac/next remotes/origin/zmod_dac/master remotes/origin/zmod_dac/next とか. git checkout zmod_adc_dac としてみる. :: ZMOD Base Libraryを試す [Zmod Base Library User Guide|https://reference.digilentinc.com/reference/zmod/zmodbaselibraryuserguide] git clone --recursive https://github.com/Digilent/Eclypse-Z7-SW.git -b zmod_adc_dac/master で,Xilinx SDK(xsdk)を,Eclypse-Z7-SWをワークスペースに指定して起動. Project Explorerで右クリック"import project"の"Exisiting Projects into Workspace"で, Eclypse-Z7-SW以下のプロジェクトをインポート. まずはベアメタルで試してみたいので, ZmodADC1410_Demo_LinuxとZmodDAC1411_Demo_Linuxは閉じておく.