Commit c6b97be4 authored by Federico Vaga's avatar Federico Vaga

sw:py: add DDR alignment constant

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 4aa94f09
......@@ -9,6 +9,7 @@ import os
class PySPEC:
DDR_SIZE = 256 * 1024 * 1024
DDR_ALIGN = 4
def __init__(self, pci_id):
self.pci_id = pci_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment