till-s

Results 8 comments of till-s

Your proposed fix is incomplete. A correct solution is already in PR #73. I created an issue (#141) for this bug with a test program that fails with this PR...

I created an issue #141 for this bug. This PR seems to fix the `kb_itr_get()` bug -- in principle, that is; the newly introduced `kb_itr_getp()` is correct but the original...

This issue is (almost) fixed by PR #73; [see](https://github.com/attractivechaos/klib/pull/73#issuecomment-614900633). After extending the `kb_itr_getp()` fix to `kb_itr_get()` the quoted PR #73 passes the above test program.

I'd think you are supposed to use the ULPI DIR signal to control an IO buffer. In xilinx and vhdl speak ````` G_BUF : for i in ulpi_data_out'range generate U_BUF...

Can you post the entire file, please?

I have tested the following configuration: - top_level that instantiates ulpi_wrapper - top level has 'input' ports for 'dir', 'nxt'; 'output' port for 'stp' and 'inout' ports for 'data' these...

Please do *not* merge this PR. A new line can easily be printed by the caller but one printed by the program is hard to 'undo'. A common use case,...