4

I wrote a hardware design in Chisel3 and also wrote a testbench in Chisel3 to test the design.

And then, I synthesized the Verilog code which is generated by Chisel with Design Compiler. I want to verify that the behavior of RTL and Gate-Level are match. How can I co-simulate the synthesized Verilog Netlist and the original Chisel testbench ?

Is there a simple way to simulate the generated Verilog Netlist without rewriting a Verilog testbench ?

1 Answer 1

2

Unfortunately the Chisel testers do not provide a good way to do this. I will bring this up in the next Chisel developers meeting, but I also would suggest filing a feature request since this is clearly a very important missing feature.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.