CommonEvaluationPlatform / CEP

The Common Evaluation Platform (CEP), based on UCB's Chipyard Framework, is an SoC design that contains only license-unencumbered, freely available components.
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

COSIM: bare_malloc does not work as expected #11

Open bchetwynd opened 1 year ago

bchetwynd commented 1 year ago

The bare_malloc routines should use the cep_malloc_heap_start define to establish the start address of the heap, but it doesn't work as expected.

This may be unnecessarily complicated.... a re-factoring of the RegTest / memTest / bare metal malloc might be in order.