Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUsing Microsoft .NET framework with SIII development kit
Hi Forum
I have been sent an SIII development kit from my employers to play with. I am their lead FPGA developer. However, I also do a lot of .NET development. Currently all our software is written in C. I would like to build a simple demo whereby I just read and write to an address on the development kit using C# or VB .NET. Does anyone know of any .NET libraries designed to work with any Altera product esp. the SIII development kit? Thanks in advance for any guidance. Kurt3 Replies
- Altera_Forum
Honored Contributor
You can have a look at the system console tools (http://www.altera.com/literature/hb/qts/qts_qii53028.pdf), but as their name implies, those are console functions. It should be possible to call them from a C or .net application with system calls I guess.
- Altera_Forum
Honored Contributor
Many thanks Daixiwen.
I have a little experience in calling unmanaged C methods using the PInvoke in .NET. I suspect this is the route to applying what you suggested, or even calling our already existing C-based DLLs. Kind regards, Kurt - Altera_Forum
Honored Contributor
You also can try the JAVA based API if you are familiar with JAVA.
http://www.alterawiki.com/wiki/system_console Look at the bottom, there is simple document.