mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
concat test added
This commit is contained in:
parent
5f23c6a1c7
commit
e97797789d
@ -24,10 +24,10 @@ __revision__ = "$Revision$"
|
||||
__date__ = "$Date$"
|
||||
|
||||
import test_Simulation, test_Signal, test_intbv, test_Cosimulation, test_misc, \
|
||||
test_always_comb, test_bin, test_trace_sigs, test_enum
|
||||
test_always_comb, test_bin, test_trace_sigs, test_enum, test_concat
|
||||
|
||||
modules = (test_Simulation, test_Signal, test_intbv, test_misc, test_always_comb,
|
||||
test_bin, test_trace_sigs, test_enum
|
||||
test_bin, test_trace_sigs, test_enum, test_concat
|
||||
)
|
||||
|
||||
import unittest
|
||||
|
Loading…
x
Reference in New Issue
Block a user