File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
dependency_support/at_clifford_yosys Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ GENERATED_HEADERS = [
123
123
"passes/pmgen/xilinx_dsp_pm.h",
124
124
"passes/pmgen/xilinx_dsp48a_pm.h",
125
125
"passes/pmgen/xilinx_srl_pm.h",
126
+ "techlibs/quicklogic/ql_dsp_macc_pm.h",
126
127
]
127
128
128
129
YOSYS_COPTS = [
@@ -196,6 +197,7 @@ cc_library(
196
197
"frontends/rtlil",
197
198
"passes/techmap",
198
199
"techlibs/common",
200
+ "techlibs/quicklogic",
199
201
],
200
202
deps = [
201
203
":bigint",
@@ -483,6 +485,18 @@ genrule(
483
485
],
484
486
)
485
487
488
+ genrule(
489
+ name = "ql_dsp_mac_pm_h",
490
+ srcs = [
491
+ "techlibs/quicklogic/ql_dsp_macc.pmg",
492
+ ],
493
+ outs = ["techlibs/quicklogic/ql_dsp_macc_pm.h"],
494
+ cmd = "$(location :pmgen) -o $(OUTS) -p ql_dsp_macc $(SRCS)",
495
+ tools = [
496
+ ":pmgen",
497
+ ],
498
+ )
499
+
486
500
[genrule(
487
501
name = "%s_pm_h" % pm,
488
502
srcs = [
You can’t perform that action at this time.
0 commit comments