Commit 77852efa authored by Michael J. Lyons's avatar Michael J. Lyons

Although 27.9mbps is possible at 100 MHz clock, switching down to 22mbps for...

Although 27.9mbps is possible at 100 MHz clock, switching down to 22mbps for microblaze 66.67 MHz clock
parent 0c381349
...@@ -7,7 +7,7 @@ class SpiComm: ...@@ -7,7 +7,7 @@ class SpiComm:
_port = 0 # Change if using multiple Cheetahs _port = 0 # Change if using multiple Cheetahs
_mode = 3 # spiifc SPI mode _mode = 3 # spiifc SPI mode
_bitrate = 27900 # kbps _bitrate = 22000 # kbps
handle = None # handle to Cheetah SPI handle = None # handle to Cheetah SPI
......
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