10. boardtest.cl
? synthesisの最適化で信号が消失するとPRでも回復できない
? SDK付属のboardtest.clファイルを使ってbase.qarを作成する
? メモリバスとsnoopバスを使うようなコードが含まれている
? 改造で追加した信号に対しても、かならずその信号をdriveする
ようにOpenCLコードを追加する
? quartus_sh_compile.logに以下のような警告が出るので注意する
Warning (17912): Partition "freeze_wrapper_inst|kernel_system_inst"
contains an output port, "kernel_mem0_address[0]~OPORT",
that connects to partition and has no routing.
It is possible that the destination logic was swept away.
Consider modifying your design by inserting Wire LUTs
so that every partition output has a routed destination.