add false paths to design constraints

This commit is contained in:
Markus Fröschle
2015-09-20 16:23:52 +00:00
parent f72db5f2b5
commit fb3fcdf996
12 changed files with 1883 additions and 1864 deletions

View File

@@ -37,109 +37,109 @@ ENTITY falconio_sdcard_ide_cf IS
-- {{ALTERA_IO_BEGIN}} DO NOT REMOVE THIS LINE! -- {{ALTERA_IO_BEGIN}} DO NOT REMOVE THIS LINE!
PORT PORT
( (
CLK33M : IN std_logic; CLK33M : IN std_logic;
MAIN_CLK : IN std_logic; MAIN_CLK : IN std_logic;
CLK2M : IN std_logic; CLK2M : IN std_logic;
CLK500k : IN std_logic; CLK500k : IN std_logic;
nFB_CS1 : IN std_logic; nFB_CS1 : IN std_logic;
FB_SIZE0 : IN std_logic; FB_SIZE0 : IN std_logic;
FB_SIZE1 : IN std_logic; FB_SIZE1 : IN std_logic;
nFB_BURST : IN std_logic; nFB_BURST : IN std_logic;
FB_ADR : IN std_logic_vector(31 DOWNTO 0); FB_ADR : IN std_logic_vector(31 DOWNTO 0);
LP_BUSY : IN std_logic; LP_BUSY : IN std_logic;
nACSI_DRQ : IN std_logic; nACSI_DRQ : IN std_logic;
nACSI_INT : IN std_logic; nACSI_INT : IN std_logic;
nSCSI_DRQ : IN std_logic; nSCSI_DRQ : IN std_logic;
nSCSI_MSG : IN std_logic; nSCSI_MSG : IN std_logic;
MIDI_IN : IN std_logic; MIDI_IN : IN std_logic;
RxD : IN std_logic; RxD : IN std_logic;
CTS : IN std_logic; CTS : IN std_logic;
RI : IN std_logic; RI : IN std_logic;
DCD : IN std_logic; DCD : IN std_logic;
AMKB_RX : IN std_logic; AMKB_RX : IN std_logic;
PIC_AMKB_RX : IN std_logic; PIC_AMKB_RX : IN std_logic;
IDE_RDY : IN std_logic; IDE_RDY : IN std_logic;
IDE_INT : IN std_logic; IDE_INT : IN std_logic;
WP_CS_CARD : IN std_logic; WP_CS_CARD : IN std_logic;
nINDEX : IN std_logic; nINDEX : IN std_logic;
TRACK00 : IN std_logic; TRACK00 : IN std_logic;
nRD_DATA : IN std_logic; nRD_DATA : IN std_logic;
nDCHG : IN std_logic; nDCHG : IN std_logic;
SD_DATA0 : IN std_logic; SD_DATA0 : IN std_logic;
SD_DATA1 : IN std_logic; SD_DATA1 : IN std_logic;
SD_DATA2 : IN std_logic; SD_DATA2 : IN std_logic;
SD_CARD_DEDECT : IN std_logic; SD_CARD_DEDECT : IN std_logic;
SD_WP : IN std_logic; SD_WP : IN std_logic;
nDACK0 : IN std_logic; nDACK0 : IN std_logic;
nFB_WR : INOUT std_logic; nFB_WR : INOUT std_logic;
WP_CF_CARD : IN std_logic; WP_CF_CARD : IN std_logic;
nWP : IN std_logic; nWP : IN std_logic;
nFB_CS2 : IN std_logic; nFB_CS2 : IN std_logic;
nRSTO : IN std_logic; nRSTO : IN std_logic;
HD_DD : IN std_logic; HD_DD : IN std_logic;
nSCSI_C_D : IN std_logic; nSCSI_C_D : IN std_logic;
nSCSI_I_O : IN std_logic; nSCSI_I_O : IN std_logic;
CLK2M4576 : IN std_logic; CLK2M4576 : IN std_logic;
nFB_OE : IN std_logic; nFB_OE : IN std_logic;
VSYNC : IN std_logic; VSYNC : IN std_logic;
HSYNC : IN std_logic; HSYNC : IN std_logic;
DSP_INT : IN std_logic; DSP_INT : IN std_logic;
nBLANK : IN std_logic; nBLANK : IN std_logic;
FDC_CLK : IN std_logic; FDC_CLK : IN std_logic;
FB_ALE : IN std_logic; FB_ALE : IN std_logic;
ACP_CONF : IN std_logic_vector(31 DOWNTO 24); ACP_CONF : IN std_logic_vector(31 DOWNTO 24);
nIDE_CS1 : OUT std_logic; nIDE_CS1 : OUT std_logic;
nIDE_CS0 : OUT std_logic; nIDE_CS0 : OUT std_logic;
LP_STR : OUT std_logic; LP_STR : OUT std_logic;
LP_DIR : OUT std_logic; LP_DIR : OUT std_logic;
nACSI_ACK : OUT std_logic; nACSI_ACK : OUT std_logic;
nACSI_RESET : OUT std_logic; nACSI_RESET : OUT std_logic;
nACSI_CS : OUT std_logic; nACSI_CS : OUT std_logic;
ACSI_DIR : OUT std_logic; ACSI_DIR : OUT std_logic;
ACSI_A1 : OUT std_logic; ACSI_A1 : OUT std_logic;
nSCSI_ACK : OUT std_logic; nSCSI_ACK : OUT std_logic;
nSCSI_ATN : OUT std_logic; nSCSI_ATN : OUT std_logic;
SCSI_DIR : OUT std_logic; SCSI_DIR : OUT std_logic;
SD_CLK : OUT std_logic; SD_CLK : OUT std_logic;
YM_QA : OUT std_logic; YM_QA : OUT std_logic;
YM_QC : OUT std_logic; YM_QC : OUT std_logic;
YM_QB : OUT std_logic; YM_QB : OUT std_logic;
nSDSEL : OUT std_logic; nSDSEL : OUT std_logic;
STEP : OUT std_logic; STEP : OUT std_logic;
MOT_ON : OUT std_logic; MOT_ON : OUT std_logic;
nRP_LDS : OUT std_logic; nRP_LDS : OUT std_logic;
nRP_UDS : OUT std_logic; nRP_UDS : OUT std_logic;
nROM4 : OUT std_logic; nROM4 : OUT std_logic;
nROM3 : OUT std_logic; nROM3 : OUT std_logic;
nCF_CS1 : OUT std_logic; nCF_CS1 : OUT std_logic;
nCF_CS0 : OUT std_logic; nCF_CS0 : OUT std_logic;
nIDE_RD : INOUT std_logic; nIDE_RD : INOUT std_logic;
nIDE_WR : INOUT std_logic; nIDE_WR : INOUT std_logic;
AMKB_TX : OUT std_logic; AMKB_TX : OUT std_logic;
IDE_RES : OUT std_logic; IDE_RES : OUT std_logic;
DTR : OUT std_logic; DTR : OUT std_logic;
RTS : OUT std_logic; RTS : OUT std_logic;
TxD : OUT std_logic; TxD : OUT std_logic;
MIDI_OLR : OUT std_logic; MIDI_OLR : OUT std_logic;
MIDI_TLR : OUT std_logic; MIDI_TLR : OUT std_logic;
nDREQ0 : OUT std_logic; nDREQ0 : OUT std_logic;
DSA_D : OUT std_logic; DSA_D : OUT std_logic;
nMFP_INT : OUT std_logic; nMFP_INT : OUT std_logic;
FALCON_IO_TA : OUT std_logic; FALCON_IO_TA : OUT std_logic;
STEP_DIR : OUT std_logic; STEP_DIR : OUT std_logic;
WR_DATA : OUT std_logic; WR_DATA : OUT std_logic;
WR_GATE : OUT std_logic; WR_GATE : OUT std_logic;
DMA_DRQ : OUT std_logic; DMA_DRQ : OUT std_logic;
FB_AD : INOUT std_logic_vector(31 DOWNTO 0); FB_AD : INOUT std_logic_vector(31 DOWNTO 0);
LP_D : INOUT std_logic_vector(7 DOWNTO 0); LP_D : INOUT std_logic_vector(7 DOWNTO 0);
ACSI_D : INOUT std_logic_vector(7 DOWNTO 0); ACSI_D : INOUT std_logic_vector(7 DOWNTO 0);
SCSI_D : INOUT std_logic_vector(7 DOWNTO 0); SCSI_D : INOUT std_logic_vector(7 DOWNTO 0);
SCSI_PAR : INOUT std_logic; SCSI_PAR : INOUT std_logic;
nSCSI_SEL : INOUT std_logic; nSCSI_SEL : INOUT std_logic;
nSCSI_BUSY : INOUT std_logic; nSCSI_BUSY : INOUT std_logic;
nSCSI_RST : INOUT std_logic; nSCSI_RST : INOUT std_logic;
SD_CD_DATA3 : INOUT std_logic; SD_CD_DATA3 : INOUT std_logic;
SD_CDM_D1 : INOUT std_logic SD_CDM_D1 : INOUT std_logic
); );
-- {{ALTERA_IO_END}} DO NOT REMOVE THIS LINE! -- {{ALTERA_IO_END}} DO NOT REMOVE THIS LINE!
@@ -228,7 +228,9 @@ END falconio_sdcard_ide_cf;
SIGNAL WRF_RDE : std_logic; SIGNAL WRF_RDE : std_logic;
SIGNAL WRF_WRE : std_logic; SIGNAL WRF_WRE : std_logic;
SIGNAL nFDC_WR : std_logic; SIGNAL nFDC_WR : std_logic;
type FCF_STATES is( FCF_IDLE, FCF_T0, FCF_T1, FCF_T2, FCF_T3, FCF_T6, FCF_T7);
TYPE FCF_STATES IS (FCF_IDLE, FCF_T0, FCF_T1, FCF_T2, FCF_T3, FCF_T6, FCF_T7);
SIGNAL FCF_STATE : FCF_STATES; SIGNAL FCF_STATE : FCF_STATES;
SIGNAL NEXT_FCF_STATE : FCF_STATES; SIGNAL NEXT_FCF_STATE : FCF_STATES;
SIGNAL DMA_REQ : std_logic; SIGNAL DMA_REQ : std_logic;
@@ -239,6 +241,7 @@ END falconio_sdcard_ide_cf;
SIGNAL DMA_ACTIV : std_logic; SIGNAL DMA_ACTIV : std_logic;
SIGNAL DMA_ACTIV_NEW : std_logic; SIGNAL DMA_ACTIV_NEW : std_logic;
SIGNAL FDC_OUT : std_logic_vector(7 DOWNTO 0); SIGNAL FDC_OUT : std_logic_vector(7 DOWNTO 0);
-- SCSI -- SCSI
SIGNAL SCSI_CS : std_logic; SIGNAL SCSI_CS : std_logic;
SIGNAL SCSI_CSn : std_logic; SIGNAL SCSI_CSn : std_logic;
@@ -256,6 +259,7 @@ END falconio_sdcard_ide_cf;
SIGNAL BSY_EN : std_logic; SIGNAL BSY_EN : std_logic;
SIGNAL SEL_OUTn : std_logic; SIGNAL SEL_OUTn : std_logic;
SIGNAL SEL_EN : std_logic; SIGNAL SEL_EN : std_logic;
-- IDE -- IDE
SIGNAL nnIDE_RES : std_logic; SIGNAL nnIDE_RES : std_logic;
SIGNAL IDE_CF_CS : std_logic; SIGNAL IDE_CF_CS : std_logic;
@@ -268,25 +272,28 @@ END falconio_sdcard_ide_cf;
BEGIN BEGIN
LONG <= '1' WHEN FB_SIZE1 = '0' and FB_SIZE0 = '0' ELSE '0'; LONG <= '1' WHEN FB_SIZE1 = '0' AND FB_SIZE0 = '0' ELSE '0';
BYT <= '1' WHEN FB_SIZE1 = '0' and FB_SIZE0 = '1' ELSE '0'; BYT <= '1' WHEN FB_SIZE1 = '0' AND FB_SIZE0 = '1' ELSE '0';
FB_B0 <= '1' WHEN FB_ADR(0) = '0' or BYT = '0' ELSE '0'; FB_B0 <= '1' WHEN FB_ADR(0) = '0' OR BYT = '0' ELSE '0';
FB_B1 <= '1' WHEN FB_ADR(0) = '1' or BYT = '0' ELSE '0'; FB_B1 <= '1' WHEN FB_ADR(0) = '1' OR BYT = '0' ELSE '0';
FALCON_IO_TA <= '1' WHEN SNDCS = '1' or DTACK_OUT_MFPn = '0' or ACIA_CS_I = '1' or DMA_MODUS_CS ='1' FALCON_IO_TA <= '1' WHEN SNDCS = '1' OR DTACK_OUT_MFPn = '0' OR ACIA_CS_I = '1' OR DMA_MODUS_CS ='1'
or DMA_ADR_CS = '1' or DMA_DIRM_CS = '1' or DMA_BYT_CNT_CS = '1' or FCF_CS = '1' or IDE_CF_TA = '1' ELSE '0'; OR DMA_ADR_CS = '1' OR DMA_DIRM_CS = '1' OR DMA_BYT_CNT_CS = '1' OR FCF_CS = '1' OR IDE_CF_TA = '1' ELSE '0';
SUB_BUS <= '1' WHEN nFB_WR = '1' and ROM_CS = '1' ELSE
'1' WHEN nFB_WR = '1' and IDE_CF_CS = '1' ELSE SUB_BUS <= '1' WHEN nFB_WR = '1' AND ROM_CS = '1' ELSE
'1' WHEN nFB_WR = '0' and nIDE_WR = '0' ELSE '0'; '1' WHEN nFB_WR = '1' AND IDE_CF_CS = '1' ELSE
nRP_UDS <= '0' WHEN SUB_BUS = '1' and FB_B0 = '1' ELSE '1'; '1' WHEN nFB_WR = '0' AND nIDE_WR = '0' ELSE '0';
nRP_LDS <= '0' WHEN SUB_BUS = '1' and FB_B1 = '1' ELSE '1'; nRP_UDS <= '0' WHEN SUB_BUS = '1' AND FB_B0 = '1' ELSE '1';
nRP_LDS <= '0' WHEN SUB_BUS = '1' AND FB_B1 = '1' ELSE '1';
nDREQ0 <= '0'; nDREQ0 <= '0';
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- SD -- SD
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
SD_CLK <= 'Z'; SD_CLK <= 'Z';
SD_CD_DATA3 <= 'Z'; SD_CD_DATA3 <= 'Z';
SD_CDM_D1 <= 'Z'; SD_CDM_D1 <= 'Z';
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- IDE -- IDE
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
@@ -344,16 +351,21 @@ BEGIN
END CASE; END CASE;
END PROCESS CMD_DECODER; END PROCESS CMD_DECODER;
IDE_RES <= not nnIDE_RES and nRSTO; IDE_RES <= NOT nnIDE_RES AND nRSTO;
IDE_CF_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 7) = x"0" ELSE '0'; -- FFF0'0000/80 IDE_CF_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 7) = x"0" ELSE '0'; -- FFF0'0000/80
nCF_CS0 <= '0' WHEN ACP_CONF(31) = '0' and FB_ADR(19 DOWNTO 5) = x"0" ELSE -- FFFO'0000-FFF0'001F
'0' WHEN ACP_CONF(31) = '1' and FB_ADR(19 DOWNTO 5) = x"2" ELSE '1'; -- FFFO'0040-FFF0'005F nCF_CS0 <= '0' WHEN ACP_CONF(31) = '0' AND FB_ADR(19 DOWNTO 5) = x"0" ELSE -- FFFO'0000-FFF0'001F
nCF_CS1 <= '0' WHEN ACP_CONF(31) = '0' and FB_ADR(19 DOWNTO 5) = x"1" ELSE -- FFF0'0020-FFF0'003F '0' WHEN ACP_CONF(31) = '1' AND FB_ADR(19 DOWNTO 5) = x"2" ELSE '1'; -- FFFO'0040-FFF0'005F
'0' WHEN ACP_CONF(31) = '1' and FB_ADR(19 DOWNTO 5) = x"3" ELSE '1'; -- FFFO'0060-FFF0'007F
nIDE_CS0 <= '0' WHEN ACP_CONF(30) = '0' and FB_ADR(19 DOWNTO 5) = x"2" ELSE -- FFF0'0040-FFF0'005F nCF_CS1 <= '0' WHEN ACP_CONF(31) = '0' AND FB_ADR(19 DOWNTO 5) = x"1" ELSE -- FFF0'0020-FFF0'003F
'0' WHEN ACP_CONF(30) = '1' and FB_ADR(19 DOWNTO 5) = x"0" ELSE '1'; -- FFFO'0000-FFF0'001F '0' WHEN ACP_CONF(31) = '1' AND FB_ADR(19 DOWNTO 5) = x"3" ELSE '1'; -- FFFO'0060-FFF0'007F
nIDE_CS1 <= '0' WHEN ACP_CONF(30) = '0' and FB_ADR(19 DOWNTO 5) = x"3" ELSE -- FFF0'0060-FFF0'007F
'0' WHEN ACP_CONF(30) = '1' and FB_ADR(19 DOWNTO 5) = x"1" ELSE '1'; -- FFFO'0020-FFF0'003F nIDE_CS0 <= '0' WHEN ACP_CONF(30) = '0' AND FB_ADR(19 DOWNTO 5) = x"2" ELSE -- FFF0'0040-FFF0'005F
'0' WHEN ACP_CONF(30) = '1' AND FB_ADR(19 DOWNTO 5) = x"0" ELSE '1'; -- FFFO'0000-FFF0'001F
nIDE_CS1 <= '0' WHEN ACP_CONF(30) = '0' AND FB_ADR(19 DOWNTO 5) = x"3" ELSE -- FFF0'0060-FFF0'007F
'0' WHEN ACP_CONF(30) = '1' AND FB_ADR(19 DOWNTO 5) = x"1" ELSE '1'; -- FFFO'0020-FFF0'003F
----------------------------------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------------------------------
-- ACSI, SCSI UND FLOPPY WD1772 -- ACSI, SCSI UND FLOPPY WD1772
------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------
@@ -368,12 +380,15 @@ BEGIN
wrreq => RDF_WRE, wrreq => RDF_WRE,
q => RDF_DOUT, q => RDF_DOUT,
wrusedw => RDF_AZ wrusedw => RDF_AZ
); );
FCF_CS <= '1' WHEN nFB_CS2 = '0' and FB_ADR(26 DOWNTO 0) = x"0020110" and LONG = '1' ELSE '0'; -- F002'0110 LONG ONLY
FCF_APH <= '1' WHEN FB_ALE = '1' and FB_AD(31 DOWNTO 0) = x"F0020110" and LONG = '1' ELSE '0'; -- ADRESSPHASE F0020110 LONG ONLY FCF_CS <= '1' WHEN nFB_CS2 = '0' AND FB_ADR(26 DOWNTO 0) = x"0020110" AND LONG = '1' ELSE '0'; -- F002'0110 LONG ONLY
RDF_RDE <= '1' WHEN FCF_APH = '1' and nFB_WR = '1' ELSE '0'; -- AKTIVIEREN IN ADRESSPHASE FCF_APH <= '1' WHEN FB_ALE = '1' AND FB_AD(31 DOWNTO 0) = x"F0020110" AND LONG = '1' ELSE '0'; -- ADRESSPHASE F0020110 LONG ONLY
FB_AD <= RDF_DOUT(7 DOWNTO 0) & RDF_DOUT(15 DOWNTO 8) & RDF_DOUT(23 DOWNTO 16) & RDF_DOUT(31 DOWNTO 24) WHEN FCF_CS = '1' and nFB_OE = '0' ELSE "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"; RDF_RDE <= '1' WHEN FCF_APH = '1' AND nFB_WR = '1' ELSE '0'; -- AKTIVIEREN IN ADRESSPHASE
FB_AD <= RDF_DOUT(7 DOWNTO 0) & RDF_DOUT(15 DOWNTO 8) & RDF_DOUT(23 DOWNTO 16) & RDF_DOUT(31 DOWNTO 24) WHEN FCF_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
RDF_DIN <= CD_OUT_FDC WHEN DMA_MODUS(7) = '1' ELSE SCSI_DOUT; RDF_DIN <= CD_OUT_FDC WHEN DMA_MODUS(7) = '1' ELSE SCSI_DOUT;
-- daten write fifo -- daten write fifo
WRF: dcfifo1 WRF: dcfifo1
PORT MAP( PORT MAP(
@@ -385,11 +400,11 @@ BEGIN
wrreq => WRF_WRE, wrreq => WRF_WRE,
q => WRF_DOUT, q => WRF_DOUT,
rdusedw => WRF_AZ rdusedw => WRF_AZ
); );
CD_IN_FDC <= WRF_DOUT WHEN DMA_ACTIV = '1' and DMA_MODUS(8) = '1' ELSE FB_AD(23 DOWNTO 16); -- BEI DMA WRITE <-FIFO SONST <-FB CD_IN_FDC <= WRF_DOUT WHEN DMA_ACTIV = '1' AND DMA_MODUS(8) = '1' ELSE FB_AD(23 DOWNTO 16); -- BEI DMA WRITE <-FIFO SONST <-FB
DMA_AZ_CS <= '1' WHEN nFB_CS2 = '0' and FB_ADR(26 DOWNTO 0) = x"002010C" ELSE '0'; -- F002'010C LONG DMA_AZ_CS <= '1' WHEN nFB_CS2 = '0' AND FB_ADR(26 DOWNTO 0) = x"002010C" ELSE '0'; -- F002'010C LONG
FB_AD <= DMA_DRQ_Q & DMA_DRQ_REG & IDE_INT & FDINT & SCSI_INT & RDF_AZ & "0" & DMA_STATUS & "00" & WRF_AZ WHEN DMA_AZ_CS = '1' and nFB_OE = '0' ELSE "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"; FB_AD <= DMA_DRQ_Q & DMA_DRQ_REG & IDE_INT & FDINT & SCSI_INT & RDF_AZ & "0" & DMA_STATUS & "00" & WRF_AZ WHEN DMA_AZ_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
DMA_DRQ_Q <= '1' WHEN DMA_DRQ_REG = "11" and DMA_MODUS(6) = '0' ELSE '0'; DMA_DRQ_Q <= '1' WHEN DMA_DRQ_REG = "11" and DMA_MODUS(6) = '0' ELSE '0';
-- FIFO WRITE: GENAU 1 MAIN_CLK ------------------------------------------------------------------------- -- FIFO WRITE: GENAU 1 MAIN_CLK -------------------------------------------------------------------------
@@ -398,7 +413,7 @@ BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
WRF_WRE <= '0'; WRF_WRE <= '0';
ELSIF rising_edge(MAIN_CLK) THEN ELSIF rising_edge(MAIN_CLK) THEN
IF FCF_APH = '1' and nFB_WR = '0' THEN IF FCF_APH = '1' AND nFB_WR = '0' THEN
WRF_WRE <= '1'; WRF_WRE <= '1';
ELSE ELSE
WRF_WRE <= '0'; WRF_WRE <= '0';
@@ -426,27 +441,27 @@ BEGIN
BEGIN BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
FDC_OUT <= x"00"; FDC_OUT <= x"00";
ELSIF rising_edge(FDC_CLK) and FDCS_In = '0' THEN ELSIF rising_edge(FDC_CLK) AND FDCS_In = '0' THEN
FDC_OUT <= CD_OUT_FDC; -- set FDC_OUT <= CD_OUT_FDC; -- set
ELSE ELSE
FDC_OUT <= FDC_OUT; -- halten FDC_OUT <= FDC_OUT; -- halten
END IF; END IF;
END PROCESS FDC_REG; END PROCESS FDC_REG;
DMA_REQ <= '1' WHEN ((DMA_DRQ_I = '1' and DMA_MODUS(7) = '1') or (SCSI_DRQ = '1' and DMA_MODUS(7) = '0')) and DMA_STATUS(1) = '1' and DMA_MODUS(6) = '0' and CLR_FIFO = '0' ELSE '0'; DMA_REQ <= '1' WHEN ((DMA_DRQ_I = '1' AND DMA_MODUS(7) = '1') OR (SCSI_DRQ = '1' AND DMA_MODUS(7) = '0')) AND DMA_STATUS(1) = '1' AND DMA_MODUS(6) = '0' AND CLR_FIFO = '0' ELSE '0';
FDC_CS <= '1' WHEN DMA_DATEN_CS = '1' and DMA_MODUS(4 DOWNTO 3) = "00" and FB_B1 = '1' ELSE '0'; FDC_CS <= '1' WHEN DMA_DATEN_CS = '1' AND DMA_MODUS(4 DOWNTO 3) = "00" AND FB_B1 = '1' ELSE '0';
SCSI_CS <= '1' WHEN DMA_DATEN_CS = '1' and DMA_MODUS(4 DOWNTO 3) = "01" and FB_B1 = '1' ELSE '0'; SCSI_CS <= '1' WHEN DMA_DATEN_CS = '1' AND DMA_MODUS(4 DOWNTO 3) = "01" AND FB_B1 = '1' ELSE '0';
FCF_DECODER: PROCESS(FCF_STATE, NEXT_FCF_STATE, DMA_REQ,FDC_CS, RDF_WRE, WRF_RDE, SCSI_DRQ, nSCSI_DACK, DMA_MODUS, DMA_ACTIV, FDCS_In,SCSI_CS, SCSI_CSn) FCF_DECODER: PROCESS(FCF_STATE, NEXT_FCF_STATE, DMA_REQ,FDC_CS, RDF_WRE, WRF_RDE, SCSI_DRQ, nSCSI_DACK, DMA_MODUS, DMA_ACTIV, FDCS_In,SCSI_CS, SCSI_CSn)
BEGIN BEGIN
case FCF_STATE is CASE FCF_STATE IS
WHEN FCF_IDLE => WHEN FCF_IDLE =>
SCSI_CSn <= '1'; SCSI_CSn <= '1';
FDCS_In <= '1'; FDCS_In <= '1';
RDF_WRE <= '0'; RDF_WRE <= '0';
WRF_RDE <= '0'; WRF_RDE <= '0';
nSCSI_DACK <= '1'; nSCSI_DACK <= '1';
IF DMA_REQ = '1' or FDC_CS = '1' or SCSI_CS = '1' THEN IF DMA_REQ = '1' OR FDC_CS = '1' OR SCSI_CS = '1' THEN
DMA_ACTIV_NEW <= DMA_REQ; DMA_ACTIV_NEW <= DMA_REQ;
NEXT_FCF_STATE <= FCF_T0; NEXT_FCF_STATE <= FCF_T0;
ELSE ELSE
@@ -459,8 +474,8 @@ BEGIN
RDF_WRE <= '0'; RDF_WRE <= '0';
nSCSI_DACK <= '1'; nSCSI_DACK <= '1';
DMA_ACTIV_NEW <= DMA_REQ; DMA_ACTIV_NEW <= DMA_REQ;
WRF_RDE <= DMA_MODUS(8) and DMA_REQ; -- WRITE -> READ FROM FIFO WRF_RDE <= DMA_MODUS(8) AND DMA_REQ; -- WRITE -> READ FROM FIFO
IF DMA_REQ = '0' and DMA_ACTIV = '1' THEN -- spike? IF DMA_REQ = '0' AND DMA_ACTIV = '1' THEN -- spike?
NEXT_FCF_STATE <= FCF_IDLE; -- ja -> zum start NEXT_FCF_STATE <= FCF_IDLE; -- ja -> zum start
ELSE ELSE
NEXT_FCF_STATE <= FCF_T1; NEXT_FCF_STATE <= FCF_T1;
@@ -469,33 +484,33 @@ BEGIN
RDF_WRE <= '0'; RDF_WRE <= '0';
WRF_RDE <= '0'; WRF_RDE <= '0';
DMA_ACTIV_NEW <= DMA_ACTIV; DMA_ACTIV_NEW <= DMA_ACTIV;
SCSI_CSn <= not SCSI_CS; SCSI_CSn <= NOT SCSI_CS;
FDCS_In <= DMA_MODUS(4) or DMA_MODUS(3); FDCS_In <= DMA_MODUS(4) OR DMA_MODUS(3);
nSCSI_DACK <= DMA_MODUS(7) and DMA_ACTIV; nSCSI_DACK <= DMA_MODUS(7) AND DMA_ACTIV;
NEXT_FCF_STATE <= FCF_T2; NEXT_FCF_STATE <= FCF_T2;
WHEN FCF_T2 => WHEN FCF_T2 =>
RDF_WRE <= '0'; RDF_WRE <= '0';
WRF_RDE <= '0'; WRF_RDE <= '0';
DMA_ACTIV_NEW <= DMA_ACTIV; DMA_ACTIV_NEW <= DMA_ACTIV;
SCSI_CSn <= not SCSI_CS; SCSI_CSn <= NOT SCSI_CS;
FDCS_In <= DMA_MODUS(4) or DMA_MODUS(3); FDCS_In <= DMA_MODUS(4) OR DMA_MODUS(3);
nSCSI_DACK <= DMA_MODUS(7) and DMA_ACTIV; nSCSI_DACK <= DMA_MODUS(7) AND DMA_ACTIV;
NEXT_FCF_STATE <= FCF_T3; NEXT_FCF_STATE <= FCF_T3;
WHEN FCF_T3 => WHEN FCF_T3 =>
RDF_WRE <= '0'; RDF_WRE <= '0';
WRF_RDE <= '0'; WRF_RDE <= '0';
DMA_ACTIV_NEW <= DMA_ACTIV; DMA_ACTIV_NEW <= DMA_ACTIV;
SCSI_CSn <= not SCSI_CS; SCSI_CSn <= NOT SCSI_CS;
FDCS_In <= DMA_MODUS(4) or DMA_MODUS(3); FDCS_In <= DMA_MODUS(4) OR DMA_MODUS(3);
nSCSI_DACK <= DMA_MODUS(7) and DMA_ACTIV; nSCSI_DACK <= DMA_MODUS(7) AND DMA_ACTIV;
NEXT_FCF_STATE <= FCF_T6; NEXT_FCF_STATE <= FCF_T6;
WHEN FCF_T6 => WHEN FCF_T6 =>
WRF_RDE <= '0'; WRF_RDE <= '0';
DMA_ACTIV_NEW <= DMA_ACTIV; DMA_ACTIV_NEW <= DMA_ACTIV;
SCSI_CSn <= not SCSI_CS; SCSI_CSn <= NOT SCSI_CS;
FDCS_In <= DMA_MODUS(4) or DMA_MODUS(3); FDCS_In <= DMA_MODUS(4) OR DMA_MODUS(3);
nSCSI_DACK <= DMA_MODUS(7) and DMA_ACTIV; nSCSI_DACK <= DMA_MODUS(7) AND DMA_ACTIV;
RDF_WRE <= not DMA_MODUS(8) and DMA_ACTIV; -- READ -> WRITE IN FIFO RDF_WRE <= NOT DMA_MODUS(8) AND DMA_ACTIV; -- READ -> WRITE IN FIFO
NEXT_FCF_STATE <= FCF_T7; NEXT_FCF_STATE <= FCF_T7;
WHEN FCF_T7 => WHEN FCF_T7 =>
SCSI_CSn <= '1'; SCSI_CSn <= '1';
@@ -504,7 +519,7 @@ BEGIN
WRF_RDE <= '0'; WRF_RDE <= '0';
nSCSI_DACK <= '1'; nSCSI_DACK <= '1';
DMA_ACTIV_NEW <= '0'; DMA_ACTIV_NEW <= '0';
IF FDC_CS = '1' and DMA_REQ = '0' THEN IF FDC_CS = '1' AND DMA_REQ = '0' THEN
NEXT_FCF_STATE <= FCF_T7; NEXT_FCF_STATE <= FCF_T7;
ELSE ELSE
NEXT_FCF_STATE <= FCF_IDLE; NEXT_FCF_STATE <= FCF_IDLE;
@@ -538,22 +553,22 @@ BEGIN
INTRQ => FDINT INTRQ => FDINT
); );
DMA_DATEN_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C302" ELSE '0'; -- F8604/2 DMA_DATEN_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C302" ELSE '0'; -- F8604/2
DMA_MODUS_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C303" ELSE '0'; -- F8606/2 DMA_MODUS_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C303" ELSE '0'; -- F8606/2
WDC_BSL_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C307" ELSE '0'; -- F860E/2 WDC_BSL_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C307" ELSE '0'; -- F860E/2
HD_DD_OUT <= HD_DD WHEN ACP_CONF(29) = '0' ELSE WDC_BSL(0); HD_DD_OUT <= HD_DD WHEN ACP_CONF(29) = '0' ELSE WDC_BSL(0);
nFDC_WR <= (not DMA_MODUS(8)) WHEN DMA_ACTIV = '1' ELSE nFB_WR; nFDC_WR <= NOT DMA_MODUS(8) WHEN DMA_ACTIV = '1' ELSE nFB_WR;
CA0 <= '1' WHEN DMA_ACTIV = '1' ELSE DMA_MODUS(0); CA0 <= '1' WHEN DMA_ACTIV = '1' ELSE DMA_MODUS(0);
CA1 <= '1' WHEN DMA_ACTIV = '1' ELSE DMA_MODUS(1); CA1 <= '1' WHEN DMA_ACTIV = '1' ELSE DMA_MODUS(1);
CA2 <= '1' WHEN DMA_ACTIV = '1' ELSE DMA_MODUS(2); CA2 <= '1' WHEN DMA_ACTIV = '1' ELSE DMA_MODUS(2);
FB_AD(23 DOWNTO 16) <= "0000" & (not DMA_STATUS(1)) & "0" & WDC_BSL(1) & HD_DD WHEN WDC_BSL_CS = '1' and nFB_OE = '0' ELSE "ZZZZZZZZ"; FB_AD(23 DOWNTO 16) <= "0000" & (NOT DMA_STATUS(1)) & "0" & WDC_BSL(1) & HD_DD WHEN WDC_BSL_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD(31 DOWNTO 24) <= "00000000" WHEN DMA_DATEN_CS = '1' and nFB_OE = '0' ELSE "ZZZZZZZZ"; FB_AD(31 DOWNTO 24) <= "00000000" WHEN DMA_DATEN_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD(23 DOWNTO 16) <= FDC_OUT WHEN DMA_DATEN_CS = '1' and DMA_MODUS(4 DOWNTO 3) = "00" and nFB_OE = '0' ELSE FB_AD(23 DOWNTO 16) <= FDC_OUT WHEN DMA_DATEN_CS = '1' AND DMA_MODUS(4 DOWNTO 3) = "00" AND nFB_OE = '0' ELSE
SCSI_DOUT WHEN DMA_DATEN_CS = '1' and DMA_MODUS(4 DOWNTO 3) = "01" and nFB_OE = '0' ELSE SCSI_DOUT WHEN DMA_DATEN_CS = '1' AND DMA_MODUS(4 DOWNTO 3) = "01" AND nFB_OE = '0' ELSE
DMA_BYT_CNT(16 DOWNTO 9) WHEN DMA_DATEN_CS = '1' and DMA_MODUS(4) = '1' and nFB_OE = '0' ELSE "ZZZZZZZZ"; DMA_BYT_CNT(16 DOWNTO 9) WHEN DMA_DATEN_CS = '1' AND DMA_MODUS(4) = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
--- WDC BSL REGISTER ------------------------------------------------------- --- WDC BSL REGISTER -------------------------------------------------------
@@ -561,7 +576,7 @@ BEGIN
BEGIN BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
WDC_BSL <= "00"; WDC_BSL <= "00";
ELSIF rising_edge(MAIN_CLK) and WDC_BSL_CS = '1' and nFB_WR = '0' THEN ELSIF rising_edge(MAIN_CLK) AND WDC_BSL_CS = '1' AND nFB_WR = '0' THEN
IF FB_B0 = '1' THEN IF FB_B0 = '1' THEN
WDC_BSL(1 DOWNTO 0) <= FB_AD(25 DOWNTO 24); WDC_BSL(1 DOWNTO 0) <= FB_AD(25 DOWNTO 24);
ELSE ELSE
@@ -575,7 +590,7 @@ BEGIN
BEGIN BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
DMA_MODUS <= x"0000"; DMA_MODUS <= x"0000";
ELSIF rising_edge(MAIN_CLK) and DMA_MODUS_CS = '1' and nFB_WR = '0' THEN ELSIF rising_edge(MAIN_CLK) AND DMA_MODUS_CS = '1' AND nFB_WR = '0' THEN
IF FB_B0 = '1' THEN IF FB_B0 = '1' THEN
DMA_MODUS(15 DOWNTO 8) <= FB_AD(31 DOWNTO 24); DMA_MODUS(15 DOWNTO 8) <= FB_AD(31 DOWNTO 24);
ELSE ELSE
@@ -594,13 +609,13 @@ BEGIN
-- BYT COUNTER, SECTOR COUNTER ---------------------------------------------------- -- BYT COUNTER, SECTOR COUNTER ----------------------------------------------------
PROCESS(MAIN_CLK, nRSTO, DMA_DATEN_CS, DMA_BYT_CNT_CS, DMA_BYT_CNT, nFB_WR, FB_B0, FB_B1, DMA_MODUS, CLR_FIFO) PROCESS(MAIN_CLK, nRSTO, DMA_DATEN_CS, DMA_BYT_CNT_CS, DMA_BYT_CNT, nFB_WR, FB_B0, FB_B1, DMA_MODUS, CLR_FIFO)
BEGIN BEGIN
IF nRSTO = '0' or CLR_FIFO = '1' THEN IF nRSTO = '0' OR CLR_FIFO = '1' THEN
DMA_BYT_CNT <= x"00000000"; DMA_BYT_CNT <= x"00000000";
ELSIF rising_edge(MAIN_CLK) and nFB_WR = '0' and DMA_DATEN_CS = '1' and nFB_WR = '0' and DMA_MODUS(4) = '1' and FB_B1 = '1' THEN ELSIF rising_edge(MAIN_CLK) AND nFB_WR = '0' AND DMA_DATEN_CS = '1' AND nFB_WR = '0' AND DMA_MODUS(4) = '1' AND FB_B1 = '1' THEN
DMA_BYT_CNT(31 DOWNTO 17) <= (OTHERS => 'Z'); DMA_BYT_CNT(31 DOWNTO 17) <= (OTHERS => 'Z');
DMA_BYT_CNT(16 DOWNTO 9) <= FB_AD(23 DOWNTO 16); DMA_BYT_CNT(16 DOWNTO 9) <= FB_AD(23 DOWNTO 16);
DMA_BYT_CNT(8 DOWNTO 0) <= (OTHERS => 'Z'); DMA_BYT_CNT(8 DOWNTO 0) <= (OTHERS => 'Z');
ELSIF rising_edge(MAIN_CLK) and nFB_WR = '0' and DMA_BYT_CNT_CS = '1' THEN ELSIF rising_edge(MAIN_CLK) AND nFB_WR = '0' AND DMA_BYT_CNT_CS = '1' THEN
DMA_BYT_CNT <= FB_AD; DMA_BYT_CNT <= FB_AD;
ELSE ELSE
DMA_BYT_CNT <= DMA_BYT_CNT; DMA_BYT_CNT <= DMA_BYT_CNT;
@@ -610,11 +625,11 @@ BEGIN
FB_AD(31 DOWNTO 16) <= "0000000000000" & DMA_STATUS WHEN DMA_MODUS_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(31 DOWNTO 16) <= "0000000000000" & DMA_STATUS WHEN DMA_MODUS_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z');
DMA_STATUS(0) <= '1'; -- DMA OK DMA_STATUS(0) <= '1'; -- DMA OK
DMA_STATUS(1) <= '1' WHEN DMA_BYT_CNT /= 0 and DMA_BYT_CNT(31) = '0' ELSE '0'; -- WENN byts UND NICHT MINUS DMA_STATUS(1) <= '1' WHEN DMA_BYT_CNT /= 0 AND DMA_BYT_CNT(31) = '0' ELSE '0'; -- WENN byts UND NICHT MINUS
DMA_STATUS(2) <= '0' WHEN DMA_DRQ_I = '1' or SCSI_DRQ = '1' ELSE '0'; DMA_STATUS(2) <= '0' WHEN DMA_DRQ_I = '1' OR SCSI_DRQ = '1' ELSE '0';
DMA_DRQQ <= '1' WHEN DMA_STATUS(1) = '1' and DMA_MODUS(8) = '0' and RDF_AZ > 15 and DMA_MODUS(6) = '0' ELSE DMA_DRQQ <= '1' WHEN DMA_STATUS(1) = '1' AND DMA_MODUS(8) = '0' AND RDF_AZ > 15 AND DMA_MODUS(6) = '0' ELSE
'1' WHEN DMA_STATUS(1) = '1' and DMA_MODUS(8) = '1' and WRF_AZ < 512 and DMA_MODUS(6) = '0' ELSE '0'; '1' WHEN DMA_STATUS(1) = '1' AND DMA_MODUS(8) = '1' AND WRF_AZ < 512 AND DMA_MODUS(6) = '0' ELSE '0';
DMA_DRQ <= '1' WHEN DMA_DRQ_REG = "11" and DMA_MODUS(6) = '0' ELSE '0'; DMA_DRQ <= '1' WHEN DMA_DRQ_REG = "11" AND DMA_MODUS(6) = '0' ELSE '0';
-- DMA REQUEST: SPIKES AUSFILTERN ------------------------------------------ -- DMA REQUEST: SPIKES AUSFILTERN ------------------------------------------
PROCESS(FDC_CLK, nRSTO, DMA_DRQ_REG) PROCESS(FDC_CLK, nRSTO, DMA_DRQ_REG)
@@ -634,7 +649,7 @@ BEGIN
BEGIN BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
DMA_TOP <= x"00"; DMA_TOP <= x"00";
ELSIF rising_edge(MAIN_CLK) and nFB_WR = '0' and (DMA_TOP_CS = '1' or DMA_ADR_CS = '1') THEN ELSIF rising_edge(MAIN_CLK) AND nFB_WR = '0' AND (DMA_TOP_CS = '1' OR DMA_ADR_CS = '1') THEN
DMA_TOP <= FB_AD(31 DOWNTO 24); DMA_TOP <= FB_AD(31 DOWNTO 24);
ELSE ELSE
DMA_TOP <= DMA_TOP; DMA_TOP <= DMA_TOP;
@@ -645,7 +660,7 @@ BEGIN
BEGIN BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
DMA_HIGH <= x"00"; DMA_HIGH <= x"00";
ELSIF rising_edge(MAIN_CLK) and nFB_WR = '0' and (DMA_HIGH_CS = '1' or DMA_ADR_CS = '1') THEN ELSIF rising_edge(MAIN_CLK) AND nFB_WR = '0' AND (DMA_HIGH_CS = '1' OR DMA_ADR_CS = '1') THEN
DMA_HIGH <= FB_AD(23 DOWNTO 16); DMA_HIGH <= FB_AD(23 DOWNTO 16);
ELSE ELSE
DMA_HIGH <= DMA_HIGH; DMA_HIGH <= DMA_HIGH;
@@ -657,7 +672,7 @@ BEGIN
DMA_MID <= DMA_MID; DMA_MID <= DMA_MID;
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
DMA_MID <= x"00"; DMA_MID <= x"00";
ELSIF rising_edge(MAIN_CLK) and nFB_WR = '0' THEN ELSIF rising_edge(MAIN_CLK) AND nFB_WR = '0' THEN
IF DMA_MID_CS = '1' THEN IF DMA_MID_CS = '1' THEN
DMA_MID <= FB_AD(23 DOWNTO 16); DMA_MID <= FB_AD(23 DOWNTO 16);
ELSIF DMA_ADR_CS = '1' THEN ELSIF DMA_ADR_CS = '1' THEN
@@ -671,7 +686,7 @@ BEGIN
DMA_LOW <= DMA_LOW; DMA_LOW <= DMA_LOW;
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
DMA_LOW <= x"00"; DMA_LOW <= x"00";
ELSIF rising_edge(MAIN_CLK) and nFB_WR = '0' THEN ELSIF rising_edge(MAIN_CLK) AND nFB_WR = '0' THEN
IF DMA_LOW_CS = '1'THEN IF DMA_LOW_CS = '1'THEN
DMA_LOW <= FB_AD(23 DOWNTO 16); DMA_LOW <= FB_AD(23 DOWNTO 16);
ELSIF DMA_ADR_CS = '1' THEN ELSIF DMA_ADR_CS = '1' THEN
@@ -681,23 +696,23 @@ BEGIN
END PROCESS; END PROCESS;
-------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------
DMA_TOP_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C304" and FB_B0 = '1' ELSE '0'; -- F8608/2 DMA_TOP_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C304" AND FB_B0 = '1' ELSE '0'; -- F8608/2
DMA_HIGH_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C304" and FB_B1 = '1' ELSE '0'; -- F8609/2 DMA_HIGH_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C304" AND FB_B1 = '1' ELSE '0'; -- F8609/2
DMA_MID_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C305" and FB_B1 = '1' ELSE '0'; -- F860B/2 DMA_MID_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C305" AND FB_B1 = '1' ELSE '0'; -- F860B/2
DMA_LOW_CS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 1) = x"7C306" and FB_B1 = '1' ELSE '0'; -- F860D/2 DMA_LOW_CS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 1) = x"7C306" AND FB_B1 = '1' ELSE '0'; -- F860D/2
FB_AD(31 DOWNTO 24) <= DMA_TOP WHEN DMA_TOP_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(31 DOWNTO 24) <= DMA_TOP WHEN DMA_TOP_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD(23 DOWNTO 16) <= DMA_HIGH WHEN DMA_HIGH_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(23 DOWNTO 16) <= DMA_HIGH WHEN DMA_HIGH_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD(23 DOWNTO 16) <= DMA_MID WHEN DMA_MID_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(23 DOWNTO 16) <= DMA_MID WHEN DMA_MID_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD(23 DOWNTO 16) <= DMA_LOW WHEN DMA_LOW_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(23 DOWNTO 16) <= DMA_LOW WHEN DMA_LOW_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
-- DIRECTZUGRIFF -- DIRECTZUGRIFF
DMA_DIRM_CS <= '1' WHEN nFB_CS2 = '0' and FB_ADR(26 DOWNTO 0) = x"20100" ELSE '0'; -- F002'0100 WORD DMA_DIRM_CS <= '1' WHEN nFB_CS2 = '0' AND FB_ADR(26 DOWNTO 0) = x"20100" ELSE '0'; -- F002'0100 WORD
DMA_ADR_CS <= '1' WHEN nFB_CS2 = '0' and FB_ADR(26 DOWNTO 0) = x"20104" ELSE '0'; -- F002'0104 LONG DMA_ADR_CS <= '1' WHEN nFB_CS2 = '0' AND FB_ADR(26 DOWNTO 0) = x"20104" ELSE '0'; -- F002'0104 LONG
DMA_BYT_CNT_CS <= '1' WHEN nFB_CS2 = '0' and FB_ADR(26 DOWNTO 0) = x"20108" ELSE '0'; -- F002'0108 LONG DMA_BYT_CNT_CS <= '1' WHEN nFB_CS2 = '0' AND FB_ADR(26 DOWNTO 0) = x"20108" ELSE '0'; -- F002'0108 LONG
FB_AD <= DMA_TOP & DMA_HIGH & DMA_MID & DMA_LOW WHEN DMA_ADR_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD <= DMA_TOP & DMA_HIGH & DMA_MID & DMA_LOW WHEN DMA_ADR_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD(31 DOWNTO 16) <= DMA_MODUS WHEN DMA_DIRM_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(31 DOWNTO 16) <= DMA_MODUS WHEN DMA_DIRM_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
FB_AD <= DMA_BYT_CNT WHEN DMA_BYT_CNT_CS = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD <= DMA_BYT_CNT WHEN DMA_BYT_CNT_CS = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
-- DMA RW TOGGLE ------------------------------------------ -- DMA RW TOGGLE ------------------------------------------
@@ -706,14 +721,14 @@ BEGIN
BEGIN BEGIN
IF nRSTO = '0' THEN IF nRSTO = '0' THEN
DMA_DIR_OLD <= '0'; DMA_DIR_OLD <= '0';
ELSIF rising_edge(MAIN_CLK) and DMA_MODUS_CS = '0' THEN ELSIF rising_edge(MAIN_CLK) AND DMA_MODUS_CS = '0' THEN
DMA_DIR_OLD <= DMA_MODUS(8); DMA_DIR_OLD <= DMA_MODUS(8);
ELSE ELSE
DMA_DIR_OLD <= DMA_DIR_OLD; DMA_DIR_OLD <= DMA_DIR_OLD;
END IF; END IF;
END PROCESS; END PROCESS;
CLR_FIFO <= DMA_MODUS(8) xor DMA_DIR_OLD; CLR_FIFO <= DMA_MODUS(8) XOR DMA_DIR_OLD;
-- SCSI ---------------------------------------------------------------------------------- -- SCSI ----------------------------------------------------------------------------------
I_SCSI: WF5380_TOP_SOC I_SCSI: WF5380_TOP_SOC
@@ -892,8 +907,8 @@ BEGIN
CLK => MAIN_CLK, CLK => MAIN_CLK,
RESETn => nRSTO, RESETn => nRSTO,
-- Asynchronous bus control: -- Asynchronous bus control:
DSn => not LDS, DSn => NOT LDS,
CSn => not MFP_CS, CSn => NOT MFP_CS,
RWn => nFB_WR, RWn => nFB_WR,
DTACKn => DTACK_OUT_MFPn, DTACKn => DTACK_OUT_MFPn,
-- Data and Adresses: -- Data and Adresses:
@@ -901,18 +916,18 @@ BEGIN
DATA_IN => FB_AD(23 DOWNTO 16), DATA_IN => FB_AD(23 DOWNTO 16),
DATA_OUT => DATA_OUT_MFP, DATA_OUT => DATA_OUT_MFP,
-- DATA_EN => DATA_EN_MFP, -- DATA_EN => DATA_EN_MFP,
GPIP_IN(7) => not DMA_DRQ_Q, GPIP_IN(7) => NOT DMA_DRQ_Q,
GPIP_IN(6) => not RI, GPIP_IN(6) => NOT RI,
GPIP_IN(5) => DINTn, GPIP_IN(5) => DINTn,
GPIP_IN(4) => IRQ_ACIAn, GPIP_IN(4) => IRQ_ACIAn,
GPIP_IN(3) => DSP_INT, GPIP_IN(3) => DSP_INT,
GPIP_IN(2) => not CTS, GPIP_IN(2) => NOT CTS,
GPIP_IN(1) => not DCD, GPIP_IN(1) => NOT DCD,
GPIP_IN(0) => LP_BUSY, GPIP_IN(0) => LP_BUSY,
-- GPIP_OUT =>, -- Not used; all GPIPs are direction input. -- GPIP_OUT =>, -- Not used; all GPIPs are direction input.
-- GPIP_EN =>, -- Not used; all GPIPs are direction input. -- GPIP_EN =>, -- Not used; all GPIPs are direction input.
-- Interrupt control: -- Interrupt control:
IACKn => not MFP_INTACK, IACKn => NOT MFP_INTACK,
IEIn => '0', IEIn => '0',
-- IEOn =>, -- Not used. -- IEOn =>, -- Not used.
IRQn => nMFP_INT, IRQn => nMFP_INT,
@@ -999,10 +1014,10 @@ BEGIN
OUT_C => YM_QC OUT_C => YM_QC
); );
SNDCS <= '1' WHEN nFB_CS1 = '0' and FB_ADR(19 DOWNTO 2) = x"3E200" ELSE '0'; -- 8800-8803 F8800/4 SNDCS <= '1' WHEN nFB_CS1 = '0' AND FB_ADR(19 DOWNTO 2) = x"3E200" ELSE '0'; -- 8800-8803 F8800/4
SNDCS_I <= '1' WHEN SNDCS = '1' and FB_ADR (1 DOWNTO 1) = "0" ELSE '0'; SNDCS_I <= '1' WHEN SNDCS = '1' AND FB_ADR (1 DOWNTO 1) = "0" ELSE '0';
SNDIR_I <= '1' WHEN SNDCS = '1' and nFB_WR = '0' ELSE '0'; SNDIR_I <= '1' WHEN SNDCS = '1' AND nFB_WR = '0' ELSE '0';
FB_AD(31 DOWNTO 24) <= DA_OUT_X WHEN SNDCS_I = '1' and nFB_OE = '0' ELSE (OTHERS => 'Z'); FB_AD(31 DOWNTO 24) <= DA_OUT_X WHEN SNDCS_I = '1' AND nFB_OE = '0' ELSE (OTHERS => 'Z');
LP_D <= LP_D_X WHEN LP_DIR_X = '0' ELSE (OTHERS => 'Z'); LP_D <= LP_D_X WHEN LP_DIR_X = '0' ELSE (OTHERS => 'Z');
LP_DIR <= LP_DIR_X; LP_DIR <= LP_DIR_X;

