You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, FIRRTL comes with a number of functional tests.
We should integrate security tests into SIRRTL to ensure that circuits we expect to typecheck DO and insecure circuits DONT.
Some have already been integrated underneath src/test/scala/firrtlTests/LabelCheckBasic.scala src/test/scala/firrtlTests/LabelFail.scala and src/test/scala/firrtlTests/ImplicitDowngrade.scala
however many more could still be added for better coverage.
The text was updated successfully, but these errors were encountered:
Currently, FIRRTL comes with a number of functional tests.
We should integrate security tests into SIRRTL to ensure that circuits we expect to typecheck DO and insecure circuits DONT.
Some have already been integrated underneath
src/test/scala/firrtlTests/LabelCheckBasic.scala
src/test/scala/firrtlTests/LabelFail.scala
andsrc/test/scala/firrtlTests/ImplicitDowngrade.scala
however many more could still be added for better coverage.
The text was updated successfully, but these errors were encountered: