diff options
Diffstat (limited to 'spartan6/hp_lcd_driver/Makefile')
-rw-r--r-- | spartan6/hp_lcd_driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spartan6/hp_lcd_driver/Makefile b/spartan6/hp_lcd_driver/Makefile index bd2180e..39963a2 100644 --- a/spartan6/hp_lcd_driver/Makefile +++ b/spartan6/hp_lcd_driver/Makefile @@ -3,10 +3,10 @@ include relpath.mk PART=xc6slx9-2-tqg144 TOP=hp_lcd_driver BUILD=build -VSRCS=synchronizer.vhdl debounce.vhdl edge_det.vhdl input_formatter.vhdl input_stage.vhdl output_formatter.vhdl output_analog.vhdl output_stage.vhdl hp_lcd_driver.vhdl +VSRCS=synchronizer.vhdl debounce.vhdl edge_det.vhdl input_formatter.vhdl input_stage.vhdl output_formatter.vhdl output_analog.vhdl serdes_n_to_1.vhdl tmds_encoder.vhdl tmds_phy.vhdl tmds_output.vhdl output_stage.vhdl hp_lcd_driver.vhdl UCF=hp_lcd_driver.ucf UT=hp_lcd_driver.ut -IPSRCS= pll_50_80.xco pll_50_91_18.xco vram.xco +IPSRCS= pll_50_80.xco pll_50_p10_p2_p.xco vram.xco DESIGN_NAME=${TOP} ISE_HOME=/software/apps/xilinx/ISE/14.7/ISE_DS/ISE ISE_BINDIR_32=${ISE_HOME}/bin/lin |