Skip to content

Commit

Permalink
litespi_gen: Switch back to READ_1_1_X read command by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Dec 13, 2022
1 parent e56d15c commit 63c815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litespi/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def print_supported_modules():
"x4" : 4,
}[mode]
spiflash_module_cls = modules[module]
spiflash_module = spiflash_module_cls(getattr(Codes, f"READ_1_{module_width}_{module_width}"))
spiflash_module = spiflash_module_cls(getattr(Codes, f"READ_1_1_{module_width}"))

# SPI Flash PHY ----------------------------------------------------------------------------

Expand Down

0 comments on commit 63c815f

Please sign in to comment.