aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/annotations/LegacyAnnotations.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/LegacyAnnotations.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/LegacyAnnotations.anno')
-rw-r--r--src/test/resources/annotations/LegacyAnnotations.anno50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/test/resources/annotations/LegacyAnnotations.anno b/src/test/resources/annotations/LegacyAnnotations.anno
deleted file mode 100644
index 395fa56d..00000000
--- a/src/test/resources/annotations/LegacyAnnotations.anno
+++ /dev/null
@@ -1,50 +0,0 @@
-- targetString: foo
- transformClass: firrtl.passes.InlineInstances
- value: ''
-- targetString: foo.bar
- transformClass: firrtl.passes.clocklist.ClockListTransform
- value: output
-- targetString: foo
- transformClass: firrtl.passes.memlib.InferReadWrite
- value: ''
-- targetString: foo
- transformClass: firrtl.passes.memlib.ReplSeqMem
- value: input output
-- targetString: foo.bar.x
- transformClass: firrtl.passes.memlib.ResolveMemoryReference
- value: nodedupmem!
-- targetString: foo.bar
- transformClass: firrtl.transforms.DedupModules
- value: nodedup!
-- targetString: foo.bar.x
- transformClass: firrtl.passes.wiring.WiringTransform
- value: source pin
-- targetString: foo.bar.x
- transformClass: firrtl.passes.wiring.WiringTransform
- value: sink pin
-- targetString: foo.bar
- transformClass: firrtl.transforms.BlackBoxSourceHelper
- value: |-
- resource
- resource
-- targetString: foo.bar
- transformClass: firrtl.transforms.BlackBoxSourceHelper
- value: |-
- inline
- name
- text
-- targetString: foo.bar
- transformClass: firrtl.transforms.BlackBoxSourceHelper
- value: |-
- targetDir
- targetdir
-- targetString: CircuitTop
- transformClass: firrtl.transforms.DeadCodeElimination
- value: noDCE!
-- targetString: foo.bar.x
- transformClass: firrtl.Transform
- value: DONTtouch!
-- targetString: foo.bar
- transformClass: firrtl.Transform
- value: optimizableExtModule!
-