![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Figure 1: Actel 1010 External Block Diagram |
Input Module (Figure 5: Input Module) , will allow the user to input information into the system by pressing a button to perform the following actions:
Pressing the Display Record High Temperature (Display Record Low Termperature)
key, will display the record high (low) temp's that have occurred since the last time the
Reset Record Temperatures key was pressed. The Reset Active Alarms key, will
deactivate the visual and audio alarms. Note that in a production model of this project
the DIP's would be eliminated and the user would enter the values in another way.
Pressing either the Display High Alarm Temperature or Display Low Alarm
Temperature key will display the selected threshold temp on the LED display.
The Display Module (Figure 6: Display Module) differs greatly from the original
display module we were going to use. The intended display was a 80 character x 2 row
LCD display but it was going to take up too much of the logic in the Actel A1010B
FPGA so we had to get rid of it in favor of two seven segment LED displays
(MAN74A) and a GREEN LED to indicate a negative number. The pins DDI3 through
DDI0 represent the least significant number while DDI6 through DDI4 represent the
most significant number.
The ECLK (Figure 7: Clock Module) signal (see Table 2: I/O Pins on Actel
FPGA) is generated by an external circuit using a 555 timer. This 555 timer based
circuit will generate a clock frequency of 5.0kHz. An external module was chosen
because of the relatively low frequency at which the clock is being run and the ease of
adjustment during the development of the project. The production run of this project
would use a crystal (external) to the FPGA while maintaining low frequency
considerations.
The external modules' parts list can be found in the Table 3: Hardware Parts
List.
![]() |
Figure 8: Actel 1010 Internal Block Diagram |
Level Up: | None |
Level Down: | Alarm Module |
Record Module | |
Display Module | |
7 Bit Latch |
Step | Operation Performed | Result |
a | Set TDI to +25C | Set Current Temperature |
b | Set ALDI to -20C | Set Alarm Low Temperature |
c | Set AHDI to +32C | Set Alarm High Temperature |
d | Press BAHT | Display shows High Alarm Temperature |
e | Press BALT | Display shows Low Alarm Temperature |
f | Set TDI to +49C | Display shows +49C and High Alarm goes off. |
g | Press BRAT | Alarm is off while button is pressed but goes off again once it is released. |
h | Set TDI to -10C | High alarm is still active. Display shows -10C. |
i | Press BRAT | Alarm goes off and stays off. |
j | Set TDI to -20C | Display shows -20C. |
k | Set TDI to -21C | Low temperature alarm goes off. Display shows -21C. |
l | Set TDI to +5C | Low temperature alarm still sounding. Display reads +5C |
m | Press BRAT | Alarm Stops. |
n | Press BRHT | Display shows Record High Temperature of +49C. |
o | Press BRLT | Display shows Record Low Temperature of -21C. |
p | Press BRRT | Display is showing the current temperature of +5C. |
q | Press BRHT | Display shows new Record High Temperature of +5C. |
r | Press BRLT | Display shows new Record Low Temperature of +5C. |
Level Up: | Main Module |
Level Down: | Binary to BCD Module |
Negativer | |
Display Logic Module | |
(1 by 6) bit Adder | |
7 Bit AB Switch | |
7 Bit ABCD Switch |
Level Up: | Display Module |
Level Down: | 4 Bit Binary to BCD Converter |
Level Up: | Display Module |
Level Down: | None |
Level Up: | Binary to BCD Module |
Level Down: | None |
Level Up: | 4 Bit Binary to BCD Module |
Level Down: | None |
Level Up: | Display Module |
Level Down: | None |
Level Up: | Display Module |
Level Down: | None |
Level Up: | Display Module |
Level Down: | None |
Level Up: | Main Module |
Level Down: | Record Control Logic |
7 Bit AB Switch | |
Comparator | |
7 Bit Latch |
Level Up: | Record Module |
Level Down: | None |
Level Up: | Main Module |
Level Down: | Alarm Control Logic |
Alarm Latches | |
Comparator | |
7 Bit AB Switch | |
7 Bit Latch |
Level Up: | Alarm Module |
Level Down: | None |
Level Up: | Alarm Module |
Level Down: | None |
Level Up: | Alarm Module |
Display Module | |
Record Module | |
Level Down: | None |
Level Up: | Alarm Module |
Record Module | |
Level Down: | MCMPC8 from ACT1 Library |
Level Up: | Main Module |
Alarm Module | |
Record Module | |
Level Down: | None |
Pin Number | Pin Label | Description | Input/Output |
41 | AHDI0 | Alarm High Setting | Input |
39 | AHDI1 | Alarm High Setting | Input |
40 | AHDI2 | Alarm High Setting | Input |
63 | AHDI3 | Alarm High Setting | Input |
65 | AHDI4 | Alarm High Setting | Input |
64 | AHDI5 | Alarm High Setting | Input |
62 | AHDI6 | Alarm High Setting | Input |
42 | ALDI0 | Alarm Low Setting | Input |
44 | ALDI1 | Alarm Low Setting | Input |
43 | ALDI2 | Alarm Low Setting | Input |
60 | ALDI3 | Alarm Low Setting | Input |
53 | ALDI4 | Alarm Low Setting | Input |
51 | ALDI5 | Alarm Low Setting | Input |
61 | ALDI6 | Alarm Low Setting | Input |
18 | BAHT | Display Alarm High | Input |
01 | BALT | Display Alarm Low | Input |
47 | BRAT | Reset Active Alarms | Input |
07 | BRHT | Display Record High | Input |
02 | BRLT | Display Record Low | Input |
09 | BRRT | Reset Record Temps | Input |
50 | RESET | Power On Reset | Input |
46 | AHO | Alarm High Signal | Output |
48 | ALO | Alarm Low Signal | Output |
45 | BUZZ | Alarm Audio Signal | Output |
36 | DDI0 | Display | Output |
20 | DDI1 | Display | Output |
24 | DDI2 | Display | Output |
23 | DDI3 | Display | Output |
22 | DDI4 | Display | Output |
28 | DDI5 | Display | Output |
29 | DDI6 | Display | Output |
35 | ISNEG | Negative Sign | Output |
68 | TDI0 | Current Temp | Input |
37 | TDI1 | Current Temp | Input |
67 | TDI2 | Current Temp | Input |
08 | TDI3 | Current Temp | Input |
05 | TDI4 | Current Temp | Input |
06 | TDI5 | Current Temp | Input |
03 | TDI6 | Current Temp | Input |
Part Number | Part Description | Location |
U1 | TEXAS INSTRUMENTS 7408 2 I/P POSITIVE AND GATE |
Input Module |
U2 | 7448 Seven Segment LED Display Driver | Display Module |
U5 | MAN74A Seven Segment LED Display | Display Module |
U6 | ADC0804 8-BIT A/D CONV. | Temperature Module |
U7 | LM335 TEMPERTURE SENSOR | Temperature Module |
U8 | 7448 Seven Segment LED Display Driver | Display Module |
U9 | MAN74A Seven Segment LED Display | Display Module |
U10 | MC1 555 TIMER | Clock Module |
D1 | Red LED | Display Module |
D2 | Red LED | Alarm Module |
D3 | Green LED | Alarm Module |
Buzzer | Piezo +9V Transducer | Alarm Module |
C1 | 33000nF TANTALUM CAPACITOR | Tempature Module |
C2 | 100nF CERAMIC MONOLITHIC CAPACITOR | Tempature Module |
C3 | 100nF CERAMIC MONOLITHIC CAPACITOR | Clock Module |
C4 | 1000nF CERAMIC MONOLITHIC CAPACITOR | Clock Module |
R1 | 10k 1/4W CARBON RESISTOR | Tempature Module |
R2 | 100k 1/4W CARBON RESISTOR | Tempature Module |
R3 | 10k TRIMMER POTENTIOMETER | Tempature Module |
R4 | 10k TRIMMER POTENTIOMETER | Tempature Module |
R5 | 10k 1/4W CARBON RESISTOR | Tempature Module |
R7 | 0.680k 1/4W CARBON RESISTOR | Clock Module |
R8 | 1k 1/4W CARBON RESISTOR | Clock Module |
R9 - R22 | 1k 1/4W CARBON RESISTOR | Alarm Inputs |
R23 - R30 | 1k 1/4W CARBON RESISTOR | Button Inputs |
SW DIP-1 | 7 Switch DIP Switch | Alarm Module |
SW DIP-2 | 7 Switch DIP Switch | Alarm Module |
SW DIP-3 | 7 Switch DIP Switch | Button Inputs |
Temperature | DIP Setting | Temperature | DIP Setting |
+63 | 111 1111 | -63 | 000 0001 |
+62 | 111 1110 | -62 | 000 0010 |
+61 | 111 1101 | -61 | 000 0011 |
+60 | 111 1100 | -60 | 000 0100 |
+59 | 111 1011 | -59 | 000 0101 |
+58 | 111 1010 | -58 | 000 0110 |
+57 | 111 1001 | -57 | 000 0111 |
+56 | 111 1000 | -56 | 000 1000 |
+55 | 111 0111 | -55 | 000 1001 |
+54 | 111 0110 | -54 | 000 1010 |
+53 | 111 0101 | -53 | 000 1011 |
+52 | 111 0100 | -52 | 000 1100 |
+51 | 111 0011 | -51 | 000 1101 |
+50 | 111 0010 | -50 | 000 1110 |
+49 | 111 0001 | -49 | 000 1111 |
+48 | 111 0000 | -48 | 001 0000 |
+47 | 110 1111 | -47 | 001 0001 |
+46 | 110 1110 | -46 | 001 0010 |
+45 | 110 1101 | -45 | 001 0011 |
+44 | 110 1100 | -44 | 001 0100 |
+43 | 110 1011 | -43 | 001 0101 |
+42 | 110 1010 | -42 | 001 0110 |
+41 | 110 1001 | -41 | 001 0111 |
+40 | 110 1000 | -40 | 001 1000 |
+39 | 110 0111 | -39 | 001 1001 |
+38 | 110 0110 | -38 | 001 1010 |
+37 | 110 0101 | -37 | 001 1011 |
+36 | 110 0100 | -36 | 001 1100 |
+35 | 110 0011 | -35 | 001 1101 |
+34 | 110 0010 | -34 | 001 1110 |
+33 | 110 0001 | -33 | 001 1111 |
+32 | 110 0000 | -32 | 010 0000 |
+31 | 101 1111 | -31 | 010 0001 |
+30 | 101 1110 | -30 | 010 0010 |
+29 | 101 1101 | -29 | 010 0011 |
+28 | 101 1100 | -28 | 010 0100 |
+27 | 101 1011 | -27 | 010 0101 |
+26 | 101 1010 | -26 | 010 0110 |
+25 | 101 1001 | -25 | 010 0111 |
+24 | 101 1000 | -24 | 010 1000 |
+23 | 101 0111 | -23 | 010 1001 |
+22 | 101 0110 | -22 | 010 1010 |
+21 | 101 0101 | -21 | 010 1011 |
+20 | 101 0100 | -20 | 010 1100 |
+19 | 101 0011 | -19 | 010 1101 |
+18 | 101 0010 | -18 | 010 1110 |
+17 | 101 0001 | -17 | 010 1111 |
+16 | 101 0000 | -16 | 011 0000 |
+15 | 100 1111 | -15 | 011 0001 |
+14 | 100 1110 | -14 | 011 0010 |
+13 | 100 1101 | -13 | 011 0011 |
+12 | 100 1100 | -12 | 011 0100 |
+11 | 100 1011 | -11 | 011 0101 |
+10 | 100 1010 | -10 | 011 0110 |
+9 | 100 1001 | -9 | 011 0111 |
+8 | 100 1000 | -8 | 011 1000 |
+7 | 100 0111 | -7 | 011 1001 |
+6 | 100 0110 | -6 | 011 1010 |
+5 | 100 0101 | -5 | 011 1011 |
+4 | 100 0100 | -4 | 011 1100 |
+3 | 100 0011 | -3 | 011 1101 |
+2 | 100 0010 | -2 | 011 1110 |
+1 | 100 0001 | -1 | 011 1111 |
0 | 100 0000 | 0 | 100 0000 |