Advertisement
Guest User

Untitled

a guest
Jun 12th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.69 KB | None | 0 0
  1. diff --git a/quicklogic/toolchain_wrappers/ql_symbiflow b/quicklogic/toolchain_wrappers/ql_symbiflow
  2. index 78565160..5a66c1c1 100755
  3. --- a/quicklogic/toolchain_wrappers/ql_symbiflow
  4. +++ b/quicklogic/toolchain_wrappers/ql_symbiflow
  5. @@ -397,7 +397,7 @@ BUILDDIR := build\n\n\
  6.  all: \${BUILDDIR}/\${TOP}.bit\n\
  7.  \n\
  8.  \${BUILDDIR}/\${TOP}.eblif: \${VERILOG}\n\
  9. -   cd \${BUILDDIR} && synth -t \${TOP} -v \${VERILOG} -d \${DEVICE} 2>&1 > $LOG_FILE\n\
  10. +   cd \${BUILDDIR} && synth -t \${TOP} -v \${VERILOG} -p \${PCF} -d \${DEVICE} -P \${PARTNAME} 2>&1 > $LOG_FILE\n\
  11.  \n\
  12.  \${BUILDDIR}/\${TOP}.net: \${BUILDDIR}/\${TOP}.eblif\n\
  13.     cd \${BUILDDIR} && pack -e \${TOP}.eblif -d \${DEVICE} -s \${SDC} 2>&1 > $LOG_FILE\n\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement