Xilinx
Xilinx
Step 3:File New Project Step 4:Project Name: test Next Step 5: Product Category:All Family:Spartan3 Device:XC3S200 Package:FT256 Speed:-5 Top Level Source Type:HDL Synthesis Tool:XST(VHDL/Verilog) Simulator:Modelsim SE VHDL Preferred Language:VHDL Next Step 6:New Source Step 7:File Name:test module Step 8:VHDL Module Next Step 9: Port Name a,b c Next Finish Yes Next Step 10: Next Finish Direction in out
---------------------------------------------------------------------------------- Company: -- Engineer: --- Create Date: -- Design Name: -- Module Name: -- Project Name: -- Target Devices: -- Tool versions: -- Description: --- Dependencies: --- Revision: -- Revision 0.01 - File Created -- Additional Comments: ---------------------------------------------------------------------------------library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; test_file - Behavioral 19:47:30 01/20/2012
---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all;
begin
end Behavioral;
Step 11: Synthesize XST Step 12: Check Syntax Step 13:View Synthesis Report
-- Design Name: -- Module Name: -- Project Name: -- Target Devices: -- Tool versions: -- Description: --- Dependencies: --- Revision: -- Revision 0.01 - File Created -- Additional Comments: ---------------------------------------------------------------------------------library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ag - Behavioral
---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all;
STD_LOGIC);
architecture Behavioral of ag is
end Behavioral;