Skip to content

Commit

Permalink
[FIRTOOL][NFC] Remove TODO from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed Feb 7, 2025
1 parent 8a73034 commit f83436b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/firtool/views-directories-yaml.fir
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ circuit ViewInLayer:
layerblock Other:
node n = and(x, y)
layerblock A:
; TODO: Maybe the YAML path should be relative to governing output directory?
intrinsic(circt_view<name="view_a", yaml="other/views.yml", info="{\"class\":\"sifive.enterprise.grandcentral.AugmentedBundleType\", \"defName\": \"AView\", \"elements\": [{\"name\": \"foo\", \"tpe\":{\"class\":\"sifive.enterprise.grandcentral.AugmentedGroundType\"}}]}">, n)
layerblock B:
intrinsic(circt_view<name="view_b", yaml="other/views.yml", info="{\"class\":\"sifive.enterprise.grandcentral.AugmentedBundleType\", \"defName\": \"BView\", \"elements\": [{\"name\": \"foo\", \"tpe\":{\"class\":\"sifive.enterprise.grandcentral.AugmentedGroundType\"}}]}">, n)
Expand Down

0 comments on commit f83436b

Please sign in to comment.