aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/annotations/SampleAnnotations.anno
diff options
context:
space:
mode:
authorJack Koenig2020-08-12 21:17:14 -0700
committerGitHub2020-08-13 04:17:14 +0000
commit39f510a9081d09d94d56eb89ceb97a678993fda1 (patch)
tree02dcadb37c768d5763f6eae87b84b5aeeead6df1 /src/test/resources/annotations/SampleAnnotations.anno
parente1d3a0c64a48b4c9999ad59f15922db7c155c361 (diff)
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>
Diffstat (limited to 'src/test/resources/annotations/SampleAnnotations.anno')
-rw-r--r--src/test/resources/annotations/SampleAnnotations.anno30
1 files changed, 0 insertions, 30 deletions
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