main module#
Buildable smoke designs for the VP1002 reference solution.
Two deliberately minimal ``SampleDesign``s:
VersalFPGADesign— the bare component. One schematic page per generatedBoxSymbol(one per bank / GT quad / rail chunk), which is how a ~1369-ball part stays reviewable. No routes, no substrate tuning: the point is that the component instantiates, maps every ball, and translates.VersalFPGACircuitDesign— theXCVP1002Circuitwrapper (power rails, ground domains, GTM quad bundles) as consumed by a board design. Its boundary ports are left unconnected on purpose; the wrapper’s internal nets are the design under test.
Build (runtime required):
jitx build jitxexamples.jumpstart_kits.js1_stackup_components.\
versal_fpga.main.VersalFPGADesign
- class VersalFPGADesign(*args, **kwargs)[source]#
Bases:
SampleDesignBare XCVP1002 with one schematic page per symbol box.
- class VersalFPGACircuitDesign(*args, **kwargs)[source]#
Bases:
SampleDesignThe power/GTM circuit wrapper, instantiated as a board would.