View File

@@ -60,8 +60,8 @@
-- --
library ieee; library ieee;
use ieee.std_logic_1164.all; use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all; use ieee.std_logic_unsigned.all;
entity WF6850IP_TOP_SOC is entity WF6850IP_TOP_SOC is
port ( port (

View File

@@ -11,55 +11,55 @@ INCLUDE "lpm_bustri_BYT.inc";
SUBDESIGN video_mod_mux_clutctr SUBDESIGN video_mod_mux_clutctr
( (
-- {{ALTERA_IO_BEGIN}} DO NOT REMOVE THIS LINE! -- {{ALTERA_IO_BEGIN}} DO NOT REMOVE THIS LINE!
nRSTO : INPUT; nRSTO : INPUT;
MAIN_CLK : INPUT; MAIN_CLK : INPUT;
nFB_CS1 : INPUT; nFB_CS1 : INPUT;
nFB_CS2 : INPUT; nFB_CS2 : INPUT;
nFB_CS3 : INPUT; nFB_CS3 : INPUT;
nFB_WR : INPUT; nFB_WR : INPUT;
nFB_OE : INPUT; nFB_OE : INPUT;
FB_SIZE0 : INPUT; FB_SIZE0 : INPUT;
FB_SIZE1 : INPUT; FB_SIZE1 : INPUT;
nFB_BURST : INPUT; nFB_BURST : INPUT;
FB_ADR[31..0] : INPUT; FB_ADR[31..0] : INPUT;
CLK33M : INPUT; CLK33M : INPUT;
CLK25M : INPUT; CLK25M : INPUT;
BLITTER_RUN : INPUT; BLITTER_RUN : INPUT;
CLK_VIDEO : INPUT; CLK_VIDEO : INPUT;
VR_D[8..0] : INPUT; VR_D[8..0] : INPUT;
VR_BUSY : INPUT; VR_BUSY : INPUT;
COLOR8 : OUTPUT; COLOR8 : OUTPUT;
ACP_CLUT_RD : OUTPUT; ACP_CLUT_RD : OUTPUT;
COLOR1 : OUTPUT; COLOR1 : OUTPUT;
FALCON_CLUT_RDH : OUTPUT; FALCON_CLUT_RDH : OUTPUT;
FALCON_CLUT_RDL : OUTPUT; FALCON_CLUT_RDL : OUTPUT;
FALCON_CLUT_WR[3..0] : OUTPUT; FALCON_CLUT_WR[3..0] : OUTPUT;
ST_CLUT_RD : OUTPUT; ST_CLUT_RD : OUTPUT;
ST_CLUT_WR[1..0] : OUTPUT; ST_CLUT_WR[1..0] : OUTPUT;
CLUT_MUX_ADR[3..0] : OUTPUT; CLUT_MUX_ADR[3..0] : OUTPUT;
HSYNC : OUTPUT; HSYNC : OUTPUT;
VSYNC : OUTPUT; VSYNC : OUTPUT;
nBLANK : OUTPUT; nBLANK : OUTPUT;
nSYNC : OUTPUT; nSYNC : OUTPUT;
nPD_VGA : OUTPUT; nPD_VGA : OUTPUT;
FIFO_RDE : OUTPUT; FIFO_RDE : OUTPUT;
COLOR2 : OUTPUT; COLOR2 : OUTPUT;
COLOR4 : OUTPUT; COLOR4 : OUTPUT;
PIXEL_CLK : OUTPUT; PIXEL_CLK : OUTPUT;
CLUT_OFF[3..0] : OUTPUT; CLUT_OFF[3..0] : OUTPUT;
BLITTER_ON : OUTPUT; BLITTER_ON : OUTPUT;
VIDEO_RAM_CTR[15..0] : OUTPUT; VIDEO_RAM_CTR[15..0] : OUTPUT;
VIDEO_MOD_TA : OUTPUT; VIDEO_MOD_TA : OUTPUT;
CCR[23..0] : OUTPUT; CCR[23..0] : OUTPUT;
CCSEL[2..0] : OUTPUT; CCSEL[2..0] : OUTPUT;
ACP_CLUT_WR[3..0] : OUTPUT; ACP_CLUT_WR[3..0] : OUTPUT;
INTER_ZEI : OUTPUT; INTER_ZEI : OUTPUT;
DOP_FIFO_CLR : OUTPUT; DOP_FIFO_CLR : OUTPUT;
VIDEO_RECONFIG : OUTPUT; VIDEO_RECONFIG : OUTPUT;
VR_WR : OUTPUT; VR_WR : OUTPUT;
VR_RD : OUTPUT; VR_RD : OUTPUT;
CLR_FIFO : OUTPUT; CLR_FIFO : OUTPUT;
FB_AD[31..0] : BIDIR; FB_AD[31..0] : BIDIR;
-- {{ALTERA_IO_END}} DO NOT REMOVE THIS LINE! -- {{ALTERA_IO_END}} DO NOT REMOVE THIS LINE!
) )
@@ -195,23 +195,23 @@ VARIABLE
BEGIN BEGIN
-- BYT SELECT 32 BIT -- BYT SELECT 32 BIT
FB_B0 = FB_ADR[1..0]==0; -- ADR==0 FB_B0 = FB_ADR[1..0] == 0; -- ADR==0
FB_B1 = FB_ADR[1..0]==1 -- ADR==1 FB_B1 = FB_ADR[1..0] == 1 -- ADR==1
# FB_SIZE1 & !FB_SIZE0 & !FB_ADR1 -- HIGH WORD # FB_SIZE1 & !FB_SIZE0 & !FB_ADR1 -- HIGH WORD
# FB_SIZE1 & FB_SIZE0 # !FB_SIZE1 & !FB_SIZE0; -- LONG UND LINE # FB_SIZE1 & FB_SIZE0 # !FB_SIZE1 & !FB_SIZE0; -- LONG UND LINE
FB_B2 = FB_ADR[1..0]==2 -- ADR==2 FB_B2 = FB_ADR[1..0] == 2 -- ADR==2
# FB_SIZE1 & FB_SIZE0 # !FB_SIZE1 & !FB_SIZE0; -- LONG UND LINE # FB_SIZE1 & FB_SIZE0 # !FB_SIZE1 & !FB_SIZE0; -- LONG UND LINE
FB_B3 = FB_ADR[1..0]==3 -- ADR==3 FB_B3 = FB_ADR[1..0] == 3 -- ADR==3
# FB_SIZE1 & !FB_SIZE0 & FB_ADR1 -- LOW WORD # FB_SIZE1 & !FB_SIZE0 & FB_ADR1 -- LOW WORD
# FB_SIZE1 & FB_SIZE0 # !FB_SIZE1 & !FB_SIZE0; -- LONG UND LINE # FB_SIZE1 & FB_SIZE0 # !FB_SIZE1 & !FB_SIZE0; -- LONG UND LINE
-- BYT SELECT 16 BIT -- BYT SELECT 16 BIT
FB_16B0 = FB_ADR[0]==0; -- ADR==0 FB_16B0 = FB_ADR[0] == 0; -- ADR==0
FB_16B1 = FB_ADR[0]==1 -- ADR==1 FB_16B1 = FB_ADR[0] == 1 -- ADR==1
# !(!FB_SIZE1 & FB_SIZE0); -- NOT BYT # !(!FB_SIZE1 & FB_SIZE0); -- NOT BYT
-- ACP CLUT -- -- ACP CLUT --
ACP_CLUT_CS = !nFB_CS2 & FB_ADR[27..10]==H"0"; -- 0-3FF/1024 ACP_CLUT_CS = !nFB_CS2 & FB_ADR[27..10] == H"0"; -- 0-3FF/1024
ACP_CLUT_RD = ACP_CLUT_CS & !nFB_OE; ACP_CLUT_RD = ACP_CLUT_CS & !nFB_OE;
ACP_CLUT_WR[] = FB_B[] & ACP_CLUT_CS & !nFB_WR; ACP_CLUT_WR[] = FB_B[] & ACP_CLUT_CS & !nFB_WR;
@@ -220,7 +220,7 @@ BEGIN
--FALCON CLUT -- --FALCON CLUT --
FALCON_CLUT_CS = !nFB_CS1 & FB_ADR[19..10]==H"3E6"; -- $F9800/$400 FALCON_CLUT_CS = !nFB_CS1 & FB_ADR[19..10] == H"3E6"; -- $F9800/$400
FALCON_CLUT_RDH = FALCON_CLUT_CS & !nFB_OE & !FB_ADR1; -- HIGH WORD FALCON_CLUT_RDH = FALCON_CLUT_CS & !nFB_OE & !FB_ADR1; -- HIGH WORD
FALCON_CLUT_RDL = FALCON_CLUT_CS & !nFB_OE & FB_ADR1; -- LOW WORD FALCON_CLUT_RDL = FALCON_CLUT_CS & !nFB_OE & FB_ADR1; -- LOW WORD
FALCON_CLUT_WR[1..0] = FB_16B[] & !FB_ADR1 & FALCON_CLUT_CS & !nFB_WR; FALCON_CLUT_WR[1..0] = FB_16B[] & !FB_ADR1 & FALCON_CLUT_CS & !nFB_WR;
@@ -228,25 +228,25 @@ BEGIN
-- ST CLUT -- -- ST CLUT --
ST_CLUT_CS = !nFB_CS1 & FB_ADR[19..5]==H"7C12"; -- $F8240/$20 ST_CLUT_CS = !nFB_CS1 & FB_ADR[19..5] == H"7C12"; -- $F8240/$20
ST_CLUT_RD = ST_CLUT_CS & !nFB_OE; ST_CLUT_RD = ST_CLUT_CS & !nFB_OE;
ST_CLUT_WR[] = FB_16B[] & ST_CLUT_CS & !nFB_WR; ST_CLUT_WR[] = FB_16B[] & ST_CLUT_CS & !nFB_WR;
-- ST SHIFT MODE -- ST SHIFT MODE
ST_SHIFT_MODE[].CLK = MAIN_CLK; ST_SHIFT_MODE[].CLK = MAIN_CLK;
ST_SHIFT_MODE_CS = !nFB_CS1 & FB_ADR[19..1]==H"7C130"; -- $F8260/2 ST_SHIFT_MODE_CS = !nFB_CS1 & FB_ADR[19..1] == H"7C130"; -- $F8260/2
ST_SHIFT_MODE[] = FB_AD[25..24]; ST_SHIFT_MODE[] = FB_AD[25..24];
ST_SHIFT_MODE[].ENA = ST_SHIFT_MODE_CS & !nFB_WR & FB_B0; ST_SHIFT_MODE[].ENA = ST_SHIFT_MODE_CS & !nFB_WR & FB_B0;
COLOR1 = ST_SHIFT_MODE[]==B"10" & !COLOR8 & ST_VIDEO & !ACP_VIDEO_ON; -- MONO COLOR1 = ST_SHIFT_MODE[] == B"10" & !COLOR8 & ST_VIDEO & !ACP_VIDEO_ON; -- MONO
COLOR2 = ST_SHIFT_MODE[]==B"01" & !COLOR8 & ST_VIDEO & !ACP_VIDEO_ON; -- 4 FARBEN COLOR2 = ST_SHIFT_MODE[] == B"01" & !COLOR8 & ST_VIDEO & !ACP_VIDEO_ON; -- 4 FARBEN
COLOR4 = ST_SHIFT_MODE[]==B"00" & !COLOR8 & ST_VIDEO & !ACP_VIDEO_ON; -- 16 FARBEN COLOR4 = ST_SHIFT_MODE[] == B"00" & !COLOR8 & ST_VIDEO & !ACP_VIDEO_ON; -- 16 FARBEN
-- FALCON SHIFT MODE -- FALCON SHIFT MODE
FALCON_SHIFT_MODE[].CLK = MAIN_CLK; FALCON_SHIFT_MODE[].CLK = MAIN_CLK;
FALCON_SHIFT_MODE_CS = !nFB_CS1 & FB_ADR[19..1]==H"7C133"; -- $F8266/2 FALCON_SHIFT_MODE_CS = !nFB_CS1 & FB_ADR[19..1] == H"7C133"; -- $F8266/2
FALCON_SHIFT_MODE[] = FB_AD[26..16]; FALCON_SHIFT_MODE[] = FB_AD[26..16];
FALCON_SHIFT_MODE[10..8].ENA = FALCON_SHIFT_MODE_CS & !nFB_WR & FB_B2; FALCON_SHIFT_MODE[10..8].ENA = FALCON_SHIFT_MODE_CS & !nFB_WR & FB_B2;
FALCON_SHIFT_MODE[7..0].ENA = FALCON_SHIFT_MODE_CS & !nFB_WR & FB_B3; FALCON_SHIFT_MODE[7..0].ENA = FALCON_SHIFT_MODE_CS & !nFB_WR & FB_B3;
@@ -274,7 +274,7 @@ BEGIN
-- 25=RANDFARBE EINSCHALTEN, -- 25=RANDFARBE EINSCHALTEN,
-- 26=STANDARD ATARI SYNCS -- 26=STANDARD ATARI SYNCS
ACP_VCTR[].CLK = MAIN_CLK; ACP_VCTR[].CLK = MAIN_CLK;
ACP_VCTR_CS = !nFB_CS2 & FB_ADR[27..2]==H"100"; -- $400/4 ACP_VCTR_CS = !nFB_CS2 & FB_ADR[27..2] == H"100"; -- $400/4
ACP_VCTR[31..8] = FB_AD[31..8]; ACP_VCTR[31..8] = FB_AD[31..8];
ACP_VCTR[5..0] = FB_AD[5..0]; ACP_VCTR[5..0] = FB_AD[5..0];
ACP_VCTR[31..24].ENA = ACP_VCTR_CS & FB_B0 & !nFB_WR; ACP_VCTR[31..24].ENA = ACP_VCTR_CS & FB_B0 & !nFB_WR;

File diff suppressed because it is too large Load Diff

View File

@@ -1,105 +1,105 @@
/* /*
WARNING: Do NOT edit the input and output ports in this file in a text WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to occur. the Block Editor! File corruption is VERY likely to occur.
*/ */
/* /*
Copyright (C) 1991-2010 Altera Corporation Copyright (C) 1991-2014 Altera Corporation
Your use of Altera Corporation's design tools, logic functions Your use of Altera Corporation's design tools, logic functions
and other software and tools, and its AMPP partner logic and other software and tools, and its AMPP partner logic
functions, and any output files from any of the foregoing functions, and any output files from any of the foregoing
(including device programming or simulation files), and any (including device programming or simulation files), and any
associated documentation or information are expressly subject associated documentation or information are expressly subject
to the terms and conditions of the Altera Program License to the terms and conditions of the Altera Program License
Subscription Agreement, Altera MegaCore Function License Subscription Agreement, Altera MegaCore Function License
Agreement, or other applicable license agreement, including, Agreement, or other applicable license agreement, including,
without limitation, that your use is for the sole purpose of without limitation, that your use is for the sole purpose of
programming logic devices manufactured by Altera and sold by programming logic devices manufactured by Altera and sold by
Altera or its authorized distributors. Please refer to the Altera or its authorized distributors. Please refer to the
applicable agreement for further details. applicable agreement for further details.
*/ */
(header "symbol" (version "1.1")) (header "symbol" (version "1.2"))
(symbol (symbol
(rect 0 0 304 232) (rect 0 0 256 184)
(text "altpll3" (rect 132 1 179 20)(font "Arial" (font_size 10))) (text "altpll3" (rect 111 0 153 16)(font "Arial" (font_size 10)))
(text "inst" (rect 8 213 31 228)(font "Arial" )) (text "inst" (rect 8 169 26 180)(font "Arial" ))
(port (port
(pt 0 72) (pt 0 64)
(input) (input)
(text "inclk0" (rect 0 0 40 16)(font "Arial" (font_size 8))) (text "inclk0" (rect 0 0 34 13)(font "Arial" (font_size 8)))
(text "inclk0" (rect 4 56 38 72)(font "Arial" (font_size 8))) (text "inclk0" (rect 4 51 31 63)(font "Arial" (font_size 8)))
(line (pt 0 72)(pt 48 72)(line_width 1)) (line (pt 0 64)(pt 40 64))
) )
(port (port
(pt 304 72) (pt 256 64)
(output) (output)
(text "c0" (rect 0 0 16 16)(font "Arial" (font_size 8))) (text "c0" (rect 0 0 15 13)(font "Arial" (font_size 8)))
(text "c0" (rect 287 56 301 72)(font "Arial" (font_size 8))) (text "c0" (rect 241 51 253 63)(font "Arial" (font_size 8)))
(line (pt 304 72)(pt 272 72)(line_width 1)) )
) (port
(port (pt 256 80)
(pt 304 96) (output)
(output) (text "c1" (rect 0 0 14 13)(font "Arial" (font_size 8)))
(text "c1" (rect 0 0 16 16)(font "Arial" (font_size 8))) (text "c1" (rect 241 67 251 79)(font "Arial" (font_size 8)))
(text "c1" (rect 287 80 301 96)(font "Arial" (font_size 8))) )
(line (pt 304 96)(pt 272 96)(line_width 1)) (port
) (pt 256 96)
(port (output)
(pt 304 120) (text "c2" (rect 0 0 15 13)(font "Arial" (font_size 8)))
(output) (text "c2" (rect 241 83 253 95)(font "Arial" (font_size 8)))
(text "c2" (rect 0 0 16 16)(font "Arial" (font_size 8))) )
(text "c2" (rect 287 104 301 120)(font "Arial" (font_size 8))) (port
(line (pt 304 120)(pt 272 120)(line_width 1)) (pt 256 112)
) (output)
(port (text "c3" (rect 0 0 15 13)(font "Arial" (font_size 8)))
(pt 304 144) (text "c3" (rect 241 99 253 111)(font "Arial" (font_size 8)))
(output) )
(text "c3" (rect 0 0 16 16)(font "Arial" (font_size 8))) (drawing
(text "c3" (rect 287 128 301 144)(font "Arial" (font_size 8))) (text "Cyclone III" (rect 198 170 442 350)(font "Arial" ))
(line (pt 304 144)(pt 272 144)(line_width 1)) (text "inclk0 frequency: 33.000 MHz" (rect 50 60 226 130)(font "Arial" ))
) (text "Operation Mode: Src Sync Comp" (rect 50 72 239 154)(font "Arial" ))
(drawing (text "Clk " (rect 51 91 117 192)(font "Arial" ))
(text "Cyclone III" (rect 229 214 277 228)(font "Arial" )) (text "Ratio" (rect 77 91 177 192)(font "Arial" ))
(text "inclk0 frequency: 33.000 MHz" (rect 58 67 201 81)(font "Arial" )) (text "Ph (dg)" (rect 109 91 249 192)(font "Arial" ))
(text "Operation Mode: Src Sync Comp" (rect 58 84 215 98)(font "Arial" )) (text "DC (%)" (rect 144 91 320 192)(font "Arial" ))
(text "Clk " (rect 59 111 76 125)(font "Arial" )) (text "c0" (rect 54 104 119 218)(font "Arial" ))
(text "Ratio" (rect 86 111 110 125)(font "Arial" )) (text "2/33" (rect 79 104 177 218)(font "Arial" ))
(text "Ph (dg)" (rect 121 111 156 125)(font "Arial" )) (text "0.00" (rect 115 104 249 218)(font "Arial" ))
(text "DC (%)" (rect 166 111 201 125)(font "Arial" )) (text "50.00" (rect 148 104 320 218)(font "Arial" ))
(text "c0" (rect 63 129 75 143)(font "Arial" )) (text "c1" (rect 54 117 118 244)(font "Arial" ))
(text "2/33" (rect 88 129 109 143)(font "Arial" )) (text "16/33" (rect 77 117 177 244)(font "Arial" ))
(text "0.00" (rect 129 129 150 143)(font "Arial" )) (text "0.00" (rect 115 117 249 244)(font "Arial" ))
(text "50.00" (rect 171 129 198 143)(font "Arial" )) (text "50.00" (rect 148 117 320 244)(font "Arial" ))
(text "c1" (rect 63 147 75 161)(font "Arial" )) (text "c2" (rect 54 130 119 270)(font "Arial" ))
(text "16/33" (rect 85 147 112 161)(font "Arial" )) (text "109/144" (rect 71 130 175 270)(font "Arial" ))
(text "0.00" (rect 129 147 150 161)(font "Arial" )) (text "0.00" (rect 115 130 249 270)(font "Arial" ))
(text "50.00" (rect 171 147 198 161)(font "Arial" )) (text "50.00" (rect 148 130 320 270)(font "Arial" ))
(text "c2" (rect 63 165 75 179)(font "Arial" )) (text "c3" (rect 54 143 119 296)(font "Arial" ))
(text "25/33" (rect 85 165 112 179)(font "Arial" )) (text "16/11" (rect 77 143 176 296)(font "Arial" ))
(text "0.00" (rect 129 165 150 179)(font "Arial" )) (text "0.00" (rect 115 143 249 296)(font "Arial" ))
(text "50.00" (rect 171 165 198 179)(font "Arial" )) (text "50.00" (rect 148 143 320 296)(font "Arial" ))
(text "c3" (rect 63 183 75 197)(font "Arial" )) (line (pt 0 0)(pt 257 0))
(text "16/11" (rect 85 183 112 197)(font "Arial" )) (line (pt 257 0)(pt 257 185))
(text "0.00" (rect 129 183 150 197)(font "Arial" )) (line (pt 0 185)(pt 257 185))
(text "50.00" (rect 171 183 198 197)(font "Arial" )) (line (pt 0 0)(pt 0 185))
(line (pt 0 0)(pt 305 0)(line_width 1)) (line (pt 48 89)(pt 176 89))
(line (pt 305 0)(pt 305 233)(line_width 1)) (line (pt 48 101)(pt 176 101))
(line (pt 0 233)(pt 305 233)(line_width 1)) (line (pt 48 114)(pt 176 114))
(line (pt 0 0)(pt 0 233)(line_width 1)) (line (pt 48 127)(pt 176 127))
(line (pt 56 108)(pt 208 108)(line_width 1)) (line (pt 48 140)(pt 176 140))
(line (pt 56 125)(pt 208 125)(line_width 1)) (line (pt 48 153)(pt 176 153))
(line (pt 56 143)(pt 208 143)(line_width 1)) (line (pt 48 89)(pt 48 153))
(line (pt 56 161)(pt 208 161)(line_width 1)) (line (pt 68 89)(pt 68 153)(line_width 3))
(line (pt 56 179)(pt 208 179)(line_width 1)) (line (pt 106 89)(pt 106 153)(line_width 3))
(line (pt 56 197)(pt 208 197)(line_width 1)) (line (pt 141 89)(pt 141 153)(line_width 3))
(line (pt 56 108)(pt 56 197)(line_width 1)) (line (pt 175 89)(pt 175 153))
(line (pt 82 108)(pt 82 197)(line_width 3)) (line (pt 40 48)(pt 223 48))
(line (pt 118 108)(pt 118 197)(line_width 3)) (line (pt 223 48)(pt 223 167))
(line (pt 163 108)(pt 163 197)(line_width 3)) (line (pt 40 167)(pt 223 167))
(line (pt 207 108)(pt 207 197)(line_width 1)) (line (pt 40 48)(pt 40 167))
(line (pt 48 56)(pt 272 56)(line_width 1)) (line (pt 255 64)(pt 223 64))
(line (pt 272 56)(pt 272 216)(line_width 1)) (line (pt 255 80)(pt 223 80))
(line (pt 48 216)(pt 272 216)(line_width 1)) (line (pt 255 96)(pt 223 96))
(line (pt 48 56)(pt 48 216)(line_width 1)) (line (pt 255 112)(pt 223 112))
) )
) )

View File

@@ -1,25 +1,25 @@
--Copyright (C) 1991-2010 Altera Corporation --Copyright (C) 1991-2014 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions --Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic --and other software and tools, and its AMPP partner logic
--functions, and any output files from any of the foregoing --functions, and any output files from any of the foregoing
--(including device programming or simulation files), and any --(including device programming or simulation files), and any
--associated documentation or information are expressly subject --associated documentation or information are expressly subject
--to the terms and conditions of the Altera Program License --to the terms and conditions of the Altera Program License
--Subscription Agreement, Altera MegaCore Function License --Subscription Agreement, Altera MegaCore Function License
--Agreement, or other applicable license agreement, including, --Agreement, or other applicable license agreement, including,
--without limitation, that your use is for the sole purpose of --without limitation, that your use is for the sole purpose of
--programming logic devices manufactured by Altera and sold by --programming logic devices manufactured by Altera and sold by
--Altera or its authorized distributors. Please refer to the --Altera or its authorized distributors. Please refer to the
--applicable agreement for further details. --applicable agreement for further details.
component altpll3 component altpll3
PORT PORT
( (
inclk0 : IN STD_LOGIC := '0'; inclk0 : IN STD_LOGIC := '0';
c0 : OUT STD_LOGIC ; c0 : OUT STD_LOGIC ;
c1 : OUT STD_LOGIC ; c1 : OUT STD_LOGIC ;
c2 : OUT STD_LOGIC ; c2 : OUT STD_LOGIC ;
c3 : OUT STD_LOGIC c3 : OUT STD_LOGIC
); );
end component; end component;

View File

@@ -1,26 +1,26 @@
--Copyright (C) 1991-2010 Altera Corporation --Copyright (C) 1991-2014 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions --Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic --and other software and tools, and its AMPP partner logic
--functions, and any output files from any of the foregoing --functions, and any output files from any of the foregoing
--(including device programming or simulation files), and any --(including device programming or simulation files), and any
--associated documentation or information are expressly subject --associated documentation or information are expressly subject
--to the terms and conditions of the Altera Program License --to the terms and conditions of the Altera Program License
--Subscription Agreement, Altera MegaCore Function License --Subscription Agreement, Altera MegaCore Function License
--Agreement, or other applicable license agreement, including, --Agreement, or other applicable license agreement, including,
--without limitation, that your use is for the sole purpose of --without limitation, that your use is for the sole purpose of
--programming logic devices manufactured by Altera and sold by --programming logic devices manufactured by Altera and sold by
--Altera or its authorized distributors. Please refer to the --Altera or its authorized distributors. Please refer to the
--applicable agreement for further details. --applicable agreement for further details.
FUNCTION altpll3 FUNCTION altpll3
( (
inclk0 inclk0
) )
RETURNS ( RETURNS (
c0, c0,
c1, c1,
c2, c2,
c3 c3
); );

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE pinplan> <!DOCTYPE pinplan>
<pinplan intended_family="Cyclone III" variation_name="altpll3" megafunction_name="ALTPLL" specifies="all_ports"> <pinplan intended_family="Cyclone III" variation_name="altpll3" megafunction_name="ALTPLL" specifies="all_ports">
<global> <global>
<pin name="inclk0" direction="input" scope="external" source="clock" /> <pin name="inclk0" direction="input" scope="external" source="clock" />
<pin name="c0" direction="output" scope="external" source="clock" /> <pin name="c0" direction="output" scope="external" source="clock" />
<pin name="c1" direction="output" scope="external" source="clock" /> <pin name="c1" direction="output" scope="external" source="clock" />
<pin name="c2" direction="output" scope="external" source="clock" /> <pin name="c2" direction="output" scope="external" source="clock" />
<pin name="c3" direction="output" scope="external" source="clock" /> <pin name="c3" direction="output" scope="external" source="clock" />
</global> </global>
</pinplan> </pinplan>

View File

@@ -1,7 +1,7 @@
set_global_assignment -name IP_TOOL_NAME "ALTPLL" set_global_assignment -name IP_TOOL_NAME "ALTPLL"
set_global_assignment -name IP_TOOL_VERSION "9.1" set_global_assignment -name IP_TOOL_VERSION "13.1"
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) "altpll3.vhd"] set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) "altpll3.vhd"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.bsf"] set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.bsf"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.inc"] set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.inc"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.cmp"] set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.cmp"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.ppf"] set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "altpll3.ppf"]

