From 39f510a9081d09d94d56eb89ceb97a678993fda1 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 12 Aug 2020 21:17:14 -0700 Subject: Remove LegacyAnnotation and [most] MoultingYaml (#1833) * Remove LegacyAnnotation and MoultingYaml It has been deprecated since 1.1 * Remove all uses of ConvertLegacyAnnotations Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- .../resources/annotations/SampleAnnotations.anno | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 src/test/resources/annotations/SampleAnnotations.anno (limited to 'src/test/resources/annotations/SampleAnnotations.anno') diff --git a/src/test/resources/annotations/SampleAnnotations.anno b/src/test/resources/annotations/SampleAnnotations.anno deleted file mode 100644 index 8fa9f44f..00000000 --- a/src/test/resources/annotations/SampleAnnotations.anno +++ /dev/null @@ -1,30 +0,0 @@ -- transformClass: firrtl.passes.InlineInstances - targetString: ModC - value: ModC.this params 16 32 -- transformClass: firrtl.passes.InlineInstances - targetString: ModC.io.out - value: ModuleC(16,32) width < 32 -- transformClass: firrtl.passes.InlineInstances - targetString: ModA - value: ModA.this -- transformClass: firrtl.passes.InlineInstances - targetString: ModA.io.out - value: inside ModA.io.out params 64,64 -- transformClass: firrtl.passes.InlineInstances - targetString: ModC_1 - value: ModC.this params 42 77 -- transformClass: firrtl.passes.InlineInstances - targetString: ModC_1.io.out - value: ModuleC(42,77) width < 77 -- transformClass: firrtl.passes.InlineInstances - targetString: ModB.io.out - value: inside ModB.io.out params 32,48 -- transformClass: firrtl.passes.InlineInstances - targetString: TopOfDiamond - value: |- - TopOfDiamond - With - Some new lines -- transformClass: firrtl.passes.InlineInstances - targetString: ModB.io.in - value: TopOfDiamond.moduleB.io.in -- cgit v1.2.3