translate interrupt_controller to vhd
This commit is contained in:
6381
FPGA_Quartus_13.1/Interrupt_Handler/interrupt_handler.vhd
Executable file
6381
FPGA_Quartus_13.1/Interrupt_Handler/interrupt_handler.vhd
Executable file
File diff suppressed because it is too large
Load Diff
@@ -82,6 +82,7 @@ COMPONENT mux41_0
|
||||
D1 : IN STD_LOGIC;
|
||||
Q : OUT STD_LOGIC);
|
||||
END COMPONENT;
|
||||
|
||||
ATTRIBUTE black_box OF mux41_0: COMPONENT IS true;
|
||||
ATTRIBUTE noopt OF mux41_0: COMPONENT IS true;
|
||||
|
||||
|
||||
@@ -670,6 +670,12 @@ set_global_assignment -name SYNCHRONIZER_IDENTIFICATION AUTO
|
||||
set_global_assignment -name TIMEQUEST_DO_CCPP_REMOVAL ON
|
||||
set_global_assignment -name SAVE_DISK_SPACE OFF
|
||||
set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS ON
|
||||
set_global_assignment -name SOURCE_FILE altpll_reconfig1.cmp
|
||||
set_global_assignment -name VHDL_FILE Interrupt_Handler/interrupt_handler.vhd
|
||||
set_global_assignment -name SOURCE_FILE altpll4.cmp
|
||||
set_global_assignment -name SDC_FILE firebee1.sdc
|
||||
set_global_assignment -name VHDL_FILE firebee1.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/video.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/mux41.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/mux41_5.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/mux41_4.vhd
|
||||
@@ -677,11 +683,6 @@ set_global_assignment -name VHDL_FILE Video/mux41_3.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/mux41_2.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/mux41_1.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/mux41_0.vhd
|
||||
set_global_assignment -name VHDL_FILE firebee1.vhd
|
||||
set_global_assignment -name SDC_FILE firebee1.sdc
|
||||
set_global_assignment -name AHDL_FILE altpll_reconfig1.tdf
|
||||
set_global_assignment -name AHDL_FILE altpll4.tdf
|
||||
set_global_assignment -name VHDL_FILE Video/video.vhd
|
||||
set_global_assignment -name VHDL_FILE Video/BLITTER/BLITTER.vhd
|
||||
set_global_assignment -name AHDL_FILE Video/DDR_CTR.tdf
|
||||
set_global_assignment -name SOURCE_FILE Video/lpm_bustri7.cmp
|
||||
@@ -786,7 +787,6 @@ set_global_assignment -name QIP_FILE Video/lpm_ff6.qip
|
||||
set_global_assignment -name SOURCE_FILE Video/lpm_bustri6.cmp
|
||||
set_global_assignment -name QIP_FILE Video/BLITTER/altsyncram0.qip
|
||||
set_global_assignment -name VHDL_FILE DSP/DSP.vhd
|
||||
set_global_assignment -name AHDL_FILE Interrupt_Handler/interrupt_handler.tdf
|
||||
set_global_assignment -name VHDL_FILE FalconIO_SDCard_IDE_CF/FalconIO_SDCard_IDE_CF.vhd
|
||||
set_global_assignment -name VHDL_FILE FalconIO_SDCard_IDE_CF/WF5380/wf5380_control.vhd
|
||||
set_global_assignment -name VHDL_FILE FalconIO_SDCard_IDE_CF/WF5380/wf5380_pkg.vhd
|
||||
@@ -847,7 +847,6 @@ 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 altddio_out3.qip
|
||||
set_global_assignment -name SOURCE_FILE firebee1.fit.summary_alt
|
||||
set_global_assignment -name QIP_FILE altpll_reconfig1.qip
|
||||
set_global_assignment -name QIP_FILE altpll4.qip
|
||||
set_global_assignment -name QIP_FILE lpm_mux0.qip
|
||||
set_global_assignment -name QIP_FILE lpm_shiftreg0.qip
|
||||
|
||||
@@ -118,17 +118,21 @@ derive_clock_uncertainty
|
||||
# Set Input Delay
|
||||
#**************************************************************
|
||||
|
||||
set_input_delay -add_delay -clock [get_clocks {MAIN_CLK}] -max 1.500 [get_pins {FB*}]
|
||||
set_input_delay -add_delay -clock [get_clocks {MAIN_CLK}] -min 1.500 [get_ports {FB*}]
|
||||
set_input_delay -add_delay -clock [get_clocks {MAIN_CLK}] -min 1.500 {nFB_CS1 nFB_CS2 nFB_CS3 nFB_OE}
|
||||
set_input_delay -add_delay -clock [get_clocks {MAIN_CLK}] -max 1.500 [get_ports {FB*}]
|
||||
set_input_delay -add_delay -clock [get_clocks {MAIN_CLK}] -max 1.500 {nFB_CS1 nFB_CS2 nFB_CS3 nFB_OE}
|
||||
|
||||
#**************************************************************
|
||||
# Set Output Delay
|
||||
#**************************************************************
|
||||
|
||||
set_output_delay -add_delay -clock [get_clocks {MAIN_CLK}] -max 1.500 [get_pins {FB*}]
|
||||
set_output_delay -add_delay -clock [get_clocks {MAIN_CLK}] -min 1.500 [get_ports {FB*}]
|
||||
set_output_delay -add_delay -clock [get_clocks {MAIN_CLK}] -min 1.500 {nFB_TA}
|
||||
set_output_delay -add_delay -clock [get_clocks {MAIN_CLK}] -max 1.500 [get_ports {FB*}]
|
||||
set_output_delay -add_delay -clock [get_clocks {MAIN_CLK}] -max 1.500 {nFB_TA}
|
||||
|
||||
set_output_delay -add_delay -clock [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[0]}] -max 1.5 [get_pins {VA}]
|
||||
set_output_delay -add_delay -clock [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[0]}] -min 1.500 [get_ports {VA[*]}]
|
||||
set_output_delay -add_delay -clock [get_clocks {i_ddr_clk_pll|altpll_component|auto_generated|pll1|clk[0]}] -max 1.500 [get_ports {VA[*]}]
|
||||
|
||||
#**************************************************************
|
||||
# Set Clock Groups
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -43,7 +43,7 @@ ENTITY lpm_bustri_WORD IS
|
||||
PORT
|
||||
(
|
||||
data : IN STD_LOGIC_VECTOR (15 DOWNTO 0);
|
||||
enabledt : IN STD_LOGIC ;
|
||||
enabledt : IN STD_LOGIC ;
|
||||
tridata : INOUT STD_LOGIC_VECTOR (15 DOWNTO 0)
|
||||
);
|
||||
END lpm_bustri_WORD;
|
||||
@@ -61,8 +61,8 @@ ARCHITECTURE SYN OF lpm_bustri_word IS
|
||||
);
|
||||
PORT (
|
||||
enabledt : IN STD_LOGIC ;
|
||||
data : IN STD_LOGIC_VECTOR (15 DOWNTO 0);
|
||||
tridata : INOUT STD_LOGIC_VECTOR (15 DOWNTO 0)
|
||||
data : IN STD_LOGIC_VECTOR (15 DOWNTO 0);
|
||||
tridata : INOUT STD_LOGIC_VECTOR (15 DOWNTO 0)
|
||||
);
|
||||
END COMPONENT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user