Skip to content

Commit

Permalink
soc_linux: force csr_data_width to 8-bit (required until we update th…
Browse files Browse the repository at this point in the history
…e drivers).
  • Loading branch information
enjoy-digital committed Oct 29, 2020
1 parent 1d6944b commit 7b0c212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc_linux.py
Expand Up @@ -103,6 +103,7 @@ class _SoCLinux(soc_cls):
def __init__(self, cpu_variant="linux", uart_baudrate=1e6, **kwargs):

# SoC ----------------------------------------------------------------------------------
kwargs["csr_data_width"] = 8
soc_cls.__init__(self,
cpu_type = "vexriscv",
cpu_variant = cpu_variant,
Expand Down

0 comments on commit 7b0c212

Please sign in to comment.