We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9c7a0b + 3148423 commit c4d3fd9Copy full SHA for c4d3fd9
interchange/DeviceResources.capnp
@@ -88,7 +88,10 @@ struct Device {
88
tileList @4 : List(Tile);
89
wires @5 : List(Wire);
90
nodes @6 : List(Node);
91
- primLibs @7 : Dir.Netlist; # Netlist libraries of Unisim primitives and macros
+ # Netlist libraries of Unisim primitives and macros
92
+ # The library containing primitives should be called "primitives", and
93
+ # the library containing macros called "macros".
94
+ primLibs @7 : Dir.Netlist;
95
exceptionMap @8 : List(PrimToMacroExpansion); # Prims to macros expand w/same name, except these
96
cellBelMap @9 : List(CellBelMapping);
97
cellInversions @10 : List(CellInversion);
0 commit comments