aboutsummaryrefslogtreecommitdiffstats
path: root/manual/command-reference-manual.tex
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2019-03-01 12:14:27 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2019-03-01 12:14:27 -0800
commiteccaf101d8324f518ed89134b4f21d2bdc636a8d (patch)
tree2a86bbc1c196d1e0b2f9c75fcb038dceca6b2215 /manual/command-reference-manual.tex
parent3090951d54859c331d28232481361bb9c26b3d48 (diff)
downloadyosys-eccaf101d8324f518ed89134b4f21d2bdc636a8d.tar.gz
yosys-eccaf101d8324f518ed89134b4f21d2bdc636a8d.tar.bz2
yosys-eccaf101d8324f518ed89134b4f21d2bdc636a8d.zip
Modify arguments to match existing style.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'manual/command-reference-manual.tex')
-rw-r--r--manual/command-reference-manual.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex
index 257bf7986..bb9d7238c 100644
--- a/manual/command-reference-manual.tex
+++ b/manual/command-reference-manual.tex
@@ -4247,10 +4247,10 @@ compatible with 7-Series Xilinx devices.
generate an output netlist (and BLIF file) suitable for VPR.
(this feature is experimental and incomplete)
- -no-brams
- disable infering of block rams
+ -nobrams
+ disable infering of block rams
- -no-drams
+ -nodrams
disable infering of distributed rams
-run <from_label>:<to_label>
@@ -4280,11 +4280,11 @@ The following commands are executed by this synthesis command:
coarse:
synth -run coarse
- bram: (only executed when '-no-brams' is not given)
+ bram: (only executed when '-nobrams' is not given)
memory_bram -rules +/xilinx/brams.txt
techmap -map +/xilinx/brams_map.v
- dram: (only executed when '-no-drams' is not given)
+ dram: (only executed when '-nodrams' is not given)
memory_bram -rules +/xilinx/drams.txt
techmap -map +/xilinx/drams_map.v