Upgrade documentation on custom variables and conditional execution (sufix example)

parent 62a0709e
......@@ -932,12 +932,12 @@ The first one is to include this as a new variable in the top Manifest.py, i.e.:
"local" : [ "../../../testbench/counter_tb/verilog" ],
}
But we can also define the variable value by injecting custom Python code from the command line
when ``hdlmake`` is executed:
But we can also define the variable value by injecting custom prefix or sufix Python code from the command line
when ``hdlmake`` is executed, e.g.:
.. code-block:: bash
hdlmake --py "simulate_vhdl = False" auto
hdlmake --sufix "simulate_vhdl = False" makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment