mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
merge
--HG-- branch : 0.8-dev
This commit is contained in:
commit
70713e6cd1
@ -22,11 +22,13 @@
|
||||
|
||||
import test_Simulation, test_Signal, test_intbv, test_Cosimulation, test_misc, \
|
||||
test_always_comb, test_bin, test_traceSignals, test_enum, test_concat, \
|
||||
test_unparse, test_inferWaiter, test_always, test_instance, test_signed
|
||||
test_unparse, test_inferWaiter, test_always, test_instance, test_signed, \
|
||||
test_modbv
|
||||
|
||||
modules = (test_Simulation, test_Signal, test_intbv, test_misc, test_always_comb,
|
||||
test_bin, test_traceSignals, test_enum, test_concat,
|
||||
test_unparse, test_inferWaiter, test_always, test_instance, test_signed
|
||||
test_unparse, test_inferWaiter, test_always, test_instance, test_signed,
|
||||
test_modbv
|
||||
)
|
||||
|
||||
import unittest
|
||||
|
Loading…
x
Reference in New Issue
Block a user