Analysis & Synthesis report for control
Thu Nov 11 05:12:02 2004
Version 4.1 Build 208 09/10/2004 Service Pack 2 SJ Web Edition
---------------------
; Table of Contents ;
-------------------
Version 4.1 Build 208 09/10/2004 Service Pack 2 SJ Web Edition
5
OFF
OFF
OFF
OFF
0
# entity
control
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_insensitive
# source_file
control.v
Flow Status : Successful - Thu Nov 11 05:12:14 2004
Quartus II Version : 4.1 Build 208 09/10/2004 SP 2 SJ Web Edition
Revision Name : control
Top-level Entity Name : control
Family : APEX20KE
Dev
library ieee;
use ieee.std_logic_1164.all;
entity control is
port (clk ,start:in std_logic;
cnt_en,clr:out std_logic);
end;
architecture rtl of control is
signal en:std_logic;
b