Update beh_ib_func.scala

This commit is contained in:
Junaid Ahmed 2020-09-22 17:24:07 +05:00 committed by GitHub
parent 33a6ca89b3
commit 90ba79ae2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ object beh_ib_func {
obj.io.clk := clk obj.io.clk := clk
obj.io.en := en obj.io.en := en
obj.io.scan_mode := scan_mode obj.io.scan_mode := scan_mode
withClock(clk) { withClock(l1clk) {
RegNext(din,0.U) RegNext(din,0.U)
} }
} }