2 changed files with 11 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
proc counter() -> Logic<8> { |
||||
reg count = 8'0; |
||||
count = count + 1; |
||||
count |
||||
} |
Loading…
Reference in new issue