Skip to content

Commit 3a700ce

Browse files
committed
updated automatically running vtr flow
1 parent 9d824fa commit 3a700ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/quickstart/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,16 +413,16 @@ which should produce output similar to::
413413

414414
EArch/blink OK (took 0.26 seconds)
415415

416-
There are also multiple log files (including for ABC, ODIN and VPR), which by convention the script names with the ``.out`` suffix:
416+
There are also multiple log files (including for ABC, Parmys and VPR), which by convention the script names with the ``.out`` suffix:
417417

418418
.. code-block:: bash
419419
420420
> ls *.out
421421
422-
0_blackboxing_latch.out odin.out report_clocks.abc.out vanilla_restore_clocks.out
422+
0_blackboxing_latch.out parmys.out report_clocks.abc.out vanilla_restore_clocks.out
423423
abc0.out report_clk.out restore_latch0.out vpr.out
424424
425-
With the main log files of interest including the ODIN log file (``odin.out``), log files produced by ABC (e.g. ``abc0.out``), and the VPR log file (``vpr.out``).
425+
With the main log files of interest including the Parmys log file (``parmys.out``), log files produced by ABC (e.g. ``abc0.out``), and the VPR log file (``vpr.out``).
426426

427427
.. note::
428428

@@ -435,10 +435,10 @@ You will also see there are several BLIF files produced:
435435
436436
> ls *.blif
437437
438-
0_blink.abc.blif 0_blink.raw.abc.blif blink.odin.blif
439-
0_blink.odin.blif blink.abc.blif blink.pre-vpr.blif
438+
0_blink.abc.blif 0_blink.raw.abc.blif blink.parmys.blif
439+
0_blink.parmys.blif blink.abc.blif blink.pre-vpr.blif
440440
441-
With the main files of interest being ``blink.odin.blif`` (netlist produced by ODIN), ``blink.abc.blif`` (final netlist produced by ABC after clock restoration), ``blink.pre-vpr.blif`` netlist used by VPR (usually identical to ``blink.abc.blif``).
441+
With the main files of interest being ``blink.parmys.blif`` (netlist produced by Parmys), ``blink.abc.blif`` (final netlist produced by ABC after clock restoration), ``blink.pre-vpr.blif`` netlist used by VPR (usually identical to ``blink.abc.blif``).
442442

443443
Like before, we can also see the implementation files generated by VPR:
444444

0 commit comments

Comments
 (0)