mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
8 lines
151 B
Python
8 lines
151 B
Python
from migen.fhdl.std import *
|
|
from migen.genlib.record import *
|
|
|
|
ALIGN_VAL = 0x7B4A4ABC
|
|
SYNC_VAL = 0xB5B5957C
|
|
|
|
def ones(width):
|
|
return 2**width-1
|