Skip to content

Commit

Permalink
build/colognechip/colognechip: add missing p_r option (-cCP)
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Feb 28, 2024
1 parent 83c1adb commit 3d9db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/build/colognechip/colognechip.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def build_script(self):
# yosys call
script_contents += self._yosys.get_yosys_call("script") + fail_stmt
# p_r call
script_contents += "p_r -ccf {build_name}.ccf -A 1 -i {build_name}_synth.v -o {build_name} -lib ccag\n".format(
script_contents += "p_r -ccf {build_name}.ccf -cCP -A 1 -i {build_name}_synth.v -o {build_name} -lib ccag\n".format(
build_name = self._build_name)

script_file = "build_" + self._build_name + script_ext
Expand Down

0 comments on commit 3d9db91

Please sign in to comment.