This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
OpenRAM
mirror of
https://github.com/VLSIDA/OpenRAM.git
Watch
1
Star
0
Fork
You've already forked OpenRAM
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e2cfd382b9
OpenRAM
/
compiler
/
router
/
direction.py
10 lines
124 B
Python
Raw
Blame
History
from
enum
import
Enum
class
direction
(
Enum
)
:
NORTH
=
1
SOUTH
=
2
EAST
=
3
WEST
=
4
UP
=
5
DOWN
=
6
Reference in New Issue
View Git Blame
Copy Permalink