Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- 1) configure pins on ports 2) put all *.jic data into array, like const char my_data[DATA_SIZE] = { ... }; and pass it to jrunnr like an input file :) It takes a lot of flash memory to keep such const data array, but lpc2138 has enough of it. :) 3) removed some Jrunner checks. --- Quote End --- .jic file is the same to .rbf ?The Jrunner can down the jic to the FPGA?or else the JTAG instruction PROGRAM support that ?:confused::p