Skip to content

Commit 3148423

Browse files
committed
Add a documented requirement for primLibs library names
Signed-off-by: gatecat <gatecat@ds0.me>
1 parent 5208d79 commit 3148423

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
@@ -80,7 +80,10 @@ struct Device {
8080
tileList @4 : List(Tile);
8181
wires @5 : List(Wire);
8282
nodes @6 : List(Node);
83-
primLibs @7 : Dir.Netlist; # Netlist libraries of Unisim primitives and macros
83+
# 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;
8487
exceptionMap @8 : List(PrimToMacroExpansion); # Prims to macros expand w/same name, except these
8588
cellBelMap @9 : List(CellBelMapping);
8689
cellInversions @10 : List(CellInversion);

0 commit comments

Comments
 (0)