From d1bb82a1f82095cf85bc14e1c3819003e4ee4622 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 27 Feb 2017 19:38:23 -0800 Subject: [PATCH] Bump chisel3 and firrtl (#566) In particular, this bump allows chisel Records and firrtl Bundles to have fields with names that start with a digit. Mainly effect is removing the double '_' from trying to have digits as names in Records. --- chisel3 | 2 +- firrtl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chisel3 b/chisel3 index 50db343d..cae110e0 160000 --- a/chisel3 +++ b/chisel3 @@ -1 +1 @@ -Subproject commit 50db343d5192cd39fa5786e217517c2f139cda64 +Subproject commit cae110e06d7dfb206e6d50565ee25221b8c6d0a5 diff --git a/firrtl b/firrtl index b69e787c..8528ba76 160000 --- a/firrtl +++ b/firrtl @@ -1 +1 @@ -Subproject commit b69e787c0a698b7fb703ccd8d24003f83207e296 +Subproject commit 8528ba768003a359bf6c40d2fdc102c4a0d6bea7