Sign in
foss-fpga-tools
/
prjtrellis
/
dc4120e76750ed372feab637f299585908431c35
/
.
/
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
)))