Skip to content

Commit 57dcb49

Browse files
committed
Fix formatting
1 parent 78601ec commit 57dcb49

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

src/tests/riscof/sail_cSim/riscof_sail_cSim.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,9 @@ def initialise(self, suite: str, workdir: str, env: str) -> None:
4545
self.env = env
4646
self.compile_cmd = 'riscv64-unknown-elf-gcc -march={0} \
4747
-static -mcmodel=medany -fvisibility=hidden -nostdlib -nostartfiles'
48-
self.compile_cmd += (
49-
' -T '
50-
+ self.pluginpath
51-
+ '/env/link.ld\
52-
-I '
53-
+ self.pluginpath
54-
+ '/env/\
55-
-I '
56-
+ env
57-
)
48+
self.compile_cmd += ' -T ' + self.pluginpath + '/env/link.ld\
49+
-I ' + self.pluginpath + '/env/\
50+
-I ' + env
5851

5952
def build(self, isa_yaml: str, platform_yaml: str) -> None:
6053
ispec = utils.load_yaml(isa_yaml)['hart0']

0 commit comments

Comments
 (0)