Skip to content

Commit c4d3fd9

Browse files
authored
Merge pull request #43 from gatecat/document-lib-names
Add a documented requirement for primLibs library names
2 parents d9c7a0b + 3148423 commit c4d3fd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

interchange/DeviceResources.capnp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ struct Device {
8888
tileList @4 : List(Tile);
8989
wires @5 : List(Wire);
9090
nodes @6 : List(Node);
91-
primLibs @7 : Dir.Netlist; # Netlist libraries of Unisim primitives and macros
91+
# 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;
9295
exceptionMap @8 : List(PrimToMacroExpansion); # Prims to macros expand w/same name, except these
9396
cellBelMap @9 : List(CellBelMapping);
9497
cellInversions @10 : List(CellInversion);

0 commit comments

Comments
 (0)