diff options
author | Iztok Jeras <iztok.jeras@gmail.com> | 2012-08-06 00:53:54 +0200 |
---|---|---|
committer | Iztok Jeras <iztok.jeras@gmail.com> | 2012-08-06 00:53:54 +0200 |
commit | d3149842b6d96cfaae1d2164be494ac95fb233a8 (patch) | |
tree | 9126ee4469dc532897c664ff8f3427182dd5810e /onewire/sockit_owm/README | |
parent | b636dd75fcc09b8e996a83210262d49a0a9e3cb1 (diff) | |
download | sigrok-dumps-d3149842b6d96cfaae1d2164be494ac95fb233a8.tar.gz sigrok-dumps-d3149842b6d96cfaae1d2164be494ac95fb233a8.zip |
onewire: added some details on how sockit_owm dumps were created
Diffstat (limited to 'onewire/sockit_owm/README')
-rw-r--r-- | onewire/sockit_owm/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/onewire/sockit_owm/README b/onewire/sockit_owm/README index e894f08..ec19be4 100644 --- a/onewire/sockit_owm/README +++ b/onewire/sockit_owm/README @@ -1,5 +1,18 @@ +This directory contains waveforms created by accesing various onewire devices +using the 'sockit_owm' Verilog master. The master is used in a demo hardware +(Terasic DE1 development board, and a Quartus/Qsys project) and software (also +available as a Nios II project) implementation available at the next GIT repo. + +https://github.com/jeras/sockit_owm + + +This dumps were created using sigrok with the following command: + sigrok-cli -d 0:samplerate=8000000 --time 4s -p 1=OWR -t OWR=0 -o onewire.sr + +This is the console output after running the demo: + (0) 6700000003A6A842 25.9 Celsius (1) 3F000000C8CF9B28 25.8 Celsius (2) 44000801E51EC510 25.9 Celsius |