Adding of Block system file to NIOS Processor
Hi there,
Am New to the intel quartus software, Could anyone please suggest me is there any option to add the customized or user defined block system file with the NIOS Processor,
By writing verilog code i created the block system file, i want to either convert the .bsf file into an IP or how to connect the .bsf file directly to the NIOS Processor.
If anyone know the solution please share the available docs, links to me
Thanks in Advance
I was confused because .bsf is a block symbol file, not block system file.
In any case, a Nios processor must be created in a Platform Designer system. When you generate the system, you can choose the option to create a .bsf file for the system, which you can then include in a .bdf schematic file and connect to your code.
Or you could turn your code into a Platform Designer custom component and connect it to Nios in Platform Designer, but that requires knowledge of using Component Editor in Platform Designer.