--
You received this message because you are subscribed to the Google Groups "RISC-V HW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hw-dev+unsubscribe@groups.riscv.org.
To post to this group, send email to hw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/hw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/hw-dev/ff791c9b-5845-45f8-a113-689aaead1433%40groups.riscv.org.
Hi Takano-san,The lowRISC documentation (http://www.lowrisc.org/docs/) is more up-to-date. If that doesn't help, please feel free to post specific questions to the rocket-chip github issue tracker.Andrew
On Thu, Jan 11, 2018 at 12:37 AM, adaptiveprocessor <adaptive...@gmail.com> wrote:
Hi all,I have read this document;But this is too old, does anyone know newest version of rocket specification note?If I need more detail information, should I read code in chisel description at the repository, or is there other resource?Best Regards,S.Takano
--
You received this message because you are subscribed to the Google Groups "RISC-V HW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hw-dev+un...@groups.riscv.org.
Dear Takano-san,
The lowrisc.org system is based on an older version of Rocket that uses Tilelink-1, the latest Rocket uses Tilelink-2. L2 cache for Tilelink-2 has not been released yet.
Also the lowrisc system has hardware security extensions and customisations for use on FPGA, such as Xilinx DDR control. This periphery uses AXI compatible bus and
is not coherent like Tilelink. The latest Rocket also includes compressed instructions and run/halt debugging and a newer version of the privilege spec. Tilelink-2 addresses
bugs in Tilelink-1 that are mostly to do with SMP. In general the
method of customising Chisel is not portable between old and new
versions of Rocket. Either way it will be
a considerable learning curve.
Regards,
Jonathan
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/hw-dev/d2d4e629-4576-4b4f-8812-fc3cfdf12d6b%40groups.riscv.org.