1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
myhdl/scripts/benchmark/test_longdiv_11.py

10 lines
171 B
Python
Raw Normal View History

2016-03-10 20:27:07 +01:00
import myhdl
from myhdl import *
from test_longdiv import test_longdiv
if __name__ == '__main__':
sim = Simulation(test_longdiv(nrvectors=2**11))
sim.run()