Skip to content

Commit 6ea9579

Browse files
committed
Fix ordering in dictionary.
1 parent c4c394c commit 6ea9579

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

synthesis/build_defs.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@ synthesize_rtl = rule(
363363
"deps": attr.label_list(
364364
providers = [[VerilogInfo], [UhdmInfo]],
365365
),
366+
"early_techmap": attr.label(
367+
allow_single_file = True,
368+
doc = "verilog/system verilog file for early techmap process",
369+
mandatory = False,
370+
),
366371
"extra_tcl_command": attr.string(
367372
default = "",
368373
),
@@ -399,11 +404,6 @@ synthesize_rtl = rule(
399404
executable = True,
400405
cfg = "exec",
401406
),
402-
"early_techmap": attr.label(
403-
allow_single_file = True,
404-
mandatory = False,
405-
doc = "verilog/system verilog file for early techmap process"
406-
),
407407
},
408408
)
409409

0 commit comments

Comments
 (0)