Skip to content

Conversation

@uge
Copy link
Contributor

@uge uge commented Mar 20, 2025

Adds basic support for Cadence Xcelium simulator.

Only verilog (not vhdl) tested.

@yvantor yvantor requested a review from micprog March 25, 2025 10:06
{% endif %}
ROOT="{{ root }}"
{% for group in srcs %}
{% if group.file_type == 'verilog' %}xmvlog -sv \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you have support for verilog files, which is a great start. As bender is generally built to support vhdl files as well, and this simulator supports vhdl, it would be great to ensure compatibility here as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have any VHDL code internally to test with. If there is a public Bender repo with VHDL code and a simulation target, please refer me to it an I'll try to include the template.

Copy link

@yvantor yvantor Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @uge, we have a can_bus entirely written in VHDL. You can also find it integrated in Cheshire if you need an example with both Verilog and VHDL IPs.

@DanielKellerM
Copy link

Hi @uge I wanted to verify this so we can merge it. Can you advise how are you calling the output script from Bender with Xcelium?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants