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 114

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 114 albert.wat
S1 Core - System Requirements
2
=============================
3 4 fafa1971
 
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 114 albert.wat
that it could work.
20 4 fafa1971
 
21
Infact since the only tool you need for simulation and
22
synthesis is Icarus Verilog, and since it is free
23
software, you can download its source code and compile
24
it for your platform.
25
 
26
On some GNU/Linux distributions there's even no need
27
to compile it since you can install it from Internet
28
with one command:
29
 
30
- on Debian and similar distros like Ubuntu to install
31
  Icarus Verilog just use the command:
32
 
33
  apt-get install verilog
34
 
35
- if you are a Gentoo maniac you can use the command:
36
 
37
  emerge iverilog
38
 
39
In both cases you will need an Internet connection and
40
root privileges to perform the installation (otherwise
41
go to the official site and compile it from the sources).
42
 
43
Please note that we have been using Icarus version 0.8
44
without any trouble, but some user reported some compiling
45
error using the latest version 0.8.2.
46
 
47
Another requirement is related with the SPARC v9 compiler:
48
there's an x86 to sparc64 GCC cross-compiler available
49
on the web so you should be able to compile test programs
50
for the S1 Core using not only a SPARC machine but whatever
51 114 albert.wat
GNU/Linux x86 PC.
52 4 fafa1971
 
53 111 albert.wat
 

powered by: WebSVN 2.1.0

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