Skip to content

Commit

Permalink
Fix std_const template typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Jan 30, 2024
1 parent d52e14b commit a2df85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/firrtl/templates/std_const.fir
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module std_const_WIDTH_VAL :
module std_const_WIDTH_VALUE :
output out : UInt<WIDTH>
out <= UInt(VALUE)

0 comments on commit a2df85a

Please sign in to comment.