1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - rasmus
2
Open Bench Logic Sniffer / Re: Re: Status of RLE
I'm not able to recreate the problem with 100 MHz sample rate in the 0.9.2 client.
3
Open Bench Logic Sniffer / Re: Status of RLE
The finish command is now 0x05.
Timer removed in favor of the finish command.
The code has been optimized and made easier to read.
4
Open Bench Logic Sniffer / Re: Status of RLE
5
Open Bench Logic Sniffer / Re: Status of RLE
6
Open Bench Logic Sniffer / Re: Status of RLE
Anyway, with regards to jgover's idea to use a software timer instead of a hardware timer: that would certainly reduce resource use in the FPGA significantly. We're talking 5% to 25% depending on which resource you're looking at.
7
Open Bench Logic Sniffer / Re: Status of RLE
8
Open Bench Logic Sniffer / Re: Status of RLE
32-bit mode would use a 32-bit counter, 16-bit mode a 16-bit counter and 8-bit mode an 8-bit counter.
jgover's scheme is equivalent to a timer, but the most flexible and responsive solution is to send a command from the client to finish the RLE capture. The hardware timer wouldn't really be needed anymore.
Edit: Like I said before it's not obvious that the scheme jgover proposed would use fewer resources on the Spartan 3E. The only way to find out is to test it and compare the results.
9
Open Bench Logic Sniffer / Re: SUMP metadata command
10
Open Bench Logic Sniffer / Re: Status of RLE
11
Open Bench Logic Sniffer / Re: Status of RLE
I do get the expected response to 02 when I send it to the OLS, so something is working.
12
Open Bench Logic Sniffer / Re: Status of RLE
13
Open Bench Logic Sniffer / Re: Status of RLE
jawi: The hardware timer starts ticking when it gets a '1' on the run signal, which I suspect is the final trigger event.
14
Open Bench Logic Sniffer / Re: Status of RLE
Supports the following new commands:
90h - set RLE timer)
91h - finish now
15
Open Bench Logic Sniffer / Re: Status of RLE
The finish now feature is probably something that the user wants. Responsiveness is good. You might think you want a 60 second timeout, but then you realize the data you need has probably already been captured. Finish now!