Skip to content

Commit 6b38b52

Browse files
committed
cleanup snakepu WIP code
1 parent 9461808 commit 6b38b52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/snakepu/chips/alu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from snakehdl import *
1+
from snakehdl import input_bits, output
22

33

44
BITS = 64

examples/snakepu/tools/compile_rom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
22

3-
import dis
43
import sys
54

65

0 commit comments

Comments
 (0)