From 781250f0bbd57c8aa76a9065728caef8628e4715 Mon Sep 17 00:00:00 2001 From: taoli4rs Date: Tue, 22 Mar 2022 16:36:45 -0700 Subject: [PATCH] Fix a small typo to trigger the CI flow. --- docs/source/manual/arch_lang/addon_vpr_syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/manual/arch_lang/addon_vpr_syntax.rst b/docs/source/manual/arch_lang/addon_vpr_syntax.rst index 84c448ba1..b9d8316f7 100644 --- a/docs/source/manual/arch_lang/addon_vpr_syntax.rst +++ b/docs/source/manual/arch_lang/addon_vpr_syntax.rst @@ -8,7 +8,7 @@ Additional Syntax to Original VPR XML Models, Complex blocks and Physical Tiles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Each ```` should contain a ```` that describe the physical implementation of the ````. Note that this is fully compatible to the VPR architecture XML syntax. +Each ```` should contain a ```` that describes the physical implementation of the ````. Note that this is fully compatible to the VPR architecture XML syntax. .. note:: ```` should include the models that describe the primitive ```` in physical mode.