efabless / caravel_mgmt_soc_gf180mcu

This repository is the GF180MCU port of management core for Caravel. For more information about the Caravel management SoC, see https://github.com/efabless/caravel_mgmt_soc_litex.
Apache License 2.0
0 stars 2 forks source link

SRAM wrapper layout does not exist #24

Closed RTimothyEdwards closed 1 year ago

RTimothyEdwards commented 1 year ago

The caravel_core layout makes reference to a cell called gf180_ram_512x8_wrapper which does not exist in any view. This makes it impossible to read the SoC layout into magic, and makes it impossible to run LVS on the caravel top level.

caravel_core.mag:use gf180_ram_512x8_wrapper  soc.core.sram.ram512x32.RAM00
RTimothyEdwards commented 1 year ago

My mistake; I was in the wrong branch.