summaryrefslogtreecommitdiffstats
path: root/SD-VBS/portability
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2020-10-20 03:07:47 -0400
committerleochanj105 <leochanj@live.unc.edu>2020-10-20 03:14:04 -0400
commit79f30887129145e15e5172e36a7d7602859fc932 (patch)
tree8f7e011db3477ccf8e1c1488ff2574d186b6708d /SD-VBS/portability
parent611d48aba30d12419d8a8a0d29aefde4d5b1f9fc (diff)
ignore rules changed
ignore rules change ignore rules changed
Diffstat (limited to 'SD-VBS/portability')
-rw-r--r--SD-VBS/portability/portability.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/SD-VBS/portability/portability.txt b/SD-VBS/portability/portability.txt
new file mode 100644
index 0000000..19335de
--- /dev/null
+++ b/SD-VBS/portability/portability.txt
@@ -0,0 +1,25 @@
1The SD-VBS suite is designed to be portable across different platforms. If you would like
2port it, you need to set appropriate platform specific commands.
3
4By default, SD-VBS is set to the x86-64 bit architecture for the Linux operating system. The platform
5specific commands for this configuration can be found in SD-VBS/Portability/386-gcc.h. This configuration
6file is included in SD-VBS/Makefile.common.
7
8To change the platform specific commands:
91. Modify/Add <Architecture>-gcc.h file appropriately
102. Include <Architecture>-gcc.h file in SD-VBS/Makefile.common
11
12We have included a few sample configuration files in SD-VBS/Portability directory.
13These correspond to:
14
151. x386 architecture, 32-64 bit
163. SPARC architecture, 32-64 bit
17
18Note:
19
20SD-VBS has been tested on x86 32-bit and 64-bit architectures. If the user encounters undesired behavior
21while running the SD-VBS on other platforms, please report the bugs to:
22
23Sravanthi Kota Venkata: <skotavenkata@cs.ucsd.edu>
24
25