1root {
2	platform {
3        pcie_config {
4            template pcie_controller {
5                match_attr = "";
6                busNum = 0;
7                vendorId = 0x01;
8                devId = 0x02;
9            }
10            controller_0x10100000 :: pcie_controller {
11                match_attr = "PCIE_VIRTUAL";
12                busNum = 0;
13                vendorId = 0x01;
14                devId = 0x02;
15            }
16        }
17    }
18    module = "pcie";
19    pcie_config {
20        pcie_controller_tester {
21            match_attr = "PCIE_TEST";
22            busNum = 0;
23        }
24    }
25}
26