Correct me If I am wrong.
Firesim is something similar to GEM5? The difference is GEM5 runs purely on x86 host without using any FPGA acceleration, (thats why GEM5 simulation are slow i.e. KIPS) and Firesim uses FPGA accelerators on Amazon F1 to speed up the simulation speed
Am I right?
Secondly, Firesim currently only supports Rocket and doesn't support other ISAs (x86, arm) like gem5.
My apologies if the questions / comments are too trivial or complete nonsense. I am a beginner.
--
You received this message because you are subscribed to the Google Groups "RISC-V SW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+unsubscribe@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "FireSim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firesim+unsubscribe@googlegroups.com.
To post to this group, send email to fir...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firesim/CAFFSD%2B9L40C9vh2A3CrR9%3D_Wz0FsS_OVNqpt4b8wCYXn5y0jog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
I get this error while submodule update -- init, after downloading firechip .. Any help?
I get this error while submodule update -- init, after downloading firechip .. Any help?Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.Clone of 'g...@github.com:firesim/icenet.git' into submodule path 'icenet' failed
On Mon, May 21, 2018 at 5:23 PM, Shreyas Shah <shreya...@esperantotech.com> wrote:
I get this error while submodule update -- init, after downloading firechip .. Any help?
On Mon, May 21, 2018 at 5:20 PM, Shreyas Shah <shreya...@esperantotech.com> wrote:
I get this error while submodule update -- init, after downloading firechip .. Any help?
To unsubscribe from this group and stop receiving emails from it, send an email to firesim+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+unsubscribe@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "FireSim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firesim+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
Thanks Sagar, pulled the version with tag c327d76 and it worked...
Hi Sagar,I ran sourceme-f1-full.sh in firesim directory, it does not find env.sh, hdk_setup.sh ... Are these files supposed to be only on AWS infra?Regards,Shreyasbash-4.2$ ./sourceme-f1-full.sh./sourceme-f1-full.sh: line 9: env.sh: No such file or directory./sourceme-f1-full.sh: line 13: hdk_setup.sh: No such file or directory./sourceme-f1-full.sh: line 14: sdk_setup.sh: No such file or directory/home/eng/sshah/firesim.pem: No such file or directoryFAIL: ERROR adding ~/firesim.pem to ssh-agent. does it exist?
On Mon, May 21, 2018 at 6:13 PM, Shreyas Shah <shreya...@esperantotech.com> wrote:
Thanks Sagar, pulled the version with tag c327d76 and it worked...
To unsubscribe from this group and stop receiving emails from it, send an email to firesim+u...@googlegroups.com.
Sagar,
Thanks a lot for your response. Another quick question. as far as I know, both Rocket and Boom implement standard ISA and don't include any custom extension. If I add a custom extension / accelerator in my chisel code and than generate RTL, Firesim will automatically be able to derive the custom ISA from RTL and simulate it right?
Hi Shreyas,Did you run the build-setup.sh script as mentioned in the docs? If you did and you're still getting those errors, could you send me the log that build-setup produces? (build-setup-log in the firesim directory).-Sagar
On Mon, May 21, 2018 at 6:54 PM Shreyas Shah <shreyas.shah@esperantotech.com> wrote:
Hi Sagar,I ran sourceme-f1-full.sh in firesim directory, it does not find env.sh, hdk_setup.sh ... Are these files supposed to be only on AWS infra?Regards,Shreyasbash-4.2$ ./sourceme-f1-full.sh./sourceme-f1-full.sh: line 9: env.sh: No such file or directory./sourceme-f1-full.sh: line 13: hdk_setup.sh: No such file or directory./sourceme-f1-full.sh: line 14: sdk_setup.sh: No such file or directory/home/eng/sshah/firesim.pem: No such file or directoryFAIL: ERROR adding ~/firesim.pem to ssh-agent. does it exist?
On Mon, May 21, 2018 at 6:13 PM, Shreyas Shah <shreyas.shah@esperantotech.com> wrote:
Thanks Sagar, pulled the version with tag c327d76 and it worked...
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+unsubscribe@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "FireSim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firesim+unsubscribe@googlegroups.com.
yes I ran build setup and looks good now... still one more issue : sudo access is required to install the driver, is it possible to bypass this stage and install in my home directory?
On Tue, May 22, 2018 at 10:01 AM, Sagar Karandikar <sag...@eecs.berkeley.edu> wrote:
Hi Shreyas,Did you run the build-setup.sh script as mentioned in the docs? If you did and you're still getting those errors, could you send me the log that build-setup produces? (build-setup-log in the firesim directory).-Sagar
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAFFSD%2B9YqSgA%3DJO_g6utJyS0sEav4qXakTmi9bUypOxSUTPHGA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "FireSim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firesim+u...@googlegroups.com.