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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [docs/] [REQUIREMENTS.txt] - Blame information for rev 111

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 fafa1971
Simply RISC S1 Core - System Requirements
2
=========================================
3
 
4
You can run simulation and synthesis of the S1 Core
5
almost on any machine: all you need is a Unix-like
6
machine with the following programs installed:
7
 
8
- bash shell;
9
- sed stream editor;
10
- for simulations: Icarus Verilog (free software)
11
  or Synopsys VCS MX (commercial);
12 111 albert.wat
- for synthesis: Xilinx XST (commercial, some versions
13
  are free), Icarus Verilog (free software) or
14 4 fafa1971
  Synopsys Design Compiler (commercial).
15
 
16
As you can easily understand, whatever GNU/Linux or
17
Unix machine should be suitable for your purposes;
18
we haven't tried on Windows with Cygwin but we suspect
19
that it could work (please let us know your experience
20
at support@srisc.com and we'll list it here).
21
 
22
Infact since the only tool you need for simulation and
23
synthesis is Icarus Verilog, and since it is free
24
software, you can download its source code and compile
25
it for your platform.
26
 
27
On some GNU/Linux distributions there's even no need
28
to compile it since you can install it from Internet
29
with one command:
30
 
31
- on Debian and similar distros like Ubuntu to install
32
  Icarus Verilog just use the command:
33
 
34
  apt-get install verilog
35
 
36
- if you are a Gentoo maniac you can use the command:
37
 
38
  emerge iverilog
39
 
40
In both cases you will need an Internet connection and
41
root privileges to perform the installation (otherwise
42
go to the official site and compile it from the sources).
43
 
44
Please note that we have been using Icarus version 0.8
45
without any trouble, but some user reported some compiling
46
error using the latest version 0.8.2.
47
 
48
Another requirement is related with the SPARC v9 compiler:
49
there's an x86 to sparc64 GCC cross-compiler available
50
on the web so you should be able to compile test programs
51
for the S1 Core using not only a SPARC machine but whatever
52
GNU/Linux x86 PC; please check on the Download Area of the
53
Simply RISC website at http://www.srisc.com .
54
 
55 111 albert.wat
 

powered by: WebSVN 2.1.0

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