前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >一个fpga实现的基于 noc 的mpsoc的源代码及asic工程

一个fpga实现的基于 noc 的mpsoc的源代码及asic工程

作者头像
碎碎思
发布2020-06-30 11:01:15
5290
发布2020-06-30 11:01:15
举报
文章被收录于专栏:OpenFPGA
1 Download ProNoC Source Code In order to download ProNoC source code open the terminal and run: svn co http://opencores.org/ocsvn/an-fpga-implementation-of-low-latency -noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-basedmpsoc/trunk/ 2 Install Perl modules Install GTK library sudo apt-get install build-essential sudo apt-get install libgtk2.0-dev libglib2.0-dev sudo apt-get install libpango1.0-dev Now run cpan sudo cpan If cpan needs any configuration setting answer them ’yes’. Then install the following in order install ExtUtils::Depends install ExtUtils::PkgConfig install Glib install Pango install Gtk2 Other required modules: install String::Similarity Exit cpan exit 3 Download aeMB & lm32 compilers Download the aeMB compiler at http://gnuradio.org/tools/mb-gcc-4.1.1.gr2.i386.tar.gz Download the lm32 compiler at http://www.ohwr.org/attachments/1301/gcc-4.5.3-lm32.tar.xz Unzip the files and copy them in mpsoc_work/toolchain directory: tar xf gcc-4.5.3-lm32.tar.xz mv lm32 mpsoc_work/toolchain/ tar xvzf mb-gcc-4.1.1.gr2.i386.tar.gz mv microblaze mpsoc_work/toolchain/aemb Add ihex2mif to your toolchain: cp -R mpsoc/src_c/ihex2mif/ mpsoc_work/toolchain/ cd mpsoc_work/toolchain/ihex2mif make Add mpsoc work path to the PATH variable in .bashrc file: gedit ~/.bashrc Add PRONOC WORK variable to .bashrc file and save the file: export PRONOC_WORK={path_to_mpsoc_work_directory} # e.g export PRONOC_WORK=/home/alireza/Mywork/mpsoc_work The 32 bit library is required on 64 bit system. If it is not installed run: sudo apt-get install lib32z1 4 Run gui application cd mpsoc/perl_gui ./ProNoC.pl

链接: https://pan.baidu.com/s/1wKyLXKA59KvaK689IBBX9Q 提取码: w782

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2019-11-27,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 OpenFPGA 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档