REFACTOR: rename arty35t explicitly

This commit is contained in:
-T.K.-
2023-12-04 01:54:59 -08:00
parent 9ae012fe5d
commit e078fcba49
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ import sifive.fpgashells.shell.xilinx.artyshell.{ArtyShell}
import chipyard.harness.{HasHarnessInstantiators}
class ArtyFPGATestHarness(override implicit val p: Parameters) extends ArtyShell with HasHarnessInstantiators {
class Arty35THarness(override implicit val p: Parameters) extends ArtyShell with HasHarnessInstantiators {
// Convert harness resets from Bool to Reset type.
val hReset = Wire(Reset())
hReset := ~ck_rst