aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-12 17:10:43 -0700
committerEddie Hung <eddie@fpgeh.com>2019-09-12 17:10:43 -0700
commit3a390733027584071d0cd3b2d99c738ce6f1a829 (patch)
tree89b8dd1c29959dc6b744a4675c3e1c91a38b7507 /passes/pmgen
parenta1123b095c54adb3a700aa33f98edf1dcee12ac2 (diff)
downloadyosys-3a390733027584071d0cd3b2d99c738ce6f1a829.tar.gz
yosys-3a390733027584071d0cd3b2d99c738ce6f1a829.tar.bz2
yosys-3a390733027584071d0cd3b2d99c738ce6f1a829.zip
Set more ports explicitly
Diffstat (limited to 'passes/pmgen')
-rw-r--r--passes/pmgen/xilinx_dsp.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/passes/pmgen/xilinx_dsp.cc b/passes/pmgen/xilinx_dsp.cc
index ae8cd64da..e0c7823ed 100644
--- a/passes/pmgen/xilinx_dsp.cc
+++ b/passes/pmgen/xilinx_dsp.cc
@@ -44,6 +44,8 @@ static Cell* addDsp(Module *module) {
cell->setParam("\\OPMODEREG", 0);
cell->setParam("\\PREG", 0);
cell->setParam("\\USE_MULT", Const("NONE"));
+ cell->setParam("\\USE_SIMD", Const("ONE48"));
+ cell->setParam("\\USE_DPORT", Const("FALSE"));
cell->setPort("\\D", Const(0, 24));
cell->setPort("\\INMODE", Const(0, 5));