Ariane Core Error

79 views
Skip to first unread message

Zuhair Ansari

unread,
Aug 5, 2024, 2:59:13 PM8/5/24
to OpenPiton Discussion
This is the main problem that I am coming across and one that I simply don't understand.
I don't have the sims.log file available with me.

Script:
sims -sys=manycore -x_tiles=1 -y_tiles=1 -vlt_build -ariane

Error:
ArC Error.jpg

Sincerely,
Zuhair Ansari 

Jonathan Balkind

unread,
Aug 5, 2024, 3:00:37 PM8/5/24
to OpenPiton Discussion
I haven't seen this error except when someone was running on Mac. Either that, your submodule wasn't initialised, or you didn't set an environment variable like ARIANE_ROOT?

--
You received this message because you are subscribed to the Google Groups "OpenPiton Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpiton+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openpiton/2e462314-e1e4-4f91-b2b7-f7f5c58bb7e3n%40googlegroups.com.

Jonathan Balkind

unread,
Aug 5, 2024, 3:11:08 PM8/5/24
to OpenPiton Discussion
You could also just try removing the "-e" from the call to `awk` in riscvlib.py and see if it fixes it.

On Mon, 5 Aug 2024 at 12:03, Zuhair Ansari <mzuhai...@gmail.com> wrote:
I think it might be the latter, I'll try and see it fixes the issue, thank you.



From: open...@googlegroups.com <open...@googlegroups.com> on behalf of Jonathan Balkind <jbal...@ucsb.edu>
Sent: Tuesday, August 6, 2024 12:00:12 AM
To: OpenPiton Discussion <open...@googlegroups.com>
Subject: Re: Ariane Core Error
 

Zuhair Ansari

unread,
Aug 7, 2024, 11:50:00 AM8/7/24
to Jonathan Balkind, OpenPiton Discussion
I think it might be the latter, I'll try and see it fixes the issue, thank you.



From: open...@googlegroups.com <open...@googlegroups.com> on behalf of Jonathan Balkind <jbal...@ucsb.edu>
Sent: Tuesday, August 6, 2024 12:00:12 AM
To: OpenPiton Discussion <open...@googlegroups.com>
Subject: Re: Ariane Core Error
 

Zuhair Ansari

unread,
Aug 7, 2024, 11:50:03 AM8/7/24
to OpenPiton Discussion
I removed awk "-e" which helped remove the problems that i was receiving in riscvlib.py.
Then the error I was receiving after was just the SIG error which looked like this,

  compiling rv64 DTS and bootroms... 
  rm -f bootrom.img bootrom.sv rv64_platform.dtb 
  python3 /home/legand/openpiton/piton/tools/bin/riscvlib.py 
  // 
  /home/legand/openpiton/piton/verif/env/manycore/devices_ariane.xml 
  dtc -I dts rv64_platform.dts -O dtb -o rv64_platform.dtb 
  make: dtc: No such file or directory 
  make: *** [Makefile:23: rv64_platform.dtb] Error 127 
  sims: Caught a SIG Error compiling rv64 DTS. at /home/legand/openpiton/piton/tools/src/sims/sims,2.0 line 1272.  
 
The SIG error was resolved after I installed the Device Tree Compiler using,
  • sudo apt-get install device-tree-compiler  
The error message indicates that the dtc (Device Tree Compiler) command was not found on my system. 
The dtc tool is required to compile the Device Tree Source (DTS) files into Device Tree Blobs (DTB).  

Sincerely,
Zuhair Ansari
Reply all
Reply to author
Forward
0 new messages