From 09cd0c5081439438621a5b22f120cea204aacad7 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Tue, 16 Jul 2024 18:48:12 +0800 Subject: [PATCH] fix om escape --- t1/src/decoder/attribute/isScheduler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t1/src/decoder/attribute/isScheduler.scala b/t1/src/decoder/attribute/isScheduler.scala index b64514e64..d12f8e581 100644 --- a/t1/src/decoder/attribute/isScheduler.scala +++ b/t1/src/decoder/attribute/isScheduler.scala @@ -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.*/ " }