diff options
Diffstat (limited to 'src/test/scala/firrtlTests/fixed')
| -rw-r--r-- | src/test/scala/firrtlTests/fixed/FixedTypeInferenceSpec.scala | 4 | ||||
| -rw-r--r-- | src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/scala/firrtlTests/fixed/FixedTypeInferenceSpec.scala b/src/test/scala/firrtlTests/fixed/FixedTypeInferenceSpec.scala index 9b35a19a..2750ee71 100644 --- a/src/test/scala/firrtlTests/fixed/FixedTypeInferenceSpec.scala +++ b/src/test/scala/firrtlTests/fixed/FixedTypeInferenceSpec.scala @@ -264,7 +264,7 @@ class FixedTypeInferenceSpec extends FirrtlFlatSpec { """ |circuit Unit : | module Unit : - | input clk : Clock + | input clock : Clock | input reset : UInt<1> | input io_in : Fixed<6><<0>> | output io_out : Fixed<6><<0>> @@ -277,7 +277,7 @@ class FixedTypeInferenceSpec extends FirrtlFlatSpec { """ |circuit Unit : | module Unit : - | input clk : Clock + | input clock : Clock | input reset : UInt<1> | input io_in : SInt<6> | output io_out : SInt<6> diff --git a/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala b/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala index 6bd06f10..4910cb5e 100644 --- a/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala +++ b/src/test/scala/firrtlTests/fixed/RemoveFixedTypeSpec.scala @@ -167,7 +167,7 @@ class RemoveFixedTypeSpec extends FirrtlFlatSpec { """ |circuit Unit : | module Unit : - | input clk : Clock + | input clock : Clock | input reset : UInt<1> | input io_in : Fixed<6><<0>> | output io_out : Fixed |
