mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-28 09:17:17 -04:00
This commit adds a separate memory ports for instruction and data fetches to the Simple System example. * Add Dual-Port RAM with 1 cycle read/write delay, 32 bit words. * Introduce parametric signal width definitions for bus implementation to work with a single host / device. * Modify Simple System top module to instantiate the new dual-port RAM. |
||
---|---|---|
.. | ||
fpga/xilinx | ||
sim | ||
bus.sv | ||
prim_assert.sv | ||
prim_clock_gating.sv | ||
ram_1p.sv | ||
ram_2p.sv | ||
timer.sv |