Skip to content

Commit

Permalink
Merge pull request timvideos#12 from antmicro/rename_litex_spi_flash
Browse files Browse the repository at this point in the history
Adapt to LiteX_SPI model rename
  • Loading branch information
mithro committed Aug 20, 2019
2 parents 301b0fd + 401babc commit eaeae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-renode-scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def generate_spiflash(peripheral, shadow_base, **kwargs):
flash_size = int(mem_regions['spiflash']['size'], 0)

result = """
spi: SPI.LiteX_SPI @ {{
spi: SPI.LiteX_SPI_Flash @ {{
{};
{}
}}
Expand Down

0 comments on commit eaeae9b

Please sign in to comment.