添加分频io

This commit is contained in:
RuigeLee
2025-09-11 15:50:38 +08:00
parent d6ca17c75d
commit f42c9044d8
3 changed files with 8 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ import chisel3.util._
import chisel3.experimental.dataview._
class ShinTopIO extends TopBase_IO_Bundle{
val multiCLK = Input(Vec(16, Bool()))
val multiCLK = Input(Vec(16, Bool()))
val multiCLKDiv4 = Input(Vec(4, Bool()))
}