wujian100_open

2025-12-11 0 802

wujian100_open

wujian100_open is a MCU base SoC. We can simulate by EDA tools and emulate by FPGA. Also we can develop the IPs and software in this platform. We wish more and more developers building the open MCU ecosystem with T-Head. IC design and development should be faster simpler and more reliable
Directory Structure
|–Project //open source project work directory
|–riscv_toolchain //tool chain install directory download from t-head.cn
|– wujian100_open // wujian100_open project get from github
|–case //test case example for simulation
|–doc // wujian100_open user guide
|–fpga //FPGA script
|–lib //compile script for simulation
|–regress //regression result
|–sdk //software design kit
|–soc //Soc RTL source code
|–tb //test bench
|–tools //simulation script and setup file
|–workdir //simulation directory
|–LICENSE
|–README.md\”>

 wujian100_open is a MCU base SoC. We can simulate by EDA tools and emulate by FPGA. Also we can develop the IPs and software in this platform. We wish more and more developers building the open MCU ecosystem with T-Head. IC design and development should be faster simpler and more reliable
Directory Structure
|--Project                //open source project work directory  
  |--riscv_toolchain      //tool chain install directory download from t-head.cn
  |-- wujian100_open       // wujian100_open project get from github
    |--case               //test case example for simulation
    |--doc                // wujian100_open user guide
    |--fpga               //FPGA script
    |--lib                //compile script for simulation
    |--regress            //regression result
    |--sdk                //software design kit
    |--soc                //Soc RTL source code
    |--tb                 //test bench
    |--tools              //simulation script and setup file
    |--workdir            //simulation directory
    |--LICENSE
    |--README.md

开始

wujian100_open.git\”>

 1. prepare a project work directory just like \'Project\'
2. cd Project
3. git clone https://gi*thub.co**m/T-head-Semi/wujian100_open.git or git clone git@github.com:T-head-Semi/ wujian100_open .git

下载C/C ++编译器

 1. prepare a tool chain install directory named \'riscv_toolchain\'  // use the c shell command like \'mkdir riscv_toolchain\'
2. download the tool chain from the url https://occ.t-h**ea*d.cn/community/download?id=3913221581316624384
3. install the tool chain to the riscv_toolchain dirctory

获取开源EDA工具

 centos7/rhel7:  sudo yum install iverilog verilator gtkwave
ubuntu/debian:  sudo apt-get install iverilog verilator gtkwave

准备模拟

wujian100_open/tools
2. vim setup.csh then add the vcs path and license
3. source setup.csh //if not success you can touch a new file named setup.csh and copy the content to the new file. then source the new file
4. cd wujian100_open /workdir
5. if you want to use iverilog as simulation tool please execute the command \’../tools/run_case -sim_tool iverilog ../case/timer/timer_test.c\’ or if you want to use vcs as simulation tool please execute the command \’../tools/run_case -sim_tool vcs ../case/timer/timer_test.c\’\”>

 1. cd wujian100_open /tools
2. vim setup.csh then add the vcs path and license
3. source setup.csh         //if not success you can touch a new file named setup.csh and copy the content to the new file. then source the new file
4. cd wujian100_open /workdir
5. if you want to use iverilog as simulation tool please execute the command \'../tools/run_case -sim_tool iverilog ../case/timer/timer_test.c\' or if you want to use vcs as simulation tool please execute the command \'../tools/run_case -sim_tool vcs ../case/timer/timer_test.c\'

为FPGA BIT生成准备

wujian100_open/fpga/synplify
3. execute the synplify and load the wujian100_open _200t_3b.prj file
4. input the command \’sdc2fdc\’ in synplify
5. start the synplify
6. after synplify generated the netlist we will use vivado for P&R and generated the bit file
7. make sure you have the vivado and licese
8. cd wujian100_open /fpga/vivado
9. run tcl use file \’ wujian100_open _200t_3b_prj.tcl\’
10. program the bit file to the fpga board
11. enjoy the application development\”>

 1. make sure you have the synplify and license
2. cd wujian100_open /fpga/synplify
3. execute the synplify and load the wujian100_open _200t_3b.prj file
4. input the command \'sdc2fdc\' in synplify
5. start the synplify
6. after synplify generated the netlist we will use vivado for P&R and generated the bit file
7. make sure you have the vivado and licese
8. cd wujian100_open /fpga/vivado
9. run tcl use file \' wujian100_open _200t_3b_prj.tcl\'
10. program the bit file to the fpga board
11. enjoy the application development

如何获取调试工具

 download from the url https://occ.t-***head.cn/community/download?id=616215132330000384 

如何获得IDE进行开发

 download from the url https://occ.*t*-hea*d.cn/community/download?id=575997419775328256  

如何使用SDK

wujian100_open SDK是wujian100_open软件开发套件,该软件遵循CSI接口规范。通过SDK可以快速wujian100_open测试和评估。同时,用户可以参考各种常用组件的SDK集成以及应用程序开发的示例程序快速构成产品解决方案。

 SDK directory structure:
