For an IterVar (or an axis), it has three kinds of features
- axis attribute
- arithmetic feature
- touch feature
| from litex.build.generic_platform import * | |
| from litex.build.xilinx import XilinxPlatform | |
| # Create the platform object | |
| platform = XilinxPlatform("my_platform") | |
| # Add the PCIe device to the platform | |
| platform.add_extension([ | |
| ("pcie_phy", 0, | |
| Subsignal("rst_n", Pins("")), |