
Quick Start Tutorial
40
ProASIC3/E Starter Kit User’s Guide and Tutorial
elsif (Sload = '1') then
Qaux <= UNSIGNED(Data);
elsif (Clock'event and Clock = '1') then
if (Updown = '0') then
Qaux <= Qaux + 1;
else
Qaux <= Qaux - 1;
end if;
end if;
end process;
Q <= std_logic_vector(Qaux);
end behavioral;
3.
From the
File
menu, click
Save
. The design file counter appears in the Design Hierarchy. Libero IDE lists
count8.vhd
under HDL files in the File Manager, as shown in
Figure 7-9. Design Hierarchy
Summary of Contents for ProASIC3/E
Page 1: ...ProASIC3 E Starter Kit User s Guide and Tutorial...
Page 6: ......
Page 8: ......
Page 24: ......
Page 28: ......
Page 34: ......
Page 66: ......
Page 70: ......
Page 80: ......
Page 94: ...94 ProASIC3 E Starter Kit User s Guide and Tutorial Figure C 1 Layer 1 Top Signal Layer...
Page 95: ...ProASIC3 E Starter Kit User s Guide and Tutorial 95 Figure C 2 Layer 2 Ground Plane Blank...
Page 97: ...ProASIC3 E Starter Kit User s Guide and Tutorial 97 Figure C 4 Layer 4 LVDS Transmit Layer...
Page 98: ...98 ProASIC3 E Starter Kit User s Guide and Tutorial Figure C 5 Layer 5 Power Plane Blank...
Page 99: ...ProASIC3 E Starter Kit User s Guide and Tutorial 99 Figure C 6 Layer 6 Bottom...
Page 105: ......