Changes

Jump to navigation Jump to search
Line 242: Line 242:  
** outputs
 
** outputs
 
*** - All temperature sensor control lines -
 
*** - All temperature sensor control lines -
*** ''T_Done'': goes high when reset/initialization process is complete, falls on ''Go'' pulse
   
*** ''Data'': 10-bit data bus to carry data to FPGA internal registers
 
*** ''Data'': 10-bit data bus to carry data to FPGA internal registers
 
* '''Coordinator'''
 
* '''Coordinator'''
Line 250: Line 249:  
*** ''/Rst'': asynchronous, active-low reset
 
*** ''/Rst'': asynchronous, active-low reset
 
*** ''A_Done'': high when ADC is done polling
 
*** ''A_Done'': high when ADC is done polling
*** ''T_Done'': high when temperature sensor is done polling
  −
** internal signals
  −
*** ''Flag'' <= ''A_done'' and ''T_Done''
   
** outputs
 
** outputs
*** ''Done'': when ''Flag'' goes high, ''Done'' pulses for one cycle; connects to state register as an enable
+
*** ''Done'': when ''A_Done'' goes high, ''Done'' pulses for one cycle; connects to state register as an enable
 +
**: Note that the temperature sensor does not signal completion.  That is because the temperature sensor need only update one value, while the ADC must update eight values.  Thus it is known ahead of time that the temperature sensor will already be done by the time the ADC is done.
 
*** ''New_St'': new state to be written to the state register; goes to 101 while ''Done'' is high
 
*** ''New_St'': new state to be written to the state register; goes to 101 while ''Done'' is high
  
461

edits

Navigation menu