Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
告知
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

opencores ip

Altera_Forum
名誉コントリビューター II
1,332件の閲覧回数

i want to use the opencores ip and they offer only the verilog files for the components not the class.ptf. has somebody experience with building such a class.ptf or maybe a downloadsource for that file?? http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/rolleyes.gif

0 件の賞賛
2 返答(返信)
Altera_Forum
名誉コントリビューター II
629件の閲覧回数

Dear piece-of-cheese, 

 

There is a company that has ported the opencore ip to a NIOS processor. You can find that company at www.maco-engineering.de. 

They can e-mail you the ptf file. 

 

 

Regards, 

 

Hans
Altera_Forum
名誉コントリビューター II
629件の閲覧回数

piece-of-cheese, 

 

I have been using several opencores projects. And for the most part, 

I&#39;ve been quite pleased. In general, there are two types of interfaces 

you&#39;ll find: (1) wishbone, (2) generic ... neither of which will provide 

any ptf (or avalon support for that matter). You&#39;ll have to add the 

blocks to your system via an interface to user logic. 

 

WRT wishbone: I tried a few times to replace the wishbone interface with 

an avalon interface ... and eventually decided it was quicker (and more 

maintainable) to just insert a wishbone-to-avalon bridge. 

 

If it&#39;s generic (e.g. like the crypto cores for example), you can just 

write your own avalon wrapper. 

 

Regards, 

--Scott
返信