From d3149842b6d96cfaae1d2164be494ac95fb233a8 Mon Sep 17 00:00:00 2001 From: Iztok Jeras Date: Mon, 6 Aug 2012 00:53:54 +0200 Subject: onewire: added some details on how sockit_owm dumps were created --- onewire/sockit_owm/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'onewire') 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 -- cgit v1.2.3-54-g00ecf