mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
a test for the fix
This commit is contained in:
parent
ea48e0f049
commit
082847ee3a
@ -67,7 +67,7 @@ def bench_ConcatSignalWithConsts():
|
||||
d = Signal(intbv(0)[4:])
|
||||
|
||||
c1 = "10"
|
||||
c2 = intbv(53)[3:]
|
||||
c2 = intbv(3)[3:]
|
||||
c3 = '0'
|
||||
c4 = bool(1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user