How to disable clockdriver logic and clr port (automatic added) in generated vhdl code?

1 view (last 30 days)
The dev enviroment of my experiment is Matlab 2020b with Vivavdo 2020.
I attached the sysgen model and relative configuration file. The model is to use HDL coder flow mix ed with sysgen blocks. I placed all sysgen blocks in a subsystem, called sysgen_top, then place in another subsystem called sysgen_module.
The generated hdl code for sysgen_module is correct as block diagram design, i.e., directly connect to sysgen_top.
However, if i go further to check the generated code on sysgen_top. I found the toolchain automatically add "clr" port, which shouldn't exist.
And this port is connected to a module called clock driver. Because I drop the design as external ip in bigger system, the clock driver here is no necessary.
So, I wonder if there's way to disable clock_driver generation, and clr port is not what I want.
Thanks,
Jeff

Answers (1)

Kiran Kintali
Kiran Kintali on 10 Oct 2023
Edited: Kiran Kintali on 10 Oct 2023
This is an integraiton workflow between HDL Coder from MathWorks along with Xilinx System Generator (XSG) from AMD.
In the releases this feature is supported HDL Coder calls system generator under the hood and includes the generated code as a blackbox in the overall HDL Coder generated code.
All customization options are available on the subsystem that houses the XSG blocks. You need to right click on the subsystem and specify the customization options.
Can you please reach out to tech support on what sort of customizations are missing at the subsystem level marked for XSG integration? The feasbility depends on the XSG codegeneration step outside of MathWorks control.
  1 Comment
Poorren
Poorren on 12 Oct 2023
Kiran,
Thank you so much on your information. I will try to contact local xilinx support team to figure out the magic.
By the way, the hdl coder and hdl verifier is really good tool, but, I see there's gap between them. I suggest Matlab team consider to try more things on this. It seems that hdl verifier process couldn't directly reuse design from hdl coder, which MAYBE I think it more reasonable way for design verification.
Nice day,
Jeff

Sign in to comment.

Categories

Find more on Code Generation in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!