Nobody

Results 9 issues of Nobody

I have trouble automatically start autoadb. I know that the error is possibly in my systemd config, but all the error messages come from autoadb, and I hope that you...

It would be great if there would be available scripts which could take some electro-magnetic (EM) techfile from the PDK and could create an .xs file. There are multiple EM...

The write_then_read method, which according to my understanding supposed to be the general I2C read/write function implements the I2C wrong. The read supposed to be as follows: - write I2C...

There is a wrong method call in the I2Chigh class. I2Chigh class not unusable at the moment... :-( ``` >>> i2c.get_byte(addr_I2Cmux,0) Traceback (most recent call last): File "", line 1,...

I've went through some of the previously reported similar issues, but my request is a bit different - at least I think so. I wish changing the keyboard layout on...

keyboard

Something seems to be changed on the server side. :( ``` >>> import dvb >>> dvb.find('zellesch') Failed to access VVO StopFinder. Request Exception ('Connection aborted.', RemoteDisconnected('Remote end closed connection without...

``` $ pdf-diff journal.pdf journal_v3.pdf > comparison.png Traceback (most recent call last): File "/usr/local/bin/pdf-diff", line 10, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/pdf_diff/command_line.py", line 497, in main changes = compute_changes(args.files[0], args.files[1], top_margin=float(args.top_margin), bottom_margin=float(args.bottom_margin))...

tf import returns with an error related to the first line below: ``` 'ref "Vx.S.1_V1, Vx.S.1_V1, VxBAR.S.Vx.2_V1, VxBAR.S.Vx.2_V1, \ Vx.S.1_V1, Vx.S.1_V1, VxBAR.S.Vx.2_V1, VxBAR.S.Vx.2_V1, \ VxBAR.S.Vx.2_V1, VxBAR.S.Vx.2_V1, VxBAR.S.2_V1, VxBAR.S.3_V1, \ VxBAR.S.Vx.2_V1,...

I wanted to import a techfile from Cadence into KLayout with the following code: `klayout -z -rd tf_tile=cmos22fdsoi_tech_9M_2Mx_5Cx_1Jx_1Ox_LB/cmos22fdsoi_tech_9M_2Mx_5Cx_1Jx_1Ox_LB.tf -rd lyp_file=cmos22fdsoi_tech_9M_2Mx_5Cx_1Jx_1Ox_LB.lyp` The command is already running for more than half an...