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.
@antonythomas33492 ай бұрын
can you create similar video where custom IP packages are used
@BMM666669 ай бұрын
What if the “Regenerate Block Designs using tcl” box didn’t check in the beginning, how to regenerate the block design by tcl? Thx.
@nebaem4 жыл бұрын
Short and clear, thx
@simratsandhu3633 жыл бұрын
I'm unable to regenerate the BD for some reason. I'm getting the top wrapper file though. could you help?
@dung69853 жыл бұрын
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
@mgadmisondes46893 жыл бұрын
Hello, I want to ask you if you have a video describing how to create an HLS Tcp script on Vitis HLS. Thank you.
@MrVishnu9164 жыл бұрын
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.
@Vipinkmenon4 жыл бұрын
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.
@MrVishnu9164 жыл бұрын
@@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
@crz30703 жыл бұрын
buen video ,me fue de mucha ayuda
@KarthikReddy-tkr4 жыл бұрын
Bro, could you please make a video on emulation, from basic of what it is to using it in Vivado..
@Vipinkmenon4 жыл бұрын
Emulation or simulation. In vivado there is an option to emulate PS part with verification IP. Do you mean that?
@KarthikReddy-tkr4 жыл бұрын
@@Vipinkmenon Yes sir, I mean emulation. Can't we emulate PL part?
@Vipinkmenon4 жыл бұрын
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.