Sign in
foss-fpga-tools
/
prjtrellis
/
9fb38f849e8fa2adb77c1795b77ee1f899d31e4a
/
.
/
minitests
/
ebr
/
init.py
blob: 78579aef5a72d376b143d5440fecb7497d17d256 [
file
] [
log
] [
blame
]
import
random
random
.
seed
(
1
)
for
i
in
range
(
2048
):
print
(
"{:03x}"
.
format
(
random
.
randint
(
0
,
511
)))