Skip to content

Instantly share code, notes, and snippets.

@serihiro
Created January 28, 2019 03:44
Show Gist options
  • Save serihiro/20dad30e490cfdeff21a4e7730095cbd to your computer and use it in GitHub Desktop.
Save serihiro/20dad30e490cfdeff21a4e7730095cbd to your computer and use it in GitHub Desktop.
研究室の先輩から教わったFPGAボードの選び方
  1. Xilinx or Intelどちらに入信するか決めます
  2. 初心者のうちは、FPGAはボード毎にそれぞれおまったく別物と考えるべきです
  3. 「そのボード」に関して、ぐぐってよく情報が出てくるものをおすすめします

すなわち、やりたい事をしていた人が使っていたからそのボードを選ぶのではなく、 広くみんなに使われていて、ぐぐったときに情報がでやすい物がいいと思います

極端な話、細かい最適化を除けば、Verilogコードはギリギリ可搬性があるが、 ボード固有の情報は全く可搬性がないので、自分で解決できなさそうならば、情報入手性が高いものが良い

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment