OpenCores
URL https://opencores.org/ocsvn/m1_core/m1_core/trunk

Subversion Repositories m1_core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /m1_core/trunk/tools/src
    from Rev 25 to Rev 54
    Reverse comparison

Rev 25 → Rev 54

/build_xst.cmd
0,0 → 1,17
run
-ifn $FILELIST_XST
-ofn m1_cpu.ngc
-ifmt MIXED
-ofmt NGC
-top m1_cpu
-opt_mode SPEED
-opt_level 1
# Device used in Spartan3E Starter Kit
-p xc3s500e-fg320
# Biggest Spartan3E device
# -p xc3s1600e-fg320
# Biggest Virtex4 device supported by ISE WebPack
# -p xc4vlx25-ff668
# Biggest Virtex5 device supported by ISE WebPack
# -p xc5vlx30-ff676
-vlgincdir { $M1_ROOT/hdl/rtl/m1_cpu }
/synopsys_dc.setup
0,0 → 1,5
set search_path [concat [list ~] $search_path]
set link_library [list your_library.db]
set target_library [list your_library.db]
set symbol_library [list your_library.sdb]
define_design_lib work -path work
/boot.s
0,0 → 1,12
# Minimal SIMPLE boot code
 
.text
 
# Initialize Stack Pointer ($sp) to make the program fit into 1 KByte of memory space
addi $29,$29,1024
 
# Initialize Return Address ($ra) to jump to the "end-of-test" special address
lui $31,0xDEAD
ori $31,0xBEEF
 
# Continue to the main test

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.