forked from M-Labs/urukul-pld
add forgotten file
This commit is contained in:
11
urukul_impl.py
Normal file
11
urukul_impl.py
Normal file
@@ -0,0 +1,11 @@
|
||||
def main():
|
||||
from urukul_cpld import Platform
|
||||
from urukul import Urukul
|
||||
|
||||
p = Platform()
|
||||
urukul = Urukul(p)
|
||||
p.build(urukul, build_name="urukul", mode="cpld")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user