From 3243f05a69b4b77761699be412f349a9b8b9193f Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Thu, 28 Jun 2018 16:57:03 -0700 Subject: Protobuf (#832) Add support for ProtoBuf serialization and deserialization * Add support for additional features in .proto description Features added: Info, Fixed[Type|Literal], AnalogType, Attach, Params * Add support for .pb input files This involves an API change where FIRRTL no longer implicitly adds .fir to input file names--- project/plugins.sbt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index 40490350..1a7cb8a6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -19,3 +19,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1") + +addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.3") + +libraryDependencies += "com.github.os72" % "protoc-jar" % "3.5.1.1" -- cgit v1.2.3