Hello, I would like to know how to connect a DAC in Xschem with a SAR in Verilog.
m
Mitch Bailey
08/13/2024, 2:41 AM
@Carolina Vieira Are you interested in LVS or simulation? Simulation requires a mixed signal capable simulator (unless you can get openroad to output a cdl netlist that you could splice into xschem).
For LVS, calling a verilog module from xschem is relatively simple.
1. Create a symbol of your verilog block with all the pins (including power).
2. Set the
type=primitive
property on the symbol
3. Make sure the pins are in the same order as the verilog module. (You can add a
pinnumber
property to each pin, but I find it easier to open the
you can find some scripts to take the output verilog netlist from openroad and make it into a schematic / symbol for xschem together with some examples
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.