Philipp Klaus Krause

Results 93 comments of Philipp Klaus Krause

I see "5 test suite(s) failed". [log.gz](https://github.com/zachjs/sv2v/files/15334594/log.gz)

Can you check if this issue is fixed for you now?

I didn't try it, but from a quick look at the diff it looks ok to me, and should do what the title claims. Two questions: * What is the...

Compiling that Serial_HelloWorld, which has both, it looks like there is no difference: ~~~~ ; ../include/serial.h: 28: __set0io(PA, SERIAL_TX_PIN); // Send 0 on TX Pin set0.io __pa, #7 ~~~~ vs....

I'd rather just make the minimal changes necessary as a first step: Replace the mov by mov.io, etc in the inline asm. Second step: Eliminate inline asm where it doesn't...

The one that turned out to be a mov vs. mov.io issue: https://github.com/free-pdk/free-pdk-examples/issues/13 ?

Then the solution should be easy: in all the I/O that you do via inline asm, change the instructions used to mov.io, set0.io, etc. My recommendation: except for the few...

AFAIK, there are no plans for a migration. But it looks like we'll get an official git mirror of the svn repo.

Please check if the free-pdk examples work for you now. If yes, you can port the fixes there to here.

If you prefer the old ways: you can also attach a patch to a message here.