python: Remove obsolete python_mod_test.py
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
b5f90d3814
commit
1cde20273a
@ -1,7 +0,0 @@
|
||||
# Run: PYTHONPATH=. python3 python/python_mod_test.py
|
||||
from nextpnrpy_ice40 import Chip, ChipArgs, iCE40Type
|
||||
args = ChipArgs()
|
||||
args.type = iCE40Type.HX1K
|
||||
chip = Chip(args)
|
||||
for wire in chip.getWires():
|
||||
print(chip.getWireName(wire))
|
Loading…
Reference in New Issue
Block a user