|--sdk
 |--csi_core 	//CSI-Core related interface definition, and interface implementation on
                //E902.
 |--csi_dirver  //CSI-Driver related interface definition, and peripheral Driver
                //implementation.
 |--csi_kernel  //CSI-Kernel related interface definition, and Rhino, FreeRTOSv8.2.3
                //ucos-iii and other real-time operating system docking example code
 |--libs        //Store common library implementations
 |--projicet	//Store a variety of reference examples including benchmark test
                //program, driver example program, rtos example program. The relevant
                //project documents are also included.
 |--utilites	//Store project config files.
 |--VERSION
 1. Download and install the CDK
2. Open a project using CDK, for example open the hello project:
  projects/examples/hello_world/CDK/wj100-open-hello_world.cdkproj
3. Build the project:
Click \"project\" on the toolbar,and select \"build all\". After successful compilation, you will see the following:

wujian100_open-hello_world BuildSet \’
———-Building project:[ wujian100_open -hello_world – BuildSet ]———-
make[1]: Entering directory \’D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\’
make[1]: Leaving directory \’D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\’
make[1]: Entering directory \’D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\’
linking…
size of target:
text data bss dec hex filename
22680 1628 6660 30968 78f8 D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK/Obj/ wujian100_open -hello_world.elf
checksum value of target: 0xE2B2C769 (491,388)
make[1]: Leaving directory \’D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\’
Executing Post Build commands …
Done
====0 errors, 0 warnings, total time : 20s263ms====\”>

 Build target \' wujian100_open -hello_world BuildSet \'
----------Building project:[ wujian100_open -hello_world - BuildSet ]----------
make[1]: Entering directory \'D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\'
make[1]: Leaving directory \'D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\'
make[1]: Entering directory \'D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\'
linking...
size of target:
   text	   data	    bss	    dec	    hex	filename
  22680	   1628	   6660	  30968	   78f8	D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK/Obj/ wujian100_open -hello_world.elf
checksum value of target:  0xE2B2C769 (491,388)
make[1]: Leaving directory \'D:/release/ wujian100_open -V1.0.0/ wujian100_open -V1.0.0/projects/examples/hello_world/CDK\'
Executing Post Build commands ...
Done
====0 errors, 0 warnings, total time : 20s263ms====
 4. Run the project:
Click \"Debug\" on the toolbar,and select \"Start/Stop Debugger\".

dicussion

 If you want to discuss about the wujian100_open project. You can scan the DingDing QR code below:

Wujian100

参考和谢谢

 The program model of GPIO refer to the DesignWare of Synopsys 
The program model of Timer refer to the DesignWare of Synopsys 
The program model of WDT refer to the DesignWare of Synopsys 

下载源码

通过命令行克隆项目:

git clone https://github.com/redchenjs/wujian100_open.git

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

申明:本文由第三方发布,内容仅代表作者观点,与本网站无关。对本文以及其中全部或者部分内容的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。本网发布或转载文章出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,也不代表本网对其真实性负责。

左子网 建站资源 wujian100_open https://www.zuozi.net/35373.html

Kooboo
上一篇: Kooboo
常见问题
  • 1、自动:拍下后,点击(下载)链接即可下载;2、手动:拍下后,联系卖家发放即可或者联系官方找开发者发货。
查看详情
  • 1、源码默认交易周期:手动发货商品为1-3天,并且用户付款金额将会进入平台担保直到交易完成或者3-7天即可发放,如遇纠纷无限期延长收款金额直至纠纷解决或者退款!;
查看详情
  • 1、描述:源码描述(含标题)与实际源码不一致的(例:货不对板); 2、演示:有演示站时,与实际源码小于95%一致的(但描述中有”不保证完全一样、有变化的可能性”类似显著声明的除外); 3、发货:不发货可无理由退款; 4、安装:免费提供安装服务的源码但卖家不履行的; 5、收费:价格虚标,额外收取其他费用的(但描述中有显著声明或双方交易前有商定的除外); 6、其他:如质量方面的硬性常规问题BUG等。 注:经核实符合上述任一,均支持退款,但卖家予以积极解决问题则除外。
查看详情
  • 1、左子会对双方交易的过程及交易商品的快照进行永久存档,以确保交易的真实、有效、安全! 2、左子无法对如“永久包更新”、“永久技术支持”等类似交易之后的商家承诺做担保,请买家自行鉴别; 3、在源码同时有网站演示与图片演示,且站演与图演不一致时,默认按图演作为纠纷评判依据(特别声明或有商定除外); 4、在没有”无任何正当退款依据”的前提下,商品写有”一旦售出,概不支持退款”等类似的声明,视为无效声明; 5、在未拍下前,双方在QQ上所商定的交易内容,亦可成为纠纷评判依据(商定与描述冲突时,商定为准); 6、因聊天记录可作为纠纷评判依据,故双方联系时,只与对方在左子上所留的QQ、手机号沟通,以防对方不承认自我承诺。 7、虽然交易产生纠纷的几率很小,但一定要保留如聊天记录、手机短信等这样的重要信息,以防产生纠纷时便于左子介入快速处理。
查看详情

相关文章

猜你喜欢
发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务