We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38def47 commit bb8ab2dCopy full SHA for bb8ab2d
1 file changed
std/util.sus
@@ -1,12 +1,4 @@
1
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
10
module SlowClockGenerator #(int PERIOD) {
11
interface SlowClockGenerator : -> state int cur_value
12
0 commit comments