Skip to content

Commit f07d410

Browse files
committed
Simulation: The rbs_test.sh compiles the cmp_hello.c and generates a new Patmos.v for the multicore simulation.
1 parent 547a574 commit f07d410

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

scripts/rbs_test.sh

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
3+
BOOTAPP=bootable-cmp_hello
4+
#BOOTAPP=localmem_load_store
5+
6+
7+
# Compile the C program cmp_hello
8+
make BOOTAPP=${BOOTAPP} bootcomp
9+
10+
11+
# Assemble
12+
#make BOOTAPP=${BOOTAPP} asm
13+
14+
# Generate a new patmos.v file
15+
make BOOTAPP=${BOOTAPP} gen

0 commit comments

Comments
 (0)