Skip to content

Commit

Permalink
fix om escape
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jul 16, 2024
1 parent ff515ee commit 09cd0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/decoder/attribute/isScheduler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,5 @@ object isScheduler {
}

case class isScheduler(value: TriState) extends BooleanDecodeAttribute {
override val description: String = " lane will send request to Sequencer and wait ack from Sequencer.\n instructions that will communicate with T1 top module.*/ "
override val description: String = "lane will send request to Sequencer and wait ack from Sequencer. instructions that will communicate with T1 top module.*/ "
}

0 comments on commit 09cd0c5

Please sign in to comment.