Generating project TCL file and regenerating project from TCL file in Vivado

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 15

  • @nebaem
    @nebaem 4 ปีที่แล้ว +1

    Short and clear, thx

  • @BMM66666
    @BMM66666 10 หลายเดือนก่อน

    What if the “Regenerate Block Designs using tcl” box didn’t check in the beginning, how to regenerate the block design by tcl? Thx.

  • @simratsandhu363
    @simratsandhu363 3 ปีที่แล้ว

    I'm unable to regenerate the BD for some reason. I'm getting the top wrapper file though. could you help?

  • @nunustone7133
    @nunustone7133 2 ปีที่แล้ว

    Hi, thx for this tutorial.
    Do you have tried this approach with the Vivado V2021.2 ? It seems to be a change with the DCP-files.

  • @dung6985
    @dung6985 3 ปีที่แล้ว

    Is the TCL script can capture the order of the design? How to know the order (step by step) of the design from generated TCL script? Thank you for your videos

  • @antonythomas3349
    @antonythomas3349 3 หลายเดือนก่อน

    can you create similar video where custom IP packages are used

  • @crz3070
    @crz3070 3 ปีที่แล้ว

    buen video ,me fue de mucha ayuda

  • @mgadmisondes4689
    @mgadmisondes4689 3 ปีที่แล้ว

    Hello, I want to ask you if you have a video describing how to create an HLS Tcp script on Vitis HLS. Thank you.

  • @MrVishnu916
    @MrVishnu916 4 ปีที่แล้ว

    Hi sir,
    I would like do TCL scripting to generate a project..I need to include ip cores also in the design.if the generated ip cores are there in the design it'll consume more memory..so I need to regenerate the ip cores using TCL commands when we try to generate the project.so that total size of the project will be in KB..please do a video on that or help me.

    • @Vipinkmenon
      @Vipinkmenon  4 ปีที่แล้ว +1

      If you have your own IP in the project, the source code should be also provided along with the TCL script. Otherwise if you check create block design using TCL, a single TCL file is created, which can be used for regenerating the entire project. That is exactly what is shown in the video.

    • @MrVishnu916
      @MrVishnu916 4 ปีที่แล้ว

      @@Vipinkmenon yes correct.but if we do so, ip core size will be more. so it would be better to generate the ip core using TCL scripting prior to the project generation.i was not aware of generating the ip core using TCL .but I figured out a way to generate the same.now my entire project size has dropped from 1GB to 300KB

  • @KarthikReddy-tkr
    @KarthikReddy-tkr 4 ปีที่แล้ว

    Bro, could you please make a video on emulation, from basic of what it is to using it in Vivado..

    • @Vipinkmenon
      @Vipinkmenon  4 ปีที่แล้ว +1

      Emulation or simulation. In vivado there is an option to emulate PS part with verification IP. Do you mean that?

    • @KarthikReddy-tkr
      @KarthikReddy-tkr 4 ปีที่แล้ว

      @@Vipinkmenon Yes sir, I mean emulation. Can't we emulate PL part?

    • @Vipinkmenon
      @Vipinkmenon  4 ปีที่แล้ว

      What u want to emulate? In PL part we are implementing the custom hardware. If you are doing post place and route timing simulation, we are effectively emulating the PL.