Programming the FPGA
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
ngultra_bsm_loader.py |
...
--program --nxb <nxb_file> |
...
Note: Use –ddr if you want to use the DDR to transfer the NXB (for files > if the bitstream is larger than the available part of the ERAM (1.5MB) Warning: DDR should be initialised before using this option (using ngultra_init.py) , the DDR will be initialized and DDR will be used. You can disable automatic DDR initialization using the –no-ddr-init parameter.
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
ngultra_bsm_loader.py --program --nxb led.nxb |