Changeset 164

Show
Ignore:
Timestamp:
10.11.2008 15:40:12 (2 months ago)
Author:
seb
Message:

Board files reorganization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/boards/xilinx-ml401/rtl/ddram.v

    • Property svn:mergeinfo set
  • trunk/boards/xilinx-ml401/rtl/setup.v

    • Property svn:mergeinfo set
  • trunk/boards/xilinx-ml401/rtl/system.v

    • Property svn:mergeinfo set
  • trunk/boards/xilinx-ml401/rtl/vga.v

    • Property svn:mergeinfo set
  • trunk/boards/xilinx-ml401/synthesis/Makefile

    • Property svn:mergeinfo set
    r140 r164  
    1 VINCDIR=                                        \ 
    2         -I../../rtl/lm32 
    3  
    41SRC=                                            \ 
    52        system.v                                \ 
     
    6966        ../../rtl/warp/writedest.v 
    7067 
    71 ############################################################################# 
    72 # Synthesis constants 
     68# Various intermediate files and garbage the ISE tools generously stuff your filesystem with 
    7369SYNCLEAN=system.bgn system.drc system.mrp system.ngd system.pcf  
    7470SYNCLEAN+=system.bld system.lso system.ncd system.ngm system.srp 
     
    7672SYNCLEAN+=system.map system_summary.xml timing.twr 
    7773SYNCLEAN+=system-routed* system_usage* system.ngc param.opt netlist.lst 
    78 SYNCLEAN+=xst system.prj 
    79 # for ISE 10.1 
     74SYNCLEAN+=system.prj 
    8075SYNCLEAN+=xlnx_auto_0.ise system_par.xrpt smartpreview.twr system.ngc_xst.xrpt 
    8176SYNCLEAN+=system_ngdbuild.xrpt system_map.xrpt xlnx_auto_0_xdb _impactbatch.log 
    82  
    83 USAGE_DEPTH=0 
    84 SMARTGUIDE= 
    85  
    86 ############################################################################# 
    87 
    88 all: syn 
    89  
    90 syn: system.bit 
    91  
    92 ############################################################################# 
    93 # ISE Synthesis 
     77SYNCLEAN+=_impact.log _impact.cmd system_fpga_editor.out 
    9478 
    9579system.prj: $(SRC) 
     
    10690 
    10791system.ncd: system.ngd 
    108         map $(SMARTGUIDE) system.ngd 
     92        map system.ngd 
    10993 
    11094system-routed.ncd: system.ncd 
    111         par $(SMARTGUIDE) -ol high -w system.ncd system-routed.ncd 
     95        par -ol high -w system.ncd system-routed.ncd 
    11296 
    11397system.bit: system-routed.ncd 
     
    123107        trce -v 10 system-routed.ncd system.pcf 
    124108 
     109all: system.bit 
     110 
     111prom: system.mcs 
     112 
    125113timing: system-routed.twr 
    126114 
    127115usage: system-routed.xdl 
    128         xdlanalyze.pl system-routed.xdl $(USAGE_DEPTH) 
    129  
    130 #################################################################### 
    131 # Final targets 
     116        xdlanalyze.pl system-routed.xdl 0 
    132117 
    133118load: system.bit 
     
    137122        rm -Rf $(SYNCLEAN) 
    138123 
    139 .PHONY: clean syn timing usage load 
     124.PHONY: prom timing usage load clean 
    140125 
  • trunk/boards/xilinx-ml401/synthesis/impact.batch

    • Property svn:mergeinfo set
  • trunk/boards/xilinx-ml401/synthesis/system.ucf

    • Property svn:mergeinfo set
  • trunk/boards/xilinx-ml401/synthesis/system.xst

    • Property svn:mergeinfo set
    r1 r164  
    66-opt_level 2 
    77-ofn system.ngc 
    8 -p xc4vlx25-ff668-10 
     8-p xc4vlx25-ff668-10 
    99-register_balancing yes 
    10