Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHardware Reference Design
Hello I have been looking for a very simple programming circuit for cyclone III FPGA's for the past 6 months or so, and have not been able to find one...then the next thing I know bemicro came out wi...
Altera_Forum
Honored Contributor
16 years agoThe full schematic for the usb blaster ;) "can be found" :rolleyes: online as a single sided pdf as well as a single verilog file that contains all the logic inside the EPM7064AETC44. but it is a bit tricky to implement everything as you also need to know how the ftdi needs to be programmed properly.
Around 2-3 years ago we had all kind of jtag blasters from different companies to compare them. our software guys were badly disapointed about the jtag speed as the application is several MB in size and digged around a bit as we "heared" at one of the traid fairs that the speed would be increased if we would buy some fs2 license. if that is true and the target as well as the enviroment stays the same, then this must be some kind of configuration switch. at the end they now use a script that calls this@ %SOPC_KIT_NIOS2%\bin\nios2-gdb-server-fs2.exe --tcpport=2342 --connect-reset=1 --page-cache=0 --verbosity=1 and the download as well as the gdb debugging was increased up to factor 2 as they could compared with this and with the normal way the time for download and debug.