View File

@@ -1,445 +1,445 @@
-- megafunction wizard: %ALTPLL% -- megafunction wizard: %ALTPLL%
-- GENERATION: STANDARD -- GENERATION: STANDARD
-- VERSION: WM1.0 -- VERSION: WM1.0
-- MODULE: altpll -- MODULE: altpll
-- ============================================================ -- ============================================================
-- File Name: altpll3.vhd -- File Name: altpll3.vhd
-- Megafunction Name(s): -- Megafunction Name(s):
-- altpll -- altpll
-- --
-- Simulation Library Files(s): -- Simulation Library Files(s):
-- altera_mf -- altera_mf
-- ============================================================ -- ============================================================
-- ************************************************************ -- ************************************************************
-- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE! -- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
-- --
-- 9.1 Build 350 03/24/2010 SP 2 SJ Web Edition -- 13.1.4 Build 182 03/12/2014 SJ Web Edition
-- ************************************************************ -- ************************************************************
--Copyright (C) 1991-2010 Altera Corporation --Copyright (C) 1991-2014 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions --Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic --and other software and tools, and its AMPP partner logic
--functions, and any output files from any of the foregoing --functions, and any output files from any of the foregoing
--(including device programming or simulation files), and any --(including device programming or simulation files), and any
--associated documentation or information are expressly subject --associated documentation or information are expressly subject
--to the terms and conditions of the Altera Program License --to the terms and conditions of the Altera Program License
--Subscription Agreement, Altera MegaCore Function License --Subscription Agreement, Altera MegaCore Function License
--Agreement, or other applicable license agreement, including, --Agreement, or other applicable license agreement, including,
--without limitation, that your use is for the sole purpose of --without limitation, that your use is for the sole purpose of
--programming logic devices manufactured by Altera and sold by --programming logic devices manufactured by Altera and sold by
--Altera or its authorized distributors. Please refer to the --Altera or its authorized distributors. Please refer to the
--applicable agreement for further details. --applicable agreement for further details.
LIBRARY ieee; LIBRARY ieee;
USE ieee.std_logic_1164.all; USE ieee.std_logic_1164.all;
LIBRARY altera_mf; LIBRARY altera_mf;
USE altera_mf.all; USE altera_mf.all;
ENTITY altpll3 IS ENTITY altpll3 IS
PORT PORT
( (
inclk0 : IN STD_LOGIC := '0'; inclk0 : IN STD_LOGIC := '0';
c0 : OUT STD_LOGIC ; c0 : OUT STD_LOGIC ;
c1 : OUT STD_LOGIC ; c1 : OUT STD_LOGIC ;
c2 : OUT STD_LOGIC ; c2 : OUT STD_LOGIC ;
c3 : OUT STD_LOGIC c3 : OUT STD_LOGIC
); );
END altpll3; END altpll3;
ARCHITECTURE SYN OF altpll3 IS ARCHITECTURE SYN OF altpll3 IS
SIGNAL sub_wire0 : STD_LOGIC_VECTOR (4 DOWNTO 0); SIGNAL sub_wire0 : STD_LOGIC_VECTOR (4 DOWNTO 0);
SIGNAL sub_wire1 : STD_LOGIC ; SIGNAL sub_wire1 : STD_LOGIC ;
SIGNAL sub_wire2 : STD_LOGIC ; SIGNAL sub_wire2 : STD_LOGIC ;
SIGNAL sub_wire3 : STD_LOGIC ; SIGNAL sub_wire3 : STD_LOGIC ;
SIGNAL sub_wire4 : STD_LOGIC ; SIGNAL sub_wire4 : STD_LOGIC ;
SIGNAL sub_wire5 : STD_LOGIC ; SIGNAL sub_wire5 : STD_LOGIC ;
SIGNAL sub_wire6 : STD_LOGIC_VECTOR (1 DOWNTO 0); SIGNAL sub_wire6 : STD_LOGIC_VECTOR (1 DOWNTO 0);
SIGNAL sub_wire7_bv : BIT_VECTOR (0 DOWNTO 0); SIGNAL sub_wire7_bv : BIT_VECTOR (0 DOWNTO 0);
SIGNAL sub_wire7 : STD_LOGIC_VECTOR (0 DOWNTO 0); SIGNAL sub_wire7 : STD_LOGIC_VECTOR (0 DOWNTO 0);
COMPONENT altpll COMPONENT altpll
GENERIC ( GENERIC (
bandwidth_type : STRING; bandwidth_type : STRING;
clk0_divide_by : NATURAL; clk0_divide_by : NATURAL;
clk0_duty_cycle : NATURAL; clk0_duty_cycle : NATURAL;
clk0_multiply_by : NATURAL; clk0_multiply_by : NATURAL;
clk0_phase_shift : STRING; clk0_phase_shift : STRING;
clk1_divide_by : NATURAL; clk1_divide_by : NATURAL;
clk1_duty_cycle : NATURAL; clk1_duty_cycle : NATURAL;
clk1_multiply_by : NATURAL; clk1_multiply_by : NATURAL;
clk1_phase_shift : STRING; clk1_phase_shift : STRING;
clk2_divide_by : NATURAL; clk2_divide_by : NATURAL;
clk2_duty_cycle : NATURAL; clk2_duty_cycle : NATURAL;
clk2_multiply_by : NATURAL; clk2_multiply_by : NATURAL;
clk2_phase_shift : STRING; clk2_phase_shift : STRING;
clk3_divide_by : NATURAL; clk3_divide_by : NATURAL;
clk3_duty_cycle : NATURAL; clk3_duty_cycle : NATURAL;
clk3_multiply_by : NATURAL; clk3_multiply_by : NATURAL;
clk3_phase_shift : STRING; clk3_phase_shift : STRING;
compensate_clock : STRING; compensate_clock : STRING;
inclk0_input_frequency : NATURAL; inclk0_input_frequency : NATURAL;
intended_device_family : STRING; intended_device_family : STRING;
lpm_type : STRING; lpm_type : STRING;
operation_mode : STRING; operation_mode : STRING;
pll_type : STRING; pll_type : STRING;
port_activeclock : STRING; port_activeclock : STRING;
port_areset : STRING; port_areset : STRING;
port_clkbad0 : STRING; port_clkbad0 : STRING;
port_clkbad1 : STRING; port_clkbad1 : STRING;
port_clkloss : STRING; port_clkloss : STRING;
port_clkswitch : STRING; port_clkswitch : STRING;
port_configupdate : STRING; port_configupdate : STRING;
port_fbin : STRING; port_fbin : STRING;
port_inclk0 : STRING; port_inclk0 : STRING;
port_inclk1 : STRING; port_inclk1 : STRING;
port_locked : STRING; port_locked : STRING;
port_pfdena : STRING; port_pfdena : STRING;
port_phasecounterselect : STRING; port_phasecounterselect : STRING;
port_phasedone : STRING; port_phasedone : STRING;
port_phasestep : STRING; port_phasestep : STRING;
port_phaseupdown : STRING; port_phaseupdown : STRING;
port_pllena : STRING; port_pllena : STRING;
port_scanaclr : STRING; port_scanaclr : STRING;
port_scanclk : STRING; port_scanclk : STRING;
port_scanclkena : STRING; port_scanclkena : STRING;
port_scandata : STRING; port_scandata : STRING;
port_scandataout : STRING; port_scandataout : STRING;
port_scandone : STRING; port_scandone : STRING;
port_scanread : STRING; port_scanread : STRING;
port_scanwrite : STRING; port_scanwrite : STRING;
port_clk0 : STRING; port_clk0 : STRING;
port_clk1 : STRING; port_clk1 : STRING;
port_clk2 : STRING; port_clk2 : STRING;
port_clk3 : STRING; port_clk3 : STRING;
port_clk4 : STRING; port_clk4 : STRING;
port_clk5 : STRING; port_clk5 : STRING;
port_clkena0 : STRING; port_clkena0 : STRING;
port_clkena1 : STRING; port_clkena1 : STRING;
port_clkena2 : STRING; port_clkena2 : STRING;
port_clkena3 : STRING; port_clkena3 : STRING;
port_clkena4 : STRING; port_clkena4 : STRING;
port_clkena5 : STRING; port_clkena5 : STRING;
port_extclk0 : STRING; port_extclk0 : STRING;
port_extclk1 : STRING; port_extclk1 : STRING;
port_extclk2 : STRING; port_extclk2 : STRING;
port_extclk3 : STRING; port_extclk3 : STRING;
width_clock : NATURAL width_clock : NATURAL
); );
PORT ( PORT (
inclk : IN STD_LOGIC_VECTOR (1 DOWNTO 0); clk : OUT STD_LOGIC_VECTOR (4 DOWNTO 0);
clk : OUT STD_LOGIC_VECTOR (4 DOWNTO 0) inclk : IN STD_LOGIC_VECTOR (1 DOWNTO 0)
); );
END COMPONENT; END COMPONENT;
BEGIN BEGIN
sub_wire7_bv(0 DOWNTO 0) <= "0"; sub_wire7_bv(0 DOWNTO 0) <= "0";
sub_wire7 <= To_stdlogicvector(sub_wire7_bv); sub_wire7 <= To_stdlogicvector(sub_wire7_bv);
sub_wire4 <= sub_wire0(3); sub_wire4 <= sub_wire0(2);
sub_wire3 <= sub_wire0(2); sub_wire3 <= sub_wire0(0);
sub_wire2 <= sub_wire0(1); sub_wire2 <= sub_wire0(3);
sub_wire1 <= sub_wire0(0); sub_wire1 <= sub_wire0(1);
c0 <= sub_wire1; c1 <= sub_wire1;
c1 <= sub_wire2; c3 <= sub_wire2;
c2 <= sub_wire3; c0 <= sub_wire3;
c3 <= sub_wire4; c2 <= sub_wire4;
sub_wire5 <= inclk0; sub_wire5 <= inclk0;
sub_wire6 <= sub_wire7(0 DOWNTO 0) & sub_wire5; sub_wire6 <= sub_wire7(0 DOWNTO 0) & sub_wire5;
altpll_component : altpll altpll_component : altpll
GENERIC MAP ( GENERIC MAP (
bandwidth_type => "AUTO", bandwidth_type => "AUTO",
clk0_divide_by => 33, clk0_divide_by => 33,
clk0_duty_cycle => 50, clk0_duty_cycle => 50,
clk0_multiply_by => 2, clk0_multiply_by => 2,
clk0_phase_shift => "0", clk0_phase_shift => "0",
clk1_divide_by => 33, clk1_divide_by => 33,
clk1_duty_cycle => 50, clk1_duty_cycle => 50,
clk1_multiply_by => 16, clk1_multiply_by => 16,
clk1_phase_shift => "0", clk1_phase_shift => "0",
clk2_divide_by => 33, clk2_divide_by => 144,
clk2_duty_cycle => 50, clk2_duty_cycle => 50,
clk2_multiply_by => 25, clk2_multiply_by => 109,
clk2_phase_shift => "0", clk2_phase_shift => "0",
clk3_divide_by => 11, clk3_divide_by => 11,
clk3_duty_cycle => 50, clk3_duty_cycle => 50,
clk3_multiply_by => 16, clk3_multiply_by => 16,
clk3_phase_shift => "0", clk3_phase_shift => "0",
compensate_clock => "CLK1", compensate_clock => "CLK1",
inclk0_input_frequency => 30303, inclk0_input_frequency => 30303,
intended_device_family => "Cyclone III", intended_device_family => "Cyclone III",
lpm_type => "altpll", lpm_type => "altpll",
operation_mode => "SOURCE_SYNCHRONOUS", operation_mode => "SOURCE_SYNCHRONOUS",
pll_type => "AUTO", pll_type => "AUTO",
port_activeclock => "PORT_UNUSED", port_activeclock => "PORT_UNUSED",
port_areset => "PORT_UNUSED", port_areset => "PORT_UNUSED",
port_clkbad0 => "PORT_UNUSED", port_clkbad0 => "PORT_UNUSED",
port_clkbad1 => "PORT_UNUSED", port_clkbad1 => "PORT_UNUSED",
port_clkloss => "PORT_UNUSED", port_clkloss => "PORT_UNUSED",
port_clkswitch => "PORT_UNUSED", port_clkswitch => "PORT_UNUSED",
port_configupdate => "PORT_UNUSED", port_configupdate => "PORT_UNUSED",
port_fbin => "PORT_UNUSED", port_fbin => "PORT_UNUSED",
port_inclk0 => "PORT_USED", port_inclk0 => "PORT_USED",
port_inclk1 => "PORT_UNUSED", port_inclk1 => "PORT_UNUSED",
port_locked => "PORT_UNUSED", port_locked => "PORT_UNUSED",
port_pfdena => "PORT_UNUSED", port_pfdena => "PORT_UNUSED",
port_phasecounterselect => "PORT_UNUSED", port_phasecounterselect => "PORT_UNUSED",
port_phasedone => "PORT_UNUSED", port_phasedone => "PORT_UNUSED",
port_phasestep => "PORT_UNUSED", port_phasestep => "PORT_UNUSED",
port_phaseupdown => "PORT_UNUSED", port_phaseupdown => "PORT_UNUSED",
port_pllena => "PORT_UNUSED", port_pllena => "PORT_UNUSED",
port_scanaclr => "PORT_UNUSED", port_scanaclr => "PORT_UNUSED",
port_scanclk => "PORT_UNUSED", port_scanclk => "PORT_UNUSED",
port_scanclkena => "PORT_UNUSED", port_scanclkena => "PORT_UNUSED",
port_scandata => "PORT_UNUSED", port_scandata => "PORT_UNUSED",
port_scandataout => "PORT_UNUSED", port_scandataout => "PORT_UNUSED",
port_scandone => "PORT_UNUSED", port_scandone => "PORT_UNUSED",
port_scanread => "PORT_UNUSED", port_scanread => "PORT_UNUSED",
port_scanwrite => "PORT_UNUSED", port_scanwrite => "PORT_UNUSED",
port_clk0 => "PORT_USED", port_clk0 => "PORT_USED",
port_clk1 => "PORT_USED", port_clk1 => "PORT_USED",
port_clk2 => "PORT_USED", port_clk2 => "PORT_USED",
port_clk3 => "PORT_USED", port_clk3 => "PORT_USED",
port_clk4 => "PORT_UNUSED", port_clk4 => "PORT_UNUSED",
port_clk5 => "PORT_UNUSED", port_clk5 => "PORT_UNUSED",
port_clkena0 => "PORT_UNUSED", port_clkena0 => "PORT_UNUSED",
port_clkena1 => "PORT_UNUSED", port_clkena1 => "PORT_UNUSED",
port_clkena2 => "PORT_UNUSED", port_clkena2 => "PORT_UNUSED",
port_clkena3 => "PORT_UNUSED", port_clkena3 => "PORT_UNUSED",
port_clkena4 => "PORT_UNUSED", port_clkena4 => "PORT_UNUSED",
port_clkena5 => "PORT_UNUSED", port_clkena5 => "PORT_UNUSED",
port_extclk0 => "PORT_UNUSED", port_extclk0 => "PORT_UNUSED",
port_extclk1 => "PORT_UNUSED", port_extclk1 => "PORT_UNUSED",
port_extclk2 => "PORT_UNUSED", port_extclk2 => "PORT_UNUSED",
port_extclk3 => "PORT_UNUSED", port_extclk3 => "PORT_UNUSED",
width_clock => 5 width_clock => 5
) )
PORT MAP ( PORT MAP (
inclk => sub_wire6, inclk => sub_wire6,
clk => sub_wire0 clk => sub_wire0
); );
END SYN; END SYN;
-- ============================================================ -- ============================================================
-- CNX file retrieval info -- CNX file retrieval info
-- ============================================================ -- ============================================================
-- Retrieval info: PRIVATE: ACTIVECLK_CHECK STRING "0" -- Retrieval info: PRIVATE: ACTIVECLK_CHECK STRING "0"
-- Retrieval info: PRIVATE: BANDWIDTH STRING "1.000" -- Retrieval info: PRIVATE: BANDWIDTH STRING "1.000"
-- Retrieval info: PRIVATE: BANDWIDTH_FEATURE_ENABLED STRING "1" -- Retrieval info: PRIVATE: BANDWIDTH_FEATURE_ENABLED STRING "1"
-- Retrieval info: PRIVATE: BANDWIDTH_FREQ_UNIT STRING "MHz" -- Retrieval info: PRIVATE: BANDWIDTH_FREQ_UNIT STRING "MHz"
-- Retrieval info: PRIVATE: BANDWIDTH_PRESET STRING "Low" -- Retrieval info: PRIVATE: BANDWIDTH_PRESET STRING "Low"
-- Retrieval info: PRIVATE: BANDWIDTH_USE_AUTO STRING "1" -- Retrieval info: PRIVATE: BANDWIDTH_USE_AUTO STRING "1"
-- Retrieval info: PRIVATE: BANDWIDTH_USE_PRESET STRING "0" -- Retrieval info: PRIVATE: BANDWIDTH_USE_PRESET STRING "0"
-- Retrieval info: PRIVATE: CLKBAD_SWITCHOVER_CHECK STRING "0" -- Retrieval info: PRIVATE: CLKBAD_SWITCHOVER_CHECK STRING "0"
-- Retrieval info: PRIVATE: CLKLOSS_CHECK STRING "0" -- Retrieval info: PRIVATE: CLKLOSS_CHECK STRING "0"
-- Retrieval info: PRIVATE: CLKSWITCH_CHECK STRING "0" -- Retrieval info: PRIVATE: CLKSWITCH_CHECK STRING "0"
-- Retrieval info: PRIVATE: CNX_NO_COMPENSATE_RADIO STRING "0" -- Retrieval info: PRIVATE: CNX_NO_COMPENSATE_RADIO STRING "0"
-- Retrieval info: PRIVATE: CREATE_CLKBAD_CHECK STRING "0" -- Retrieval info: PRIVATE: CREATE_CLKBAD_CHECK STRING "0"
-- Retrieval info: PRIVATE: CREATE_INCLK1_CHECK STRING "0" -- Retrieval info: PRIVATE: CREATE_INCLK1_CHECK STRING "0"
-- Retrieval info: PRIVATE: CUR_DEDICATED_CLK STRING "c1" -- Retrieval info: PRIVATE: CUR_DEDICATED_CLK STRING "c1"
-- Retrieval info: PRIVATE: CUR_FBIN_CLK STRING "e0" -- Retrieval info: PRIVATE: CUR_FBIN_CLK STRING "e0"
-- Retrieval info: PRIVATE: DEVICE_SPEED_GRADE STRING "8" -- Retrieval info: PRIVATE: DEVICE_SPEED_GRADE STRING "8"
-- Retrieval info: PRIVATE: DIV_FACTOR0 NUMERIC "33" -- Retrieval info: PRIVATE: DIV_FACTOR0 NUMERIC "33"
-- Retrieval info: PRIVATE: DIV_FACTOR1 NUMERIC "33" -- Retrieval info: PRIVATE: DIV_FACTOR1 NUMERIC "33"
-- Retrieval info: PRIVATE: DIV_FACTOR2 NUMERIC "33" -- Retrieval info: PRIVATE: DIV_FACTOR2 NUMERIC "144"
-- Retrieval info: PRIVATE: DIV_FACTOR3 NUMERIC "33" -- Retrieval info: PRIVATE: DIV_FACTOR3 NUMERIC "33"
-- Retrieval info: PRIVATE: DUTY_CYCLE0 STRING "50.00000000" -- Retrieval info: PRIVATE: DUTY_CYCLE0 STRING "50.00000000"
-- Retrieval info: PRIVATE: DUTY_CYCLE1 STRING "50.00000000" -- Retrieval info: PRIVATE: DUTY_CYCLE1 STRING "50.00000000"
-- Retrieval info: PRIVATE: DUTY_CYCLE2 STRING "50.00000000" -- Retrieval info: PRIVATE: DUTY_CYCLE2 STRING "50.00000000"
-- Retrieval info: PRIVATE: DUTY_CYCLE3 STRING "50.00000000" -- Retrieval info: PRIVATE: DUTY_CYCLE3 STRING "50.00000000"
-- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE0 STRING "2.000000" -- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE0 STRING "2.000000"
-- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE1 STRING "16.000000" -- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE1 STRING "16.000000"
-- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE2 STRING "25.000000" -- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE2 STRING "24.979166"
-- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE3 STRING "48.000000" -- Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE3 STRING "48.000000"
-- Retrieval info: PRIVATE: EXPLICIT_SWITCHOVER_COUNTER STRING "0" -- Retrieval info: PRIVATE: EXPLICIT_SWITCHOVER_COUNTER STRING "0"
-- Retrieval info: PRIVATE: EXT_FEEDBACK_RADIO STRING "0" -- Retrieval info: PRIVATE: EXT_FEEDBACK_RADIO STRING "0"
-- Retrieval info: PRIVATE: GLOCKED_COUNTER_EDIT_CHANGED STRING "1" -- Retrieval info: PRIVATE: GLOCKED_COUNTER_EDIT_CHANGED STRING "1"
-- Retrieval info: PRIVATE: GLOCKED_FEATURE_ENABLED STRING "0" -- Retrieval info: PRIVATE: GLOCKED_FEATURE_ENABLED STRING "0"
-- Retrieval info: PRIVATE: GLOCKED_MODE_CHECK STRING "0" -- Retrieval info: PRIVATE: GLOCKED_MODE_CHECK STRING "0"
-- Retrieval info: PRIVATE: GLOCK_COUNTER_EDIT NUMERIC "1048575" -- Retrieval info: PRIVATE: GLOCK_COUNTER_EDIT NUMERIC "1048575"
-- Retrieval info: PRIVATE: HAS_MANUAL_SWITCHOVER STRING "1" -- Retrieval info: PRIVATE: HAS_MANUAL_SWITCHOVER STRING "1"
-- Retrieval info: PRIVATE: INCLK0_FREQ_EDIT STRING "33.000" -- Retrieval info: PRIVATE: INCLK0_FREQ_EDIT STRING "33.000"
-- Retrieval info: PRIVATE: INCLK0_FREQ_UNIT_COMBO STRING "MHz" -- Retrieval info: PRIVATE: INCLK0_FREQ_UNIT_COMBO STRING "MHz"
-- Retrieval info: PRIVATE: INCLK1_FREQ_EDIT STRING "100.000" -- Retrieval info: PRIVATE: INCLK1_FREQ_EDIT STRING "100.000"
-- Retrieval info: PRIVATE: INCLK1_FREQ_EDIT_CHANGED STRING "1" -- Retrieval info: PRIVATE: INCLK1_FREQ_EDIT_CHANGED STRING "1"
-- Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_CHANGED STRING "1" -- Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_CHANGED STRING "1"
-- Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_COMBO STRING "MHz" -- Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_COMBO STRING "MHz"
-- Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone III" -- Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone III"
-- Retrieval info: PRIVATE: INT_FEEDBACK__MODE_RADIO STRING "1" -- Retrieval info: PRIVATE: INT_FEEDBACK__MODE_RADIO STRING "1"
-- Retrieval info: PRIVATE: LOCKED_OUTPUT_CHECK STRING "0" -- Retrieval info: PRIVATE: LOCKED_OUTPUT_CHECK STRING "0"
-- Retrieval info: PRIVATE: LONG_SCAN_RADIO STRING "1" -- Retrieval info: PRIVATE: LONG_SCAN_RADIO STRING "1"
-- Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE STRING "330.000" -- Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE STRING "Not Available"
-- Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE_DIRTY NUMERIC "0" -- Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE_DIRTY NUMERIC "0"
-- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT0 STRING "deg" -- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT0 STRING "deg"
-- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT1 STRING "deg" -- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT1 STRING "deg"
-- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT2 STRING "deg" -- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT2 STRING "deg"
-- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT3 STRING "ps" -- Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT3 STRING "ps"
-- Retrieval info: PRIVATE: MIG_DEVICE_SPEED_GRADE STRING "Any" -- Retrieval info: PRIVATE: MIG_DEVICE_SPEED_GRADE STRING "Any"
-- Retrieval info: PRIVATE: MIRROR_CLK0 STRING "0" -- Retrieval info: PRIVATE: MIRROR_CLK0 STRING "0"
-- Retrieval info: PRIVATE: MIRROR_CLK1 STRING "0" -- Retrieval info: PRIVATE: MIRROR_CLK1 STRING "0"
-- Retrieval info: PRIVATE: MIRROR_CLK2 STRING "0" -- Retrieval info: PRIVATE: MIRROR_CLK2 STRING "0"
-- Retrieval info: PRIVATE: MIRROR_CLK3 STRING "0" -- Retrieval info: PRIVATE: MIRROR_CLK3 STRING "0"
-- Retrieval info: PRIVATE: MULT_FACTOR0 NUMERIC "2" -- Retrieval info: PRIVATE: MULT_FACTOR0 NUMERIC "2"
-- Retrieval info: PRIVATE: MULT_FACTOR1 NUMERIC "16" -- Retrieval info: PRIVATE: MULT_FACTOR1 NUMERIC "16"
-- Retrieval info: PRIVATE: MULT_FACTOR2 NUMERIC "25" -- Retrieval info: PRIVATE: MULT_FACTOR2 NUMERIC "109"
-- Retrieval info: PRIVATE: MULT_FACTOR3 NUMERIC "48" -- Retrieval info: PRIVATE: MULT_FACTOR3 NUMERIC "48"
-- Retrieval info: PRIVATE: NORMAL_MODE_RADIO STRING "0" -- Retrieval info: PRIVATE: NORMAL_MODE_RADIO STRING "0"
-- Retrieval info: PRIVATE: OUTPUT_FREQ0 STRING "2.00000000" -- Retrieval info: PRIVATE: OUTPUT_FREQ0 STRING "2.00000000"
-- Retrieval info: PRIVATE: OUTPUT_FREQ1 STRING "16.00000000" -- Retrieval info: PRIVATE: OUTPUT_FREQ1 STRING "16.00000000"
-- Retrieval info: PRIVATE: OUTPUT_FREQ2 STRING "25.00000000" -- Retrieval info: PRIVATE: OUTPUT_FREQ2 STRING "25.00000000"
-- Retrieval info: PRIVATE: OUTPUT_FREQ3 STRING "160.00000000" -- Retrieval info: PRIVATE: OUTPUT_FREQ3 STRING "160.00000000"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE0 STRING "0" -- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE0 STRING "0"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE1 STRING "0" -- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE1 STRING "0"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE2 STRING "0" -- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE2 STRING "0"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE3 STRING "0" -- Retrieval info: PRIVATE: OUTPUT_FREQ_MODE3 STRING "0"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT0 STRING "MHz" -- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT0 STRING "MHz"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT1 STRING "MHz" -- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT1 STRING "MHz"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT2 STRING "MHz" -- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT2 STRING "MHz"
-- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT3 STRING "MHz" -- Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT3 STRING "MHz"
-- Retrieval info: PRIVATE: PHASE_RECONFIG_FEATURE_ENABLED STRING "1" -- Retrieval info: PRIVATE: PHASE_RECONFIG_FEATURE_ENABLED STRING "1"
-- Retrieval info: PRIVATE: PHASE_RECONFIG_INPUTS_CHECK STRING "0" -- Retrieval info: PRIVATE: PHASE_RECONFIG_INPUTS_CHECK STRING "0"
-- Retrieval info: PRIVATE: PHASE_SHIFT0 STRING "0.00000000" -- Retrieval info: PRIVATE: PHASE_SHIFT0 STRING "0.00000000"
-- Retrieval info: PRIVATE: PHASE_SHIFT1 STRING "0.00000000" -- Retrieval info: PRIVATE: PHASE_SHIFT1 STRING "0.00000000"
-- Retrieval info: PRIVATE: PHASE_SHIFT2 STRING "0.00000000" -- Retrieval info: PRIVATE: PHASE_SHIFT2 STRING "0.00000000"
-- Retrieval info: PRIVATE: PHASE_SHIFT3 STRING "0.00000000" -- Retrieval info: PRIVATE: PHASE_SHIFT3 STRING "0.00000000"
-- Retrieval info: PRIVATE: PHASE_SHIFT_STEP_ENABLED_CHECK STRING "0" -- Retrieval info: PRIVATE: PHASE_SHIFT_STEP_ENABLED_CHECK STRING "0"
-- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT0 STRING "deg" -- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT0 STRING "deg"
-- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT1 STRING "deg" -- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT1 STRING "deg"
-- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT2 STRING "deg" -- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT2 STRING "deg"
-- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT3 STRING "ps" -- Retrieval info: PRIVATE: PHASE_SHIFT_UNIT3 STRING "ps"
-- Retrieval info: PRIVATE: PLL_ADVANCED_PARAM_CHECK STRING "0" -- Retrieval info: PRIVATE: PLL_ADVANCED_PARAM_CHECK STRING "0"
-- Retrieval info: PRIVATE: PLL_ARESET_CHECK STRING "0" -- Retrieval info: PRIVATE: PLL_ARESET_CHECK STRING "0"
-- Retrieval info: PRIVATE: PLL_AUTOPLL_CHECK NUMERIC "1" -- Retrieval info: PRIVATE: PLL_AUTOPLL_CHECK NUMERIC "1"
-- Retrieval info: PRIVATE: PLL_ENHPLL_CHECK NUMERIC "0" -- Retrieval info: PRIVATE: PLL_ENHPLL_CHECK NUMERIC "0"
-- Retrieval info: PRIVATE: PLL_FASTPLL_CHECK NUMERIC "0" -- Retrieval info: PRIVATE: PLL_FASTPLL_CHECK NUMERIC "0"
-- Retrieval info: PRIVATE: PLL_FBMIMIC_CHECK STRING "0" -- Retrieval info: PRIVATE: PLL_FBMIMIC_CHECK STRING "0"
-- Retrieval info: PRIVATE: PLL_LVDS_PLL_CHECK NUMERIC "0" -- Retrieval info: PRIVATE: PLL_LVDS_PLL_CHECK NUMERIC "0"
-- Retrieval info: PRIVATE: PLL_PFDENA_CHECK STRING "0" -- Retrieval info: PRIVATE: PLL_PFDENA_CHECK STRING "0"
-- Retrieval info: PRIVATE: PLL_TARGET_HARCOPY_CHECK NUMERIC "0" -- Retrieval info: PRIVATE: PLL_TARGET_HARCOPY_CHECK NUMERIC "0"
-- Retrieval info: PRIVATE: PRIMARY_CLK_COMBO STRING "inclk0" -- Retrieval info: PRIVATE: PRIMARY_CLK_COMBO STRING "inclk0"
-- Retrieval info: PRIVATE: RECONFIG_FILE STRING "altpll3.mif" -- Retrieval info: PRIVATE: RECONFIG_FILE STRING "altpll3.mif"
-- Retrieval info: PRIVATE: SACN_INPUTS_CHECK STRING "0" -- Retrieval info: PRIVATE: SACN_INPUTS_CHECK STRING "0"
-- Retrieval info: PRIVATE: SCAN_FEATURE_ENABLED STRING "1" -- Retrieval info: PRIVATE: SCAN_FEATURE_ENABLED STRING "1"
-- Retrieval info: PRIVATE: SELF_RESET_LOCK_LOSS STRING "0" -- Retrieval info: PRIVATE: SELF_RESET_LOCK_LOSS STRING "0"
-- Retrieval info: PRIVATE: SHORT_SCAN_RADIO STRING "0" -- Retrieval info: PRIVATE: SHORT_SCAN_RADIO STRING "0"
-- Retrieval info: PRIVATE: SPREAD_FEATURE_ENABLED STRING "0" -- Retrieval info: PRIVATE: SPREAD_FEATURE_ENABLED STRING "0"
-- Retrieval info: PRIVATE: SPREAD_FREQ STRING "50.000" -- Retrieval info: PRIVATE: SPREAD_FREQ STRING "50.000"
-- Retrieval info: PRIVATE: SPREAD_FREQ_UNIT STRING "KHz" -- Retrieval info: PRIVATE: SPREAD_FREQ_UNIT STRING "KHz"
-- Retrieval info: PRIVATE: SPREAD_PERCENT STRING "0.500" -- Retrieval info: PRIVATE: SPREAD_PERCENT STRING "0.500"
-- Retrieval info: PRIVATE: SPREAD_USE STRING "0" -- Retrieval info: PRIVATE: SPREAD_USE STRING "0"
-- Retrieval info: PRIVATE: SRC_SYNCH_COMP_RADIO STRING "1" -- Retrieval info: PRIVATE: SRC_SYNCH_COMP_RADIO STRING "1"
-- Retrieval info: PRIVATE: STICKY_CLK0 STRING "1" -- Retrieval info: PRIVATE: STICKY_CLK0 STRING "1"
-- Retrieval info: PRIVATE: STICKY_CLK1 STRING "1" -- Retrieval info: PRIVATE: STICKY_CLK1 STRING "1"
-- Retrieval info: PRIVATE: STICKY_CLK2 STRING "1" -- Retrieval info: PRIVATE: STICKY_CLK2 STRING "1"
-- Retrieval info: PRIVATE: STICKY_CLK3 STRING "1" -- Retrieval info: PRIVATE: STICKY_CLK3 STRING "1"
-- Retrieval info: PRIVATE: SWITCHOVER_COUNT_EDIT NUMERIC "1" -- Retrieval info: PRIVATE: SWITCHOVER_COUNT_EDIT NUMERIC "1"
-- Retrieval info: PRIVATE: SWITCHOVER_FEATURE_ENABLED STRING "1" -- Retrieval info: PRIVATE: SWITCHOVER_FEATURE_ENABLED STRING "1"
-- Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0" -- Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0"
-- Retrieval info: PRIVATE: USE_CLK0 STRING "1" -- Retrieval info: PRIVATE: USE_CLK0 STRING "1"
-- Retrieval info: PRIVATE: USE_CLK1 STRING "1" -- Retrieval info: PRIVATE: USE_CLK1 STRING "1"
-- Retrieval info: PRIVATE: USE_CLK2 STRING "1" -- Retrieval info: PRIVATE: USE_CLK2 STRING "1"
-- Retrieval info: PRIVATE: USE_CLK3 STRING "1" -- Retrieval info: PRIVATE: USE_CLK3 STRING "1"
-- Retrieval info: PRIVATE: USE_CLKENA0 STRING "0" -- Retrieval info: PRIVATE: USE_CLKENA0 STRING "0"
-- Retrieval info: PRIVATE: USE_CLKENA1 STRING "0" -- Retrieval info: PRIVATE: USE_CLKENA1 STRING "0"
-- Retrieval info: PRIVATE: USE_CLKENA2 STRING "0" -- Retrieval info: PRIVATE: USE_CLKENA2 STRING "0"
-- Retrieval info: PRIVATE: USE_CLKENA3 STRING "0" -- Retrieval info: PRIVATE: USE_CLKENA3 STRING "0"
-- Retrieval info: PRIVATE: USE_MIL_SPEED_GRADE NUMERIC "0" -- Retrieval info: PRIVATE: USE_MIL_SPEED_GRADE NUMERIC "0"
-- Retrieval info: PRIVATE: ZERO_DELAY_RADIO STRING "0" -- Retrieval info: PRIVATE: ZERO_DELAY_RADIO STRING "0"
-- Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all -- Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
-- Retrieval info: CONSTANT: BANDWIDTH_TYPE STRING "AUTO" -- Retrieval info: CONSTANT: BANDWIDTH_TYPE STRING "AUTO"
-- Retrieval info: CONSTANT: CLK0_DIVIDE_BY NUMERIC "33" -- Retrieval info: CONSTANT: CLK0_DIVIDE_BY NUMERIC "33"
-- Retrieval info: CONSTANT: CLK0_DUTY_CYCLE NUMERIC "50" -- Retrieval info: CONSTANT: CLK0_DUTY_CYCLE NUMERIC "50"
-- Retrieval info: CONSTANT: CLK0_MULTIPLY_BY NUMERIC "2" -- Retrieval info: CONSTANT: CLK0_MULTIPLY_BY NUMERIC "2"
-- Retrieval info: CONSTANT: CLK0_PHASE_SHIFT STRING "0" -- Retrieval info: CONSTANT: CLK0_PHASE_SHIFT STRING "0"
-- Retrieval info: CONSTANT: CLK1_DIVIDE_BY NUMERIC "33" -- Retrieval info: CONSTANT: CLK1_DIVIDE_BY NUMERIC "33"
-- Retrieval info: CONSTANT: CLK1_DUTY_CYCLE NUMERIC "50" -- Retrieval info: CONSTANT: CLK1_DUTY_CYCLE NUMERIC "50"
-- Retrieval info: CONSTANT: CLK1_MULTIPLY_BY NUMERIC "16" -- Retrieval info: CONSTANT: CLK1_MULTIPLY_BY NUMERIC "16"
-- Retrieval info: CONSTANT: CLK1_PHASE_SHIFT STRING "0" -- Retrieval info: CONSTANT: CLK1_PHASE_SHIFT STRING "0"
-- Retrieval info: CONSTANT: CLK2_DIVIDE_BY NUMERIC "33" -- Retrieval info: CONSTANT: CLK2_DIVIDE_BY NUMERIC "144"
-- Retrieval info: CONSTANT: CLK2_DUTY_CYCLE NUMERIC "50" -- Retrieval info: CONSTANT: CLK2_DUTY_CYCLE NUMERIC "50"
-- Retrieval info: CONSTANT: CLK2_MULTIPLY_BY NUMERIC "25" -- Retrieval info: CONSTANT: CLK2_MULTIPLY_BY NUMERIC "109"
-- Retrieval info: CONSTANT: CLK2_PHASE_SHIFT STRING "0" -- Retrieval info: CONSTANT: CLK2_PHASE_SHIFT STRING "0"
-- Retrieval info: CONSTANT: CLK3_DIVIDE_BY NUMERIC "11" -- Retrieval info: CONSTANT: CLK3_DIVIDE_BY NUMERIC "11"
-- Retrieval info: CONSTANT: CLK3_DUTY_CYCLE NUMERIC "50" -- Retrieval info: CONSTANT: CLK3_DUTY_CYCLE NUMERIC "50"
-- Retrieval info: CONSTANT: CLK3_MULTIPLY_BY NUMERIC "16" -- Retrieval info: CONSTANT: CLK3_MULTIPLY_BY NUMERIC "16"
-- Retrieval info: CONSTANT: CLK3_PHASE_SHIFT STRING "0" -- Retrieval info: CONSTANT: CLK3_PHASE_SHIFT STRING "0"
-- Retrieval info: CONSTANT: COMPENSATE_CLOCK STRING "CLK1" -- Retrieval info: CONSTANT: COMPENSATE_CLOCK STRING "CLK1"
-- Retrieval info: CONSTANT: INCLK0_INPUT_FREQUENCY NUMERIC "30303" -- Retrieval info: CONSTANT: INCLK0_INPUT_FREQUENCY NUMERIC "30303"
-- Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone III" -- Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone III"
-- Retrieval info: CONSTANT: LPM_TYPE STRING "altpll" -- Retrieval info: CONSTANT: LPM_TYPE STRING "altpll"
-- Retrieval info: CONSTANT: OPERATION_MODE STRING "SOURCE_SYNCHRONOUS" -- Retrieval info: CONSTANT: OPERATION_MODE STRING "SOURCE_SYNCHRONOUS"
-- Retrieval info: CONSTANT: PLL_TYPE STRING "AUTO" -- Retrieval info: CONSTANT: PLL_TYPE STRING "AUTO"
-- Retrieval info: CONSTANT: PORT_ACTIVECLOCK STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_ACTIVECLOCK STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_ARESET STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_ARESET STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_CLKBAD0 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_CLKBAD0 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_CLKBAD1 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_CLKBAD1 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_CLKLOSS STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_CLKLOSS STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_CLKSWITCH STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_CLKSWITCH STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_CONFIGUPDATE STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_CONFIGUPDATE STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_FBIN STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_FBIN STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_INCLK0 STRING "PORT_USED" -- Retrieval info: CONSTANT: PORT_INCLK0 STRING "PORT_USED"
-- Retrieval info: CONSTANT: PORT_INCLK1 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_INCLK1 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_LOCKED STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_LOCKED STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_PFDENA STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_PFDENA STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_PHASECOUNTERSELECT STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_PHASECOUNTERSELECT STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_PHASEDONE STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_PHASEDONE STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_PHASESTEP STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_PHASESTEP STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_PHASEUPDOWN STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_PHASEUPDOWN STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_PLLENA STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_PLLENA STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANACLR STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANACLR STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANCLK STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANCLK STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANCLKENA STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANCLKENA STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANDATA STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANDATA STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANDATAOUT STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANDATAOUT STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANDONE STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANDONE STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANREAD STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANREAD STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_SCANWRITE STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_SCANWRITE STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clk0 STRING "PORT_USED" -- Retrieval info: CONSTANT: PORT_clk0 STRING "PORT_USED"
-- Retrieval info: CONSTANT: PORT_clk1 STRING "PORT_USED" -- Retrieval info: CONSTANT: PORT_clk1 STRING "PORT_USED"
-- Retrieval info: CONSTANT: PORT_clk2 STRING "PORT_USED" -- Retrieval info: CONSTANT: PORT_clk2 STRING "PORT_USED"
-- Retrieval info: CONSTANT: PORT_clk3 STRING "PORT_USED" -- Retrieval info: CONSTANT: PORT_clk3 STRING "PORT_USED"
-- Retrieval info: CONSTANT: PORT_clk4 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clk4 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clk5 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clk5 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clkena0 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clkena0 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clkena1 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clkena1 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clkena2 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clkena2 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clkena3 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clkena3 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clkena4 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clkena4 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_clkena5 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_clkena5 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_extclk0 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_extclk0 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_extclk1 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_extclk1 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_extclk2 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_extclk2 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: PORT_extclk3 STRING "PORT_UNUSED" -- Retrieval info: CONSTANT: PORT_extclk3 STRING "PORT_UNUSED"
-- Retrieval info: CONSTANT: WIDTH_CLOCK NUMERIC "5" -- Retrieval info: CONSTANT: WIDTH_CLOCK NUMERIC "5"
-- Retrieval info: USED_PORT: @clk 0 0 5 0 OUTPUT_CLK_EXT VCC "@clk[4..0]" -- Retrieval info: USED_PORT: @clk 0 0 5 0 OUTPUT_CLK_EXT VCC "@clk[4..0]"
-- Retrieval info: USED_PORT: @inclk 0 0 2 0 INPUT_CLK_EXT VCC "@inclk[1..0]" -- Retrieval info: USED_PORT: @inclk 0 0 2 0 INPUT_CLK_EXT VCC "@inclk[1..0]"
-- Retrieval info: USED_PORT: c0 0 0 0 0 OUTPUT_CLK_EXT VCC "c0" -- Retrieval info: USED_PORT: c0 0 0 0 0 OUTPUT_CLK_EXT VCC "c0"
-- Retrieval info: USED_PORT: c1 0 0 0 0 OUTPUT_CLK_EXT VCC "c1" -- Retrieval info: USED_PORT: c1 0 0 0 0 OUTPUT_CLK_EXT VCC "c1"
-- Retrieval info: USED_PORT: c2 0 0 0 0 OUTPUT_CLK_EXT VCC "c2" -- Retrieval info: USED_PORT: c2 0 0 0 0 OUTPUT_CLK_EXT VCC "c2"
-- Retrieval info: USED_PORT: c3 0 0 0 0 OUTPUT_CLK_EXT VCC "c3" -- Retrieval info: USED_PORT: c3 0 0 0 0 OUTPUT_CLK_EXT VCC "c3"
-- Retrieval info: USED_PORT: inclk0 0 0 0 0 INPUT_CLK_EXT GND "inclk0" -- Retrieval info: USED_PORT: inclk0 0 0 0 0 INPUT_CLK_EXT GND "inclk0"
-- Retrieval info: CONNECT: @inclk 0 0 1 0 inclk0 0 0 0 0 -- Retrieval info: CONNECT: @inclk 0 0 1 1 GND 0 0 0 0
-- Retrieval info: CONNECT: c0 0 0 0 0 @clk 0 0 1 0 -- Retrieval info: CONNECT: @inclk 0 0 1 0 inclk0 0 0 0 0
-- Retrieval info: CONNECT: c1 0 0 0 0 @clk 0 0 1 1 -- Retrieval info: CONNECT: c0 0 0 0 0 @clk 0 0 1 0
-- Retrieval info: CONNECT: c3 0 0 0 0 @clk 0 0 1 3 -- Retrieval info: CONNECT: c1 0 0 0 0 @clk 0 0 1 1
-- Retrieval info: CONNECT: c2 0 0 0 0 @clk 0 0 1 2 -- Retrieval info: CONNECT: c2 0 0 0 0 @clk 0 0 1 2
-- Retrieval info: CONNECT: @inclk 0 0 1 1 GND 0 0 0 0 -- Retrieval info: CONNECT: c3 0 0 0 0 @clk 0 0 1 3
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.vhd TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.vhd TRUE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.ppf TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.ppf TRUE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.inc TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.inc TRUE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.cmp TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.cmp TRUE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.bsf TRUE FALSE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3.bsf TRUE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3_inst.vhd FALSE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3_inst.vhd FALSE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3_waveforms.html TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3_waveforms.html TRUE
-- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3_wave*.jpg FALSE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll3_wave*.jpg FALSE
-- Retrieval info: LIB_FILE: altera_mf -- Retrieval info: LIB_FILE: altera_mf

