From a2df85add9642bd4556a891a8c0b1298f8bc68fc Mon Sep 17 00:00:00 2001 From: Ayaka Yorihiro Date: Tue, 30 Jan 2024 00:24:31 -0500 Subject: [PATCH] Fix std_const template typo --- tools/firrtl/templates/std_const.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firrtl/templates/std_const.fir b/tools/firrtl/templates/std_const.fir index 27a66a93df..9c0fc5473c 100644 --- a/tools/firrtl/templates/std_const.fir +++ b/tools/firrtl/templates/std_const.fir @@ -1,3 +1,3 @@ - module std_const_WIDTH_VAL : + module std_const_WIDTH_VALUE : output out : UInt out <= UInt(VALUE)