Skip to content

Commit bb8ab2d

Browse files
committed
Removing JoinDomains
1 parent 38def47 commit bb8ab2d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

std/util.sus

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11

2-
module JoinDomains #(T1, T2, int OFFSET) {
3-
interface identity1 : T1 i1'0 -> T1 o1'0
4-
interface identity2 : T2 i2'OFFSET -> T2 o2'OFFSET
5-
6-
o1 = i1
7-
o2 = i2
8-
}
9-
102
module SlowClockGenerator #(int PERIOD) {
113
interface SlowClockGenerator : -> state int cur_value
124

0 commit comments

Comments
 (0)