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.
1 parent 5208d79 commit 3148423Copy full SHA for 3148423
interchange/DeviceResources.capnp
@@ -80,7 +80,10 @@ struct Device {
80
tileList @4 : List(Tile);
81
wires @5 : List(Wire);
82
nodes @6 : List(Node);
83
- primLibs @7 : Dir.Netlist; # Netlist libraries of Unisim primitives and macros
+ # Netlist libraries of Unisim primitives and macros
84
+ # The library containing primitives should be called "primitives", and
85
+ # the library containing macros called "macros".
86
+ primLibs @7 : Dir.Netlist;
87
exceptionMap @8 : List(PrimToMacroExpansion); # Prims to macros expand w/same name, except these
88
cellBelMap @9 : List(CellBelMapping);
89
cellInversions @10 : List(CellInversion);
0 commit comments