mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
test_hec: remove L suffix
This commit is contained in:
parent
426786aabf
commit
cb2332a37d
@ -128,9 +128,9 @@ def HecCalculator_v(name, hec, header):
|
||||
|
||||
|
||||
|
||||
headers = [ 0x00000000L,
|
||||
0x01234567L,
|
||||
0xbac6f4caL
|
||||
headers = [ 0x00000000,
|
||||
0x01234567,
|
||||
0xbac6f4ca
|
||||
]
|
||||
|
||||
headers.extend([randrange(2**32-1) for i in range(10)])
|
||||
|
Loading…
x
Reference in New Issue
Block a user