Skip to content

Commit

Permalink
s3: map csr to 0 for soc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergachev committed Jan 11, 2022
1 parent 85a3903 commit e93d543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex/soc/cores/cpu/eos_s3/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class EOS_S3(CPU):
linker_output_format = "elf32-littlearm"
nop = "nop"
io_regions = {0x0000_0000: 0x1_0000_0000} # Origin, Length.
mem_map_soc = {"csr": 0}

# Memory Mapping.
@property
Expand Down

0 comments on commit e93d543

Please sign in to comment.