<Ishan_Bansal>
Also if you see the dct.vcd formed, it seems that everything goes fine, even the outputs have figure out their valuennings correctly but the only thing is the stimulator is not stop ru
<Ishan_Bansal>
rjo : Yes , It is being stuck in only a single loop.
<Ishan_Bansal>
rjo : For verification I put a print statement in execute function and as a result it keeps on printing the same text infinite times, indicating that the same loop is being repeated
<rjo>
Ishan_Bansal: same **clock cycle**?
<Ishan_Bansal>
rjo: How can I found that
<rjo>
Ishan_Bansal: just print the clock cycle in your generator.
<rjo>
Ishan_Bansal: and obviously make sure you don't have a combinatorial loop in your code.
<Ishan_Bansal>
I think the clock cycle is not same for every case, as because when I increase the time of running the code before interrupt and open the .vcd the time shown by the gtkwave software increases indicating increase in the number of clock cycles.
<Ishan_Bansal>
rjo : Also I checked my code again and it seems that their is no such loop of combinational logic
Ishan_Bansal has quit [Quit: Page closed]
<GitHub64>
[artiq] jbqubit commented on issue #40: DRTIO enables increased flexibility with an incremental increase in complexity in the form of implementation-dependent latency compensation. As @jordens pointed out the ARTIQ plan is for an elegant mechanism handle this issue. ... https://github.com/m-labs/artiq/issues/40#issuecomment-307226562
<GitHub23>
[artiq] whitequark commented on issue #741: @jordens It's used when debugging, because the user-readable representation can hide some details that may make inference fail. Of course that is not visible from source code. https://github.com/m-labs/artiq/issues/741#issuecomment-307234187
<GitHub84>
[artiq] jordens commented on issue #742: Let's exclude a couple of things (cheap, hacked scope, interactions of cables with scope, missing termination, balun, DAC output stage) on your end first:... https://github.com/m-labs/artiq/issues/742#issuecomment-307248498
<GitHub58>
[artiq] jordens commented on issue #743: Most likely a balun/cable/termination/filter/scope effect. Try smaller amplitude, longer/shorter cable, termination at scope, probe actual DAC output etc. https://github.com/m-labs/artiq/issues/743#issuecomment-307248869