From ecdbdcb59254ba3a79032ababe2f4bc29de74f4e Mon Sep 17 00:00:00 2001 From: Xifan Tang Date: Sat, 2 May 2020 14:23:20 -0600 Subject: [PATCH] update documentation on new SDC options --- docs/source/openfpga_shell/openfpga_commands.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/openfpga_shell/openfpga_commands.rst b/docs/source/openfpga_shell/openfpga_commands.rst index 543b87397..12a1d89c7 100644 --- a/docs/source/openfpga_shell/openfpga_commands.rst +++ b/docs/source/openfpga_shell/openfpga_commands.rst @@ -176,6 +176,8 @@ FPGA-SDC - ``--file`` or ``-f`` Specify the output directory for SDC files + - ``--flatten_names`` Use flatten names (no wildcards) in SDC files + - ``--constrain_global_port`` Constrain all the global ports of FPGA fabric. - ``--constrain_non_clock_global_port`` Constrain all the non-clock global ports as clocks ports of FPGA fabric @@ -205,3 +207,5 @@ FPGA-SDC Write the SDC to run timing analysis for a mapped FPGA fabric - ``--file`` or ``-f`` Specify the output directory for SDC files + + - ``--flatten_names`` Use flatten names (no wildcards) in SDC files