View File

@@ -39,394 +39,394 @@
# Project-Wide Assignments # Project-Wide Assignments
# ======================== # ========================
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 8.1 set_global_assignment -name ORIGINAL_QUARTUS_VERSION 8.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "10:07:29 SEPTEMBER 03, 2009" set_global_assignment -name PROJECT_CREATION_TIME_DATE "10:07:29 SEPTEMBER 03, 2009"
set_global_assignment -name LAST_QUARTUS_VERSION 13.1 set_global_assignment -name LAST_QUARTUS_VERSION 13.1
set_global_assignment -name MISC_FILE "C:/firebee/FPGA/firebee1.dpf" set_global_assignment -name MISC_FILE "C:/firebee/FPGA/firebee1.dpf"
# Pin & Location Assignments # Pin & Location Assignments
# ========================== # ==========================
set_location_assignment PIN_AB12 -to CLK33M set_location_assignment PIN_AB12 -to CLK33M
set_location_assignment PIN_G2 -to MAIN_CLK set_location_assignment PIN_G2 -to MAIN_CLK
set_location_assignment PIN_Y3 -to FB_AD[0] set_location_assignment PIN_Y3 -to FB_AD[0]
set_location_assignment PIN_Y6 -to FB_AD[1] set_location_assignment PIN_Y6 -to FB_AD[1]
set_location_assignment PIN_AA3 -to FB_AD[2] set_location_assignment PIN_AA3 -to FB_AD[2]
set_location_assignment PIN_AB3 -to FB_AD[3] set_location_assignment PIN_AB3 -to FB_AD[3]
set_location_assignment PIN_W6 -to FB_AD[4] set_location_assignment PIN_W6 -to FB_AD[4]
set_location_assignment PIN_V7 -to FB_AD[5] set_location_assignment PIN_V7 -to FB_AD[5]
set_location_assignment PIN_AA4 -to FB_AD[6] set_location_assignment PIN_AA4 -to FB_AD[6]
set_location_assignment PIN_AB4 -to FB_AD[7] set_location_assignment PIN_AB4 -to FB_AD[7]
set_location_assignment PIN_AA5 -to FB_AD[8] set_location_assignment PIN_AA5 -to FB_AD[8]
set_location_assignment PIN_AB5 -to FB_AD[9] set_location_assignment PIN_AB5 -to FB_AD[9]
set_location_assignment PIN_W7 -to FB_AD[10] set_location_assignment PIN_W7 -to FB_AD[10]
set_location_assignment PIN_Y7 -to FB_AD[11] set_location_assignment PIN_Y7 -to FB_AD[11]
set_location_assignment PIN_U9 -to FB_AD[12] set_location_assignment PIN_U9 -to FB_AD[12]
set_location_assignment PIN_V8 -to FB_AD[13] set_location_assignment PIN_V8 -to FB_AD[13]
set_location_assignment PIN_W8 -to FB_AD[14] set_location_assignment PIN_W8 -to FB_AD[14]
set_location_assignment PIN_AA7 -to FB_AD[15] set_location_assignment PIN_AA7 -to FB_AD[15]
set_location_assignment PIN_AB7 -to FB_AD[16] set_location_assignment PIN_AB7 -to FB_AD[16]
set_location_assignment PIN_Y8 -to FB_AD[17] set_location_assignment PIN_Y8 -to FB_AD[17]
set_location_assignment PIN_V9 -to FB_AD[18] set_location_assignment PIN_V9 -to FB_AD[18]
set_location_assignment PIN_V10 -to FB_AD[19] set_location_assignment PIN_V10 -to FB_AD[19]
set_location_assignment PIN_T10 -to FB_AD[20] set_location_assignment PIN_T10 -to FB_AD[20]
set_location_assignment PIN_U10 -to FB_AD[21] set_location_assignment PIN_U10 -to FB_AD[21]
set_location_assignment PIN_AA8 -to FB_AD[22] set_location_assignment PIN_AA8 -to FB_AD[22]
set_location_assignment PIN_AB8 -to FB_AD[23] set_location_assignment PIN_AB8 -to FB_AD[23]
set_location_assignment PIN_T11 -to FB_AD[24] set_location_assignment PIN_T11 -to FB_AD[24]
set_location_assignment PIN_AA9 -to FB_AD[25] set_location_assignment PIN_AA9 -to FB_AD[25]
set_location_assignment PIN_AB9 -to FB_AD[26] set_location_assignment PIN_AB9 -to FB_AD[26]
set_location_assignment PIN_U11 -to FB_AD[27] set_location_assignment PIN_U11 -to FB_AD[27]
set_location_assignment PIN_V11 -to FB_AD[28] set_location_assignment PIN_V11 -to FB_AD[28]
set_location_assignment PIN_W10 -to FB_AD[29] set_location_assignment PIN_W10 -to FB_AD[29]
set_location_assignment PIN_Y10 -to FB_AD[30] set_location_assignment PIN_Y10 -to FB_AD[30]
set_location_assignment PIN_AA10 -to FB_AD[31] set_location_assignment PIN_AA10 -to FB_AD[31]
set_location_assignment PIN_R7 -to FB_ALE set_location_assignment PIN_R7 -to FB_ALE
set_location_assignment PIN_N19 -to LED_FPGA_OK set_location_assignment PIN_N19 -to LED_FPGA_OK
set_location_assignment PIN_AB10 -to CLK24M576 set_location_assignment PIN_AB10 -to CLK24M576
set_location_assignment PIN_J1 -to CLKUSB set_location_assignment PIN_J1 -to CLKUSB
set_location_assignment PIN_T4 -to CLK25M set_location_assignment PIN_T4 -to CLK25M
set_location_assignment PIN_U8 -to FB_SIZE0 set_location_assignment PIN_U8 -to FB_SIZE0
set_location_assignment PIN_Y4 -to FB_SIZE1 set_location_assignment PIN_Y4 -to FB_SIZE1
set_location_assignment PIN_T3 -to nFB_BURST set_location_assignment PIN_T3 -to nFB_BURST
set_location_assignment PIN_T8 -to nFB_CS1 set_location_assignment PIN_T8 -to nFB_CS1
set_location_assignment PIN_T9 -to nFB_CS2 set_location_assignment PIN_T9 -to nFB_CS2
set_location_assignment PIN_V6 -to nFB_CS3 set_location_assignment PIN_V6 -to nFB_CS3
set_location_assignment PIN_R6 -to nFB_OE set_location_assignment PIN_R6 -to nFB_OE
set_location_assignment PIN_T5 -to nFB_WR set_location_assignment PIN_T5 -to nFB_WR
set_location_assignment PIN_R5 -to TIN0 set_location_assignment PIN_R5 -to TIN0
set_location_assignment PIN_T21 -to nMASTER set_location_assignment PIN_T21 -to nMASTER
set_location_assignment PIN_E11 -to nDREQ1 set_location_assignment PIN_E11 -to nDREQ1
set_location_assignment PIN_A12 -to nDACK1 set_location_assignment PIN_A12 -to nDACK1
set_location_assignment PIN_B12 -to nDACK0 set_location_assignment PIN_B12 -to nDACK0
set_location_assignment PIN_T22 -to TOUT0 set_location_assignment PIN_T22 -to TOUT0
set_location_assignment PIN_AB17 -to DDR_CLK set_location_assignment PIN_AB17 -to DDR_CLK
set_location_assignment PIN_AA17 -to nDDR_CLK set_location_assignment PIN_AA17 -to nDDR_CLK
set_location_assignment PIN_AB18 -to nVCAS set_location_assignment PIN_AB18 -to nVCAS
set_location_assignment PIN_T18 -to nVCS set_location_assignment PIN_T18 -to nVCS
set_location_assignment PIN_W17 -to nVRAS set_location_assignment PIN_W17 -to nVRAS
set_location_assignment PIN_Y17 -to nVWE set_location_assignment PIN_Y17 -to nVWE
set_location_assignment PIN_W20 -to VA[0] set_location_assignment PIN_W20 -to VA[0]
set_location_assignment PIN_W22 -to VA[1] set_location_assignment PIN_W22 -to VA[1]
set_location_assignment PIN_W21 -to VA[2] set_location_assignment PIN_W21 -to VA[2]
set_location_assignment PIN_Y22 -to VA[3] set_location_assignment PIN_Y22 -to VA[3]
set_location_assignment PIN_AA22 -to VA[4] set_location_assignment PIN_AA22 -to VA[4]
set_location_assignment PIN_Y21 -to VA[5] set_location_assignment PIN_Y21 -to VA[5]
set_location_assignment PIN_AA21 -to VA[6] set_location_assignment PIN_AA21 -to VA[6]
set_location_assignment PIN_AA20 -to VA[7] set_location_assignment PIN_AA20 -to VA[7]
set_location_assignment PIN_AB20 -to VA[8] set_location_assignment PIN_AB20 -to VA[8]
set_location_assignment PIN_AB19 -to VA[9] set_location_assignment PIN_AB19 -to VA[9]
set_location_assignment PIN_V21 -to VA[10] set_location_assignment PIN_V21 -to VA[10]
set_location_assignment PIN_U19 -to VA[11] set_location_assignment PIN_U19 -to VA[11]
set_location_assignment PIN_AA18 -to VA[12] set_location_assignment PIN_AA18 -to VA[12]
set_location_assignment PIN_U15 -to VCKE set_location_assignment PIN_U15 -to VCKE
set_location_assignment PIN_M22 -to VD[0] set_location_assignment PIN_M22 -to VD[0]
set_location_assignment PIN_M21 -to VD[1] set_location_assignment PIN_M21 -to VD[1]
set_location_assignment PIN_P22 -to VD[2] set_location_assignment PIN_P22 -to VD[2]
set_location_assignment PIN_R20 -to VD[3] set_location_assignment PIN_R20 -to VD[3]
set_location_assignment PIN_P21 -to VD[4] set_location_assignment PIN_P21 -to VD[4]
set_location_assignment PIN_R17 -to VD[5] set_location_assignment PIN_R17 -to VD[5]
set_location_assignment PIN_R19 -to VD[6] set_location_assignment PIN_R19 -to VD[6]
set_location_assignment PIN_U21 -to VD[7] set_location_assignment PIN_U21 -to VD[7]
set_location_assignment PIN_V22 -to VD[8] set_location_assignment PIN_V22 -to VD[8]
set_location_assignment PIN_R18 -to VD[9] set_location_assignment PIN_R18 -to VD[9]
set_location_assignment PIN_P17 -to VD[10] set_location_assignment PIN_P17 -to VD[10]
set_location_assignment PIN_R21 -to VD[11] set_location_assignment PIN_R21 -to VD[11]
set_location_assignment PIN_N17 -to VD[12] set_location_assignment PIN_N17 -to VD[12]
set_location_assignment PIN_P20 -to VD[13] set_location_assignment PIN_P20 -to VD[13]
set_location_assignment PIN_R22 -to VD[14] set_location_assignment PIN_R22 -to VD[14]
set_location_assignment PIN_N20 -to VD[15] set_location_assignment PIN_N20 -to VD[15]
set_location_assignment PIN_T12 -to VD[16] set_location_assignment PIN_T12 -to VD[16]
set_location_assignment PIN_Y13 -to VD[17] set_location_assignment PIN_Y13 -to VD[17]
set_location_assignment PIN_AA13 -to VD[18] set_location_assignment PIN_AA13 -to VD[18]
set_location_assignment PIN_V14 -to VD[19] set_location_assignment PIN_V14 -to VD[19]
set_location_assignment PIN_U13 -to VD[20] set_location_assignment PIN_U13 -to VD[20]
set_location_assignment PIN_V15 -to VD[21] set_location_assignment PIN_V15 -to VD[21]
set_location_assignment PIN_W14 -to VD[22] set_location_assignment PIN_W14 -to VD[22]
set_location_assignment PIN_AB16 -to VD[23] set_location_assignment PIN_AB16 -to VD[23]
set_location_assignment PIN_AB15 -to VD[24] set_location_assignment PIN_AB15 -to VD[24]
set_location_assignment PIN_AA14 -to VD[25] set_location_assignment PIN_AA14 -to VD[25]
set_location_assignment PIN_AB14 -to VD[26] set_location_assignment PIN_AB14 -to VD[26]
set_location_assignment PIN_V13 -to VD[27] set_location_assignment PIN_V13 -to VD[27]
set_location_assignment PIN_W13 -to VD[28] set_location_assignment PIN_W13 -to VD[28]
set_location_assignment PIN_AB13 -to VD[29] set_location_assignment PIN_AB13 -to VD[29]
set_location_assignment PIN_V12 -to VD[30] set_location_assignment PIN_V12 -to VD[30]
set_location_assignment PIN_U12 -to VD[31] set_location_assignment PIN_U12 -to VD[31]
set_location_assignment PIN_AA16 -to VDM[0] set_location_assignment PIN_AA16 -to VDM[0]
set_location_assignment PIN_V16 -to VDM[1] set_location_assignment PIN_V16 -to VDM[1]
set_location_assignment PIN_U20 -to VDM[2] set_location_assignment PIN_U20 -to VDM[2]
set_location_assignment PIN_T17 -to VDM[3] set_location_assignment PIN_T17 -to VDM[3]
set_location_assignment PIN_AA15 -to VDQS[0] set_location_assignment PIN_AA15 -to VDQS[0]
set_location_assignment PIN_W15 -to VDQS[1] set_location_assignment PIN_W15 -to VDQS[1]
set_location_assignment PIN_U22 -to VDQS[2] set_location_assignment PIN_U22 -to VDQS[2]
set_location_assignment PIN_T16 -to VDQS[3] set_location_assignment PIN_T16 -to VDQS[3]
set_location_assignment PIN_V1 -to nPD_VGA set_location_assignment PIN_V1 -to nPD_VGA
set_location_assignment PIN_G18 -to VB[0] set_location_assignment PIN_G18 -to VB[0]
set_location_assignment PIN_H17 -to VB[1] set_location_assignment PIN_H17 -to VB[1]
set_location_assignment PIN_C22 -to VB[2] set_location_assignment PIN_C22 -to VB[2]
set_location_assignment PIN_C21 -to VB[3] set_location_assignment PIN_C21 -to VB[3]
set_location_assignment PIN_B22 -to VB[4] set_location_assignment PIN_B22 -to VB[4]
set_location_assignment PIN_B21 -to VB[5] set_location_assignment PIN_B21 -to VB[5]
set_location_assignment PIN_C20 -to VB[6] set_location_assignment PIN_C20 -to VB[6]
set_location_assignment PIN_D20 -to VB[7] set_location_assignment PIN_D20 -to VB[7]
set_location_assignment PIN_H19 -to VG[0] set_location_assignment PIN_H19 -to VG[0]
set_location_assignment PIN_E22 -to VG[1] set_location_assignment PIN_E22 -to VG[1]
set_location_assignment PIN_E21 -to VG[2] set_location_assignment PIN_E21 -to VG[2]
set_location_assignment PIN_H18 -to VG[3] set_location_assignment PIN_H18 -to VG[3]
set_location_assignment PIN_J17 -to VG[4] set_location_assignment PIN_J17 -to VG[4]
set_location_assignment PIN_H16 -to VG[5] set_location_assignment PIN_H16 -to VG[5]
set_location_assignment PIN_D22 -to VG[6] set_location_assignment PIN_D22 -to VG[6]
set_location_assignment PIN_D21 -to VG[7] set_location_assignment PIN_D21 -to VG[7]
set_location_assignment PIN_J22 -to VR[0] set_location_assignment PIN_J22 -to VR[0]
set_location_assignment PIN_J21 -to VR[1] set_location_assignment PIN_J21 -to VR[1]
set_location_assignment PIN_H22 -to VR[2] set_location_assignment PIN_H22 -to VR[2]
set_location_assignment PIN_H21 -to VR[3] set_location_assignment PIN_H21 -to VR[3]
set_location_assignment PIN_K17 -to VR[4] set_location_assignment PIN_K17 -to VR[4]
set_location_assignment PIN_K18 -to VR[5] set_location_assignment PIN_K18 -to VR[5]
set_location_assignment PIN_J18 -to VR[6] set_location_assignment PIN_J18 -to VR[6]
set_location_assignment PIN_F22 -to VR[7] set_location_assignment PIN_F22 -to VR[7]
set_location_assignment PIN_M6 -to ACSI_A1 set_location_assignment PIN_M6 -to ACSI_A1
set_location_assignment PIN_B1 -to ACSI_D[0] set_location_assignment PIN_B1 -to ACSI_D[0]
set_location_assignment PIN_G5 -to ACSI_D[1] set_location_assignment PIN_G5 -to ACSI_D[1]
set_location_assignment PIN_E3 -to ACSI_D[2] set_location_assignment PIN_E3 -to ACSI_D[2]
set_location_assignment PIN_C2 -to ACSI_D[3] set_location_assignment PIN_C2 -to ACSI_D[3]
set_location_assignment PIN_C1 -to ACSI_D[4] set_location_assignment PIN_C1 -to ACSI_D[4]
set_location_assignment PIN_D2 -to ACSI_D[5] set_location_assignment PIN_D2 -to ACSI_D[5]
set_location_assignment PIN_H7 -to ACSI_D[6] set_location_assignment PIN_H7 -to ACSI_D[6]
set_location_assignment PIN_H6 -to ACSI_D[7] set_location_assignment PIN_H6 -to ACSI_D[7]
set_location_assignment PIN_L6 -to ACSI_DIR set_location_assignment PIN_L6 -to ACSI_DIR
set_location_assignment PIN_N1 -to AMKB_TX set_location_assignment PIN_N1 -to AMKB_TX
set_location_assignment PIN_F15 -to DSA_D set_location_assignment PIN_F15 -to DSA_D
set_location_assignment PIN_D15 -to DTR set_location_assignment PIN_D15 -to DTR
set_location_assignment PIN_A11 -to DVI_INT set_location_assignment PIN_A11 -to DVI_INT
set_location_assignment PIN_G21 -to E0_INT set_location_assignment PIN_G21 -to E0_INT
set_location_assignment PIN_M5 -to IDE_RES set_location_assignment PIN_M5 -to IDE_RES
set_location_assignment PIN_A8 -to IO[0] set_location_assignment PIN_A8 -to IO[0]
set_location_assignment PIN_A7 -to IO[1] set_location_assignment PIN_A7 -to IO[1]
set_location_assignment PIN_B7 -to IO[2] set_location_assignment PIN_B7 -to IO[2]
set_location_assignment PIN_A6 -to IO[3] set_location_assignment PIN_A6 -to IO[3]
set_location_assignment PIN_B6 -to IO[4] set_location_assignment PIN_B6 -to IO[4]
set_location_assignment PIN_E9 -to IO[5] set_location_assignment PIN_E9 -to IO[5]
set_location_assignment PIN_C8 -to IO[6] set_location_assignment PIN_C8 -to IO[6]
set_location_assignment PIN_C7 -to IO[7] set_location_assignment PIN_C7 -to IO[7]
set_location_assignment PIN_G10 -to IO[8] set_location_assignment PIN_G10 -to IO[8]
set_location_assignment PIN_A15 -to IO[9] set_location_assignment PIN_A15 -to IO[9]
set_location_assignment PIN_B15 -to IO[10] set_location_assignment PIN_B15 -to IO[10]
set_location_assignment PIN_C13 -to IO[11] set_location_assignment PIN_C13 -to IO[11]
set_location_assignment PIN_D13 -to IO[12] set_location_assignment PIN_D13 -to IO[12]
set_location_assignment PIN_E13 -to IO[13] set_location_assignment PIN_E13 -to IO[13]
set_location_assignment PIN_A14 -to IO[14] set_location_assignment PIN_A14 -to IO[14]
set_location_assignment PIN_B14 -to IO[15] set_location_assignment PIN_B14 -to IO[15]
set_location_assignment PIN_A13 -to IO[16] set_location_assignment PIN_A13 -to IO[16]
set_location_assignment PIN_B13 -to IO[17] set_location_assignment PIN_B13 -to IO[17]
set_location_assignment PIN_F7 -to LP_D[0] set_location_assignment PIN_F7 -to LP_D[0]
set_location_assignment PIN_C4 -to LP_D[1] set_location_assignment PIN_C4 -to LP_D[1]
set_location_assignment PIN_C3 -to LP_D[2] set_location_assignment PIN_C3 -to LP_D[2]
set_location_assignment PIN_E7 -to LP_D[3] set_location_assignment PIN_E7 -to LP_D[3]
set_location_assignment PIN_D6 -to LP_D[4] set_location_assignment PIN_D6 -to LP_D[4]
set_location_assignment PIN_B3 -to LP_D[5] set_location_assignment PIN_B3 -to LP_D[5]
set_location_assignment PIN_A3 -to LP_D[6] set_location_assignment PIN_A3 -to LP_D[6]
set_location_assignment PIN_G8 -to LP_D[7] set_location_assignment PIN_G8 -to LP_D[7]
set_location_assignment PIN_E6 -to LP_STR set_location_assignment PIN_E6 -to LP_STR
set_location_assignment PIN_H5 -to MIDI_OLR set_location_assignment PIN_H5 -to MIDI_OLR
set_location_assignment PIN_B2 -to MIDI_TLR set_location_assignment PIN_B2 -to MIDI_TLR
set_location_assignment PIN_M4 -to nACSI_ACK set_location_assignment PIN_M4 -to nACSI_ACK
set_location_assignment PIN_M2 -to nACSI_CS set_location_assignment PIN_M2 -to nACSI_CS
set_location_assignment PIN_M1 -to nACSI_RESET set_location_assignment PIN_M1 -to nACSI_RESET
set_location_assignment PIN_W2 -to nCF_CS0 set_location_assignment PIN_W2 -to nCF_CS0
set_location_assignment PIN_W1 -to nCF_CS1 set_location_assignment PIN_W1 -to nCF_CS1
set_location_assignment PIN_T7 -to nFB_TA set_location_assignment PIN_T7 -to nFB_TA
set_location_assignment PIN_R2 -to nIDE_CS0 set_location_assignment PIN_R2 -to nIDE_CS0
set_location_assignment PIN_R1 -to nIDE_CS1 set_location_assignment PIN_R1 -to nIDE_CS1
set_location_assignment PIN_P1 -to nIDE_RD set_location_assignment PIN_P1 -to nIDE_RD
set_location_assignment PIN_P2 -to nIDE_WR set_location_assignment PIN_P2 -to nIDE_WR
set_location_assignment PIN_F21 -to nIRQ[2] set_location_assignment PIN_F21 -to nIRQ[2]
set_location_assignment PIN_H20 -to nIRQ[3] set_location_assignment PIN_H20 -to nIRQ[3]
set_location_assignment PIN_F20 -to nIRQ[4] set_location_assignment PIN_F20 -to nIRQ[4]
set_location_assignment PIN_P5 -to nIRQ[5] set_location_assignment PIN_P5 -to nIRQ[5]
set_location_assignment PIN_P7 -to nIRQ[6] set_location_assignment PIN_P7 -to nIRQ[6]
set_location_assignment PIN_N7 -to nIRQ[7] set_location_assignment PIN_N7 -to nIRQ[7]
set_location_assignment PIN_AA1 -to nPCI_INTA set_location_assignment PIN_AA1 -to nPCI_INTA
set_location_assignment PIN_V4 -to nPCI_INTB set_location_assignment PIN_V4 -to nPCI_INTB
set_location_assignment PIN_V3 -to nPCI_INTC set_location_assignment PIN_V3 -to nPCI_INTC
set_location_assignment PIN_P6 -to nPCI_INTD set_location_assignment PIN_P6 -to nPCI_INTD
set_location_assignment PIN_P3 -to nROM3 set_location_assignment PIN_P3 -to nROM3
set_location_assignment PIN_U2 -to nROM4 set_location_assignment PIN_U2 -to nROM4
set_location_assignment PIN_N5 -to nRP_LDS set_location_assignment PIN_N5 -to nRP_LDS
set_location_assignment PIN_P4 -to nRP_UDS set_location_assignment PIN_P4 -to nRP_UDS
set_location_assignment PIN_N2 -to nSCSI_ACK set_location_assignment PIN_N2 -to nSCSI_ACK
set_location_assignment PIN_M3 -to nSCSI_ATN set_location_assignment PIN_M3 -to nSCSI_ATN
set_location_assignment PIN_N8 -to nSCSI_BUSY set_location_assignment PIN_N8 -to nSCSI_BUSY
set_location_assignment PIN_N6 -to nSCSI_RST set_location_assignment PIN_N6 -to nSCSI_RST
set_location_assignment PIN_M8 -to nSCSI_SEL set_location_assignment PIN_M8 -to nSCSI_SEL
set_location_assignment PIN_B20 -to nSDSEL set_location_assignment PIN_B20 -to nSDSEL
set_location_assignment PIN_B4 -to nSRBHE set_location_assignment PIN_B4 -to nSRBHE
set_location_assignment PIN_A4 -to nSRBLE set_location_assignment PIN_A4 -to nSRBLE
set_location_assignment PIN_B8 -to nSRCS set_location_assignment PIN_B8 -to nSRCS
set_location_assignment PIN_F11 -to nSROE set_location_assignment PIN_F11 -to nSROE
set_location_assignment PIN_F8 -to nSRWE set_location_assignment PIN_F8 -to nSRWE
set_location_assignment PIN_G14 -to nWR set_location_assignment PIN_G14 -to nWR
set_location_assignment PIN_D17 -to nWR_GATE set_location_assignment PIN_D17 -to nWR_GATE
set_location_assignment PIN_AA2 -to PIC_INT set_location_assignment PIN_AA2 -to PIC_INT
set_location_assignment PIN_B18 -to RTS set_location_assignment PIN_B18 -to RTS
set_location_assignment PIN_J6 -to SCSI_D[0] set_location_assignment PIN_J6 -to SCSI_D[0]
set_location_assignment PIN_E1 -to SCSI_D[1] set_location_assignment PIN_E1 -to SCSI_D[1]
set_location_assignment PIN_F2 -to SCSI_D[2] set_location_assignment PIN_F2 -to SCSI_D[2]
set_location_assignment PIN_F1 -to SCSI_D[3] set_location_assignment PIN_F1 -to SCSI_D[3]
set_location_assignment PIN_G4 -to SCSI_D[4] set_location_assignment PIN_G4 -to SCSI_D[4]
set_location_assignment PIN_G3 -to SCSI_D[5] set_location_assignment PIN_G3 -to SCSI_D[5]
set_location_assignment PIN_L8 -to SCSI_D[6] set_location_assignment PIN_L8 -to SCSI_D[6]
set_location_assignment PIN_K8 -to SCSI_D[7] set_location_assignment PIN_K8 -to SCSI_D[7]
set_location_assignment PIN_J7 -to SCSI_DIR set_location_assignment PIN_J7 -to SCSI_DIR
set_location_assignment PIN_M7 -to SCSI_PAR set_location_assignment PIN_M7 -to SCSI_PAR
set_location_assignment PIN_F13 -to SD_CD_DATA3 set_location_assignment PIN_F13 -to SD_CD_DATA3
set_location_assignment PIN_C15 -to SD_CLK set_location_assignment PIN_C15 -to SD_CLK
set_location_assignment PIN_E14 -to SD_CMD_D1 set_location_assignment PIN_E14 -to SD_CMD_D1
set_location_assignment PIN_B5 -to SRD[0] set_location_assignment PIN_B5 -to SRD[0]
set_location_assignment PIN_A5 -to SRD[1] set_location_assignment PIN_A5 -to SRD[1]
set_location_assignment PIN_C6 -to SRD[2] set_location_assignment PIN_C6 -to SRD[2]
set_location_assignment PIN_G11 -to SRD[3] set_location_assignment PIN_G11 -to SRD[3]
set_location_assignment PIN_C10 -to SRD[4] set_location_assignment PIN_C10 -to SRD[4]
set_location_assignment PIN_F9 -to SRD[5] set_location_assignment PIN_F9 -to SRD[5]
set_location_assignment PIN_E10 -to SRD[6] set_location_assignment PIN_E10 -to SRD[6]
set_location_assignment PIN_H11 -to SRD[7] set_location_assignment PIN_H11 -to SRD[7]
set_location_assignment PIN_B9 -to SRD[8] set_location_assignment PIN_B9 -to SRD[8]
set_location_assignment PIN_A10 -to SRD[9] set_location_assignment PIN_A10 -to SRD[9]
set_location_assignment PIN_A9 -to SRD[10] set_location_assignment PIN_A9 -to SRD[10]
set_location_assignment PIN_B10 -to SRD[11] set_location_assignment PIN_B10 -to SRD[11]
set_location_assignment PIN_D10 -to SRD[12] set_location_assignment PIN_D10 -to SRD[12]
set_location_assignment PIN_F10 -to SRD[13] set_location_assignment PIN_F10 -to SRD[13]
set_location_assignment PIN_G9 -to SRD[14] set_location_assignment PIN_G9 -to SRD[14]
set_location_assignment PIN_H10 -to SRD[15] set_location_assignment PIN_H10 -to SRD[15]
set_location_assignment PIN_A18 -to TxD set_location_assignment PIN_A18 -to TxD
set_location_assignment PIN_A17 -to YM_QA set_location_assignment PIN_A17 -to YM_QA
set_location_assignment PIN_G13 -to YM_QB set_location_assignment PIN_G13 -to YM_QB
set_location_assignment PIN_E15 -to YM_QC set_location_assignment PIN_E15 -to YM_QC
set_location_assignment PIN_T1 -to WP_CF_CARD set_location_assignment PIN_T1 -to WP_CF_CARD
set_location_assignment PIN_C19 -to TRACK00 set_location_assignment PIN_C19 -to TRACK00
set_location_assignment PIN_M19 -to SD_WP set_location_assignment PIN_M19 -to SD_WP
set_location_assignment PIN_B17 -to SD_DATA2 set_location_assignment PIN_B17 -to SD_DATA2
set_location_assignment PIN_A16 -to SD_DATA1 set_location_assignment PIN_A16 -to SD_DATA1
set_location_assignment PIN_B16 -to SD_DATA0 set_location_assignment PIN_B16 -to SD_DATA0
set_location_assignment PIN_M20 -to SD_CARD_DEDECT set_location_assignment PIN_M20 -to SD_CARD_DEDECT
set_location_assignment PIN_H15 -to RxD set_location_assignment PIN_H15 -to RxD
set_location_assignment PIN_B19 -to RI set_location_assignment PIN_B19 -to RI
set_location_assignment PIN_L7 -to PIC_AMKB_RX set_location_assignment PIN_L7 -to PIC_AMKB_RX
set_location_assignment PIN_D19 -to nWP set_location_assignment PIN_D19 -to nWP
set_location_assignment PIN_H2 -to nSCSI_MSG set_location_assignment PIN_H2 -to nSCSI_MSG
set_location_assignment PIN_J3 -to nSCSI_I_O set_location_assignment PIN_J3 -to nSCSI_I_O
set_location_assignment PIN_U1 -to nSCSI_DRQ set_location_assignment PIN_U1 -to nSCSI_DRQ
set_location_assignment PIN_H1 -to nSCSI_C_D set_location_assignment PIN_H1 -to nSCSI_C_D
set_location_assignment PIN_A20 -to nRD_DATA set_location_assignment PIN_A20 -to nRD_DATA
set_location_assignment PIN_C17 -to nDCHG set_location_assignment PIN_C17 -to nDCHG
set_location_assignment PIN_J4 -to nACSI_INT set_location_assignment PIN_J4 -to nACSI_INT
set_location_assignment PIN_K7 -to nACSI_DRQ set_location_assignment PIN_K7 -to nACSI_DRQ
set_location_assignment PIN_E12 -to MIDI_IN set_location_assignment PIN_E12 -to MIDI_IN
set_location_assignment PIN_G7 -to LP_BUSY set_location_assignment PIN_G7 -to LP_BUSY
set_location_assignment PIN_Y1 -to IDE_RDY set_location_assignment PIN_Y1 -to IDE_RDY
set_location_assignment PIN_G22 -to IDE_INT set_location_assignment PIN_G22 -to IDE_INT
set_location_assignment PIN_F16 -to HD_DD set_location_assignment PIN_F16 -to HD_DD
set_location_assignment PIN_A19 -to DCD set_location_assignment PIN_A19 -to DCD
set_location_assignment PIN_H14 -to CTS set_location_assignment PIN_H14 -to CTS
set_location_assignment PIN_Y2 -to AMKB_RX set_location_assignment PIN_Y2 -to AMKB_RX
set_location_assignment PIN_E16 -to nINDEX set_location_assignment PIN_E16 -to nINDEX
set_location_assignment PIN_W19 -to BA[0] set_location_assignment PIN_W19 -to BA[0]
set_location_assignment PIN_AA19 -to BA[1] set_location_assignment PIN_AA19 -to BA[1]
set_location_assignment PIN_K21 -to HSYNC_PAD set_location_assignment PIN_K21 -to HSYNC_PAD
set_location_assignment PIN_K19 -to VSYNC_PAD set_location_assignment PIN_K19 -to VSYNC_PAD
set_location_assignment PIN_G17 -to nBLANK_PAD set_location_assignment PIN_G17 -to nBLANK_PAD
set_location_assignment PIN_F19 -to PIXEL_CLK_PAD set_location_assignment PIN_F19 -to PIXEL_CLK_PAD
set_location_assignment PIN_F17 -to nSYNC set_location_assignment PIN_F17 -to nSYNC
set_location_assignment PIN_G15 -to nSTEP_DIR set_location_assignment PIN_G15 -to nSTEP_DIR
set_location_assignment PIN_F14 -to nSTEP set_location_assignment PIN_F14 -to nSTEP
set_location_assignment PIN_G16 -to nMOT_ON set_location_assignment PIN_G16 -to nMOT_ON
# Classic Timing Assignments # Classic Timing Assignments
# ========================== # ==========================
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0 set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85 set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
set_global_assignment -name NOMINAL_CORE_SUPPLY_VOLTAGE 1.2V set_global_assignment -name NOMINAL_CORE_SUPPLY_VOLTAGE 1.2V
set_global_assignment -name TPD_REQUIREMENT "1 ns" set_global_assignment -name TPD_REQUIREMENT "1 ns"
set_global_assignment -name TSU_REQUIREMENT "1 ns" set_global_assignment -name TSU_REQUIREMENT "1 ns"
set_global_assignment -name TCO_REQUIREMENT "1 ns" set_global_assignment -name TCO_REQUIREMENT "1 ns"
set_global_assignment -name TH_REQUIREMENT "1 ns" set_global_assignment -name TH_REQUIREMENT "1 ns"
set_global_assignment -name FMAX_REQUIREMENT "30 ns" set_global_assignment -name FMAX_REQUIREMENT "30 ns"
# Analysis & Synthesis Assignments # Analysis & Synthesis Assignments
# ================================ # ================================
set_global_assignment -name FAMILY "Cyclone III" set_global_assignment -name FAMILY "Cyclone III"
set_global_assignment -name TOP_LEVEL_ENTITY firebee1 set_global_assignment -name TOP_LEVEL_ENTITY firebee1
set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 484 set_global_assignment -name DEVICE_FILTER_PIN_COUNT 484
set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED
set_global_assignment -name SAFE_STATE_MACHINE OFF set_global_assignment -name SAFE_STATE_MACHINE OFF
set_global_assignment -name STATE_MACHINE_PROCESSING "ONE-HOT" set_global_assignment -name STATE_MACHINE_PROCESSING "ONE-HOT"
# Fitter Assignments # Fitter Assignments
# ================== # ==================
set_global_assignment -name DEVICE EP3C40F484C6 set_global_assignment -name DEVICE EP3C40F484C6
set_global_assignment -name ENABLE_DEVICE_WIDE_RESET ON set_global_assignment -name ENABLE_DEVICE_WIDE_RESET ON
set_global_assignment -name ENABLE_DEVICE_WIDE_OE ON set_global_assignment -name ENABLE_DEVICE_WIDE_OE ON
set_global_assignment -name CYCLONEIII_CONFIGURATION_SCHEME "PASSIVE SERIAL" set_global_assignment -name CYCLONEIII_CONFIGURATION_SCHEME "PASSIVE SERIAL"
set_global_assignment -name FORCE_CONFIGURATION_VCCIO ON set_global_assignment -name FORCE_CONFIGURATION_VCCIO ON
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL" set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
set_global_assignment -name FITTER_EFFORT "AUTO FIT" set_global_assignment -name FITTER_EFFORT "AUTO FIT"
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON
set_global_assignment -name PHYSICAL_SYNTHESIS_ASYNCHRONOUS_SIGNAL_PIPELINING OFF set_global_assignment -name PHYSICAL_SYNTHESIS_ASYNCHRONOUS_SIGNAL_PIPELINING OFF
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING OFF set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING OFF
set_global_assignment -name PHYSICAL_SYNTHESIS_EFFORT NORMAL set_global_assignment -name PHYSICAL_SYNTHESIS_EFFORT NORMAL
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC_FOR_AREA ON set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC_FOR_AREA ON
set_global_assignment -name PHYSICAL_SYNTHESIS_MAP_LOGIC_TO_MEMORY_FOR_AREA ON set_global_assignment -name PHYSICAL_SYNTHESIS_MAP_LOGIC_TO_MEMORY_FOR_AREA ON
set_instance_assignment -name IO_STANDARD "2.5 V" -to DDR_CLK set_instance_assignment -name IO_STANDARD "2.5 V" -to DDR_CLK
set_instance_assignment -name IO_STANDARD "2.5 V" -to VA set_instance_assignment -name IO_STANDARD "2.5 V" -to VA
set_instance_assignment -name IO_STANDARD "2.5 V" -to VD set_instance_assignment -name IO_STANDARD "2.5 V" -to VD
set_instance_assignment -name IO_STANDARD "2.5 V" -to VDM set_instance_assignment -name IO_STANDARD "2.5 V" -to VDM
set_instance_assignment -name IO_STANDARD "2.5 V" -to VDQS set_instance_assignment -name IO_STANDARD "2.5 V" -to VDQS
set_instance_assignment -name IO_STANDARD "2.5 V" -to nVWE set_instance_assignment -name IO_STANDARD "2.5 V" -to nVWE
set_instance_assignment -name IO_STANDARD "2.5 V" -to nVRAS set_instance_assignment -name IO_STANDARD "2.5 V" -to nVRAS
set_instance_assignment -name IO_STANDARD "2.5 V" -to nVCS set_instance_assignment -name IO_STANDARD "2.5 V" -to nVCS
set_instance_assignment -name IO_STANDARD "2.5 V" -to nVCAS set_instance_assignment -name IO_STANDARD "2.5 V" -to nVCAS
set_instance_assignment -name IO_STANDARD "2.5 V" -to nDDR_CLK set_instance_assignment -name IO_STANDARD "2.5 V" -to nDDR_CLK
set_instance_assignment -name IO_STANDARD "2.5 V" -to VCKE set_instance_assignment -name IO_STANDARD "2.5 V" -to VCKE
set_instance_assignment -name IO_STANDARD "2.5 V" -to LED_FPGA_OK set_instance_assignment -name IO_STANDARD "2.5 V" -to LED_FPGA_OK
set_global_assignment -name FITTER_AUTO_EFFORT_DESIRED_SLACK_MARGIN "0 ns" set_global_assignment -name FITTER_AUTO_EFFORT_DESIRED_SLACK_MARGIN "0 ns"
set_instance_assignment -name IO_STANDARD "2.5 V" -to BA set_instance_assignment -name IO_STANDARD "2.5 V" -to BA
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to HSYNC_PAD set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to HSYNC_PAD
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to PIXEL_CLK_PAD set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to PIXEL_CLK_PAD
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VB set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VB
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VG set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VG
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VR set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VR
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VSYNC_PAD set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VSYNC_PAD
set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to nBLANK_PAD set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to nBLANK_PAD
set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nSYNC set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nSYNC
set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nIRQ[2] set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nIRQ[2]
set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nIRQ[3] set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nIRQ[3]
set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nIRQ[4] set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to nIRQ[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to AMKB_TX set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to AMKB_TX
# Assembler Assignments # Assembler Assignments
# ===================== # =====================
set_global_assignment -name GENERATE_TTF_FILE OFF set_global_assignment -name GENERATE_TTF_FILE OFF
set_global_assignment -name GENERATE_RBF_FILE ON set_global_assignment -name GENERATE_RBF_FILE ON
set_global_assignment -name GENERATE_HEX_FILE OFF set_global_assignment -name GENERATE_HEX_FILE OFF
set_global_assignment -name HEXOUT_FILE_START_ADDRESS 0XE0700000 set_global_assignment -name HEXOUT_FILE_START_ADDRESS 0XE0700000
# Simulator Assignments # Simulator Assignments
# ===================== # =====================
set_global_assignment -name END_TIME "2 us" set_global_assignment -name END_TIME "2 us"
set_global_assignment -name ADD_DEFAULT_PINS_TO_SIMULATION_OUTPUT_WAVEFORMS OFF set_global_assignment -name ADD_DEFAULT_PINS_TO_SIMULATION_OUTPUT_WAVEFORMS OFF
set_global_assignment -name SETUP_HOLD_DETECTION OFF set_global_assignment -name SETUP_HOLD_DETECTION OFF
set_global_assignment -name GLITCH_DETECTION OFF set_global_assignment -name GLITCH_DETECTION OFF
set_global_assignment -name CHECK_OUTPUTS OFF set_global_assignment -name CHECK_OUTPUTS OFF
set_global_assignment -name SIMULATION_MODE TIMING set_global_assignment -name SIMULATION_MODE TIMING
set_global_assignment -name INCREMENTAL_VECTOR_INPUT_SOURCE firebee1.vwf set_global_assignment -name INCREMENTAL_VECTOR_INPUT_SOURCE firebee1.vwf
# start EDA_TOOL_SETTINGS(eda_blast_fpga) # start EDA_TOOL_SETTINGS(eda_blast_fpga)
# --------------------------------------- # ---------------------------------------
# Analysis & Synthesis Assignments # Analysis & Synthesis Assignments
# ================================ # ================================
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
# end EDA_TOOL_SETTINGS(eda_blast_fpga) # end EDA_TOOL_SETTINGS(eda_blast_fpga)
# ------------------------------------- # -------------------------------------
@@ -436,7 +436,7 @@ set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id e
# Classic Timing Assignments # Classic Timing Assignments
# ========================== # ==========================
set_global_assignment -name FMAX_REQUIREMENT "133 MHz" -section_id fast set_global_assignment -name FMAX_REQUIREMENT "133 MHz" -section_id fast
# end CLOCK(fast) # end CLOCK(fast)
# --------------- # ---------------
@@ -446,21 +446,21 @@ set_global_assignment -name FMAX_REQUIREMENT "133 MHz" -section_id fast
# Assignment Group Assignments # Assignment Group Assignments
# ============================ # ============================
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[0] -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[0] -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[1] -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[1] -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[2] -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[2] -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[3] -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER DDRCLK[3] -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[0]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[0]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[1]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[1]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[2]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[2]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[3]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDRCLK[3]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[0]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[0]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[1]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[1]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[2]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[2]" -section_id fast
set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[3]" -section_id fast set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[3]" -section_id fast
# end ASSIGNMENT_GROUP(fast) # end ASSIGNMENT_GROUP(fast)
# -------------------------- # --------------------------
@@ -470,85 +470,85 @@ set_global_assignment -name ASSIGNMENT_GROUP_MEMBER "Video:Fredi_Aschwanden|DDR_
# Classic Timing Assignments # Classic Timing Assignments
# ========================== # ==========================
set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK
set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[0] set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[0]
set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[1] set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[1]
set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[2] set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[2]
set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[3] set_instance_assignment -name CLOCK_SETTINGS fast -to DDRCLK[3]
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[0]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[0]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[1]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[1]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[2]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[2]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[3]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDRCLK[3]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[0]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[0]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[1]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[1]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[2]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[2]"
set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[3]" set_instance_assignment -name CLOCK_SETTINGS fast -to "Video:Fredi_Aschwanden|DDR_CTR_BLITTER:DDR_CTR_BLITTER|DDRCLK[3]"
set_instance_assignment -name INPUT_MAX_DELAY "4 ns" -from * -to FB_ALE set_instance_assignment -name INPUT_MAX_DELAY "4 ns" -from * -to FB_ALE
set_instance_assignment -name MAX_DELAY "5 ns" -from VD -to FB_AD set_instance_assignment -name MAX_DELAY "5 ns" -from VD -to FB_AD
set_instance_assignment -name MAX_DELAY "5 ns" -from FB_AD -to VA set_instance_assignment -name MAX_DELAY "5 ns" -from FB_AD -to VA
set_instance_assignment -name MAX_DELAY "5 ns" -from FB_AD -to nVRAS set_instance_assignment -name MAX_DELAY "5 ns" -from FB_AD -to nVRAS
set_instance_assignment -name MAX_DELAY "5 ns" -from FB_AD -to BA set_instance_assignment -name MAX_DELAY "5 ns" -from FB_AD -to BA
# Fitter Assignments # Fitter Assignments
# ================== # ==================
set_instance_assignment -name CURRENT_STRENGTH_NEW 4MA -to LED_FPGA_OK set_instance_assignment -name CURRENT_STRENGTH_NEW 4MA -to LED_FPGA_OK
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VCKE set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VCKE
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVCS set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVCS
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to FB_AD set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to FB_AD
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to BA set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to BA
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to DDR_CLK set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to DDR_CLK
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VA set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VA
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VD set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VD
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VDM set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VDM
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VDQS set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VDQS
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVWE set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVWE
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVRAS set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVRAS
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVCAS set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nVCAS
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nDDR_CLK set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to nDDR_CLK
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to HSYNC_PAD set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to HSYNC_PAD
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to PIXEL_CLK_PAD set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to PIXEL_CLK_PAD
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VB set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VB
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VG set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VG
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VR set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VR
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to nBLANK_PAD set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to nBLANK_PAD
set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VSYNC_PAD set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to VSYNC_PAD
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nPD_VGA set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nPD_VGA
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSYNC set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSYNC
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to SRD set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to SRD
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to IO set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to IO
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRWE set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRWE
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSROE set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSROE
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRCS set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRCS
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRBLE set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRBLE
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRBHE set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to nSRBHE
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CLK24M576 set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CLK24M576
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CLKUSB set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CLKUSB
set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CLK25M set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to CLK25M
set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to AMKB_TX set_instance_assignment -name CURRENT_STRENGTH_NEW "MINIMUM CURRENT" -to AMKB_TX
# Simulator Assignments # Simulator Assignments
# ===================== # =====================
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to FB_AD set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to FB_AD
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to nACSI_DRQ set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to nACSI_DRQ
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to nACSI_INT set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to nACSI_INT
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CARD_DEDECT set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CARD_DEDECT
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_WP set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_WP
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_DATA2 set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_DATA2
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_DATA1 set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_DATA1
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_DATA0 set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_DATA0
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CMD_D1 set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CMD_D1
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CLK set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CLK
set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CD_DATA3 set_instance_assignment -name PASSIVE_RESISTOR "PULL-UP" -to SD_CD_DATA3
# start LOGICLOCK_REGION(Root Region) # start LOGICLOCK_REGION(Root Region)
# ----------------------------------- # -----------------------------------
# LogicLock Region Assignments # LogicLock Region Assignments
# ============================ # ============================
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region" set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region" set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
# end LOGICLOCK_REGION(Root Region) # end LOGICLOCK_REGION(Root Region)
# --------------------------------- # ---------------------------------
@@ -558,17 +558,17 @@ set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
# Incremental Compilation Assignments # Incremental Compilation Assignments
# =================================== # ===================================
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
# end DESIGN_PARTITION(Top) # end DESIGN_PARTITION(Top)
# ------------------------- # -------------------------
# end ENTITY(firebee1) # end ENTITY(firebee1)
# -------------------- # --------------------
set_global_assignment -name MISC_FILE "C:/FireBee/FPGA/firebee1.dpf" set_global_assignment -name MISC_FILE "C:/FireBee/FPGA/firebee1.dpf"
set_location_assignment PIN_E5 -to LPDIR set_location_assignment PIN_E5 -to LPDIR
set_location_assignment PIN_B11 -to nRSTO_MCF set_location_assignment PIN_B11 -to nRSTO_MCF
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS ON set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS ON
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
@@ -742,4 +742,5 @@ set_global_assignment -name QIP_FILE lpm_bustri_BYT.qip
set_global_assignment -name QIP_FILE lpm_bustri_WORD.qip set_global_assignment -name QIP_FILE lpm_bustri_WORD.qip
set_global_assignment -name QIP_FILE altddio_out3.qip set_global_assignment -name QIP_FILE altddio_out3.qip
set_global_assignment -name SOURCE_FILE firebee1.fit.summary_alt set_global_assignment -name SOURCE_FILE firebee1.fit.summary_alt
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

View File

@@ -19,7 +19,7 @@
## PROGRAM "Quartus II" ## PROGRAM "Quartus II"
## VERSION "Version 13.1.4 Build 182 03/12/2014 SJ Web Edition" ## VERSION "Version 13.1.4 Build 182 03/12/2014 SJ Web Edition"
## DATE "Sun Sep 20 14:58:25 2015" ## DATE "Sun Sep 20 18:14:49 2015"
## ##
## DEVICE "EP3C40F484C6" ## DEVICE "EP3C40F484C6"
@@ -88,11 +88,14 @@ set_false_path -from [get_clocks {MAIN_CLK}] -to [get_clocks {i_video_clock_
set_false_path -from [get_clocks {i_atari_clk_pll|altpll_component|auto_generated|pll1|clk[2]}] -to [get_clocks {i_video_clock_pll|altpll_component|auto_generated|pll1|clk[0]}] set_false_path -from [get_clocks {i_atari_clk_pll|altpll_component|auto_generated|pll1|clk[2]}] -to [get_clocks {i_video_clock_pll|altpll_component|auto_generated|pll1|clk[0]}]
set_false_path -from [get_clocks {i_atari_clk_pll|altpll_component|auto_generated|pll1|clk[2]}] -to [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[0]}] set_false_path -from [get_clocks {i_atari_clk_pll|altpll_component|auto_generated|pll1|clk[2]}] -to [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[0]}]
set_false_path -from [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[4]}] -to [get_clocks {MAIN_CLK}] set_false_path -from [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[4]}] -to [get_clocks {MAIN_CLK}]
set_false_path -from [get_clocks {i_video_clock_pll|altpll_component|auto_generated|pll1|clk[0]}] -to [get_clocks {i_atari_clk_pll|altpll_component|auto_generated|pll1|clk[2]}]
set_false_path -from [get_clocks {i_video_clock_pll|altpll_component|auto_generated|pll1|clk[0]}] -to [get_clocks {MAIN_CLK}]
set_false_path -from [get_keepers {*rdptr_g*}] -to [get_keepers {*ws_dgrp|dffpipe_id9:dffpipe17|dffe18a*}] set_false_path -from [get_keepers {*rdptr_g*}] -to [get_keepers {*ws_dgrp|dffpipe_id9:dffpipe17|dffe18a*}]
set_false_path -from [get_keepers {*delayed_wrptr_g*}] -to [get_keepers {*rs_dgwp|dffpipe_hd9:dffpipe12|dffe13a*}] set_false_path -from [get_keepers {*delayed_wrptr_g*}] -to [get_keepers {*rs_dgwp|dffpipe_hd9:dffpipe12|dffe13a*}]
set_false_path -from [get_keepers {*rdptr_g*}] -to [get_keepers {*ws_dgrp|dffpipe_kd9:dffpipe15|dffe16a*}] set_false_path -from [get_keepers {*rdptr_g*}] -to [get_keepers {*ws_dgrp|dffpipe_kd9:dffpipe15|dffe16a*}]
set_false_path -from [get_keepers {*delayed_wrptr_g*}] -to [get_keepers {*rs_dgwp|dffpipe_jd9:dffpipe12|dffe13a*}] set_false_path -from [get_keepers {*delayed_wrptr_g*}] -to [get_keepers {*rs_dgwp|dffpipe_jd9:dffpipe12|dffe13a*}]
set_false_path -from [get_keepers {*rdptr_g*}] -to [get_keepers {*ws_dgrp|dffpipe_re9:dffpipe19|dffe20a*}] set_false_path -from [get_keepers {*rdptr_g*}] -to [get_keepers {*ws_dgrp|dffpipe_re9:dffpipe19|dffe20a*}]
set_false_path -from [get_keepers {Video:i_video|video_mod_mux_clutctr:i_video_mod_mux_clutctr|nBLANK}] -to [get_keepers {falconio_sdcard_ide_cf:i_falcon_io_sdcard_ide_cf|WF68901IP_TOP_SOC:I_MFP|WF68901IP_INTERRUPTS:I_INTERRUPTS|\EDGE_ENA:LOCK[3]}]
#************************************************************** #**************************************************************