be65da6e451238ff has quit [Ping timeout: 260 seconds]
be65da6e451238ff has joined #glasgow
<napstx[m]>
Is there any way I can change the voltage the Glasgow will let me set the level shifters to? I am ok with having to reduce my clock speed and any potential issues.
<whitequark[cis]>
the range is 1.65 to 5.5
<whitequark[cis]>
you already do have to derate clock speed over that range (the FPGA side is at 3V3)
<whitequark[cis]>
* at 3V3, the datasheet has graphs)
be65da6e451238ff has quit [Quit: WeeChat 4.6.3]
be65da6e451238ff has joined #glasgow
be65da6e451238ff has quit [Ping timeout: 252 seconds]
be65da6e451238ff has joined #glasgow
be65da6e451238ff has quit [Ping timeout: 248 seconds]
redstarcomrade has joined #glasgow
redstarcomrade has quit [Changing host]
redstarcomrade has joined #glasgow
be65da6e451238ff has joined #glasgow
redstarcomrade has quit [Read error: Connection reset by peer]
jfsimon has quit [Quit: Leaving]
naruitech_36862[ has quit [Quit: Idle timeout reached: 172800s]
jfsimon has joined #glasgow
naruitech_36862[ has joined #glasgow
<naruitech_36862[>
There is a code snippet I got from ChatGPT to open my Glasgow device "elf.device = GlasgowDevice().safe_open()". The package I imported is "glasgow.hardware.device". However, there is no such method call "safe_open()" or "open()" supported in the current Glasgow resources. Could someone kindly help me with the correct way to connect my Glasgow device?
Attie[m] has joined #glasgow
<Attie[m]>
You've been asked before - please don't bring anything from ChatGPT here...
<Attie[m]>
what are you trying to do? why is the normal CLI not good enough?
redstarcomrade has joined #glasgow
redstarcomrade has quit [Changing host]
redstarcomrade has joined #glasgow
redstarcomrade has quit [Read error: Connection reset by peer]
<naruitech_36862[>
Thanks a lot for the response. I try to create a 2D scanning controller for an Electronic Beam Microscope based on the Glasgow device. The reason for CLI is not enough is all logic for device connection and initialization requires using Python code. Could provide me with the code snippets, if you have, on how to connect or open a Glasgow device? Or point me to the right resources? Appreciate it!