blob: 21c59396ae3a2a12165503e47bc94642617f2aae [file] [log] [blame]
.. _getting-started:
Getting Started with Ibex
=========================
This page discusses initial steps and requirements to start using Ibex in your design.
Register File
-------------
Ibex comes with two different register file implementations.
Depending on the target technology, either the implementation in ``ibex_register_file_ff.sv`` or the one in ``ibex_register_file_latch.sv`` should be selected.
For more information about the two register file implementations and their trade-offs, check out :ref:`register